summaryrefslogtreecommitdiffstats
path: root/linguistic
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedmethods in l10ntools to lotuswordproNoel Grandin2016-05-191-9/+0
* Fix typosAndrea Gelmini2016-05-101-1/+1
* use Any constructor instead of temporariesNoel Grandin2016-05-041-6/+2
* clang-tidy modernize-loop-convert in h-l/*Noel Grandin2016-04-284-12/+10
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-207-21/+21
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-183-25/+18
* clang-tidy performance-unnecessary-value-param in variousNoel Grandin2016-04-145-9/+9
* loplugin:passstuffbyref in variousNoel Grandin2016-04-141-1/+1
* tdf#94306 replace boost::noncopyable ...Jochen Nitschke2016-04-113-9/+10
* Avoid reserved identifierStephan Bergmann2016-04-062-3/+3
* tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar2016-04-053-30/+13
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-021-1/+0
* sequence->vector in linguisticNoel Grandin2016-04-018-170/+100
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-315-7/+7
* Avoid reserved identifiersStephan Bergmann2016-03-292-8/+8
* loplugin:constantparam in linguisticNoel Grandin2016-03-232-14/+9
* tdf#97179: do not suggest 1-letter custom dictionary wordsLászló Németh2016-02-181-1/+1
* [API CHANGE] add operator==/!= to UNO structsNoel Grandin2016-02-111-7/+0
* Remove excess newlinesChris Sherlock2016-02-0925-53/+0
* Fix typosAndrea Gelmini2016-02-051-1/+1
* unnecessary use of OUString constructorNoel Grandin2016-01-311-1/+1
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-2514-66/+25
* loplugin:unusedmethods unused return value in l10ntools,linguisticNoel Grandin2016-01-151-3/+2
* Fix typosAndrea Gelmini2016-01-101-1/+1
* loplugin:unusedfields in lingu,lotuswordpro,mysqlcNoel Grandin2015-12-221-2/+0
* loplugin:unusedfieldsNoel Grandin2015-11-301-1/+0
* use comphelper::containerToSequenceNoel Grandin2015-11-191-8/+2
* no need to take a mutex when only dealing with stack-local dataNoel Grandin2015-11-167-20/+0
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-164-10/+4
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-2/+1
* use initialiser for Sequence<OUString>Noel Grandin2015-11-152-4/+2
* Missing includesStephan Bergmann2015-11-112-0/+5
* linguistic: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2015-11-112-7/+9
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-1014-82/+82
* new loplugin: oncevarNoel Grandin2015-11-091-2/+1
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-062-5/+5
* java: remove ((unnecessary)) parenthesesNoel Grandin2015-11-051-1/+1
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-045-20/+15
* Reduce scope of #include <tools/stream.hxx>Matteo Casalin2015-10-271-1/+1
* com::sun::star->css in linguisticNoel Grandin2015-10-2322-426/+371
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1217-217/+217
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1211-26/+26
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-5/+4
* loplugin:mergeclassesNoel Grandin2015-10-072-41/+14
* Fix typosAndrea Gelmini2015-09-303-3/+3
* include algorithm for std::min/maxCaolán McNamara2015-09-171-0/+2
* boost->stdCaolán McNamara2015-09-177-13/+11
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-09-081-4/+0
* Clean up aEmptyStephan Bergmann2015-08-271-2/+1
* linguistic: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-08-2120-41/+32