summaryrefslogtreecommitdiffstats
path: root/linguistic
Commit message (Expand)AuthorAgeFilesLines
* improve passstuffbyref return analysisNoel Grandin2016-07-272-2/+2
* new loplugin overrideparamNoel Grandin2016-07-251-1/+1
* new loplugin unnecessary overrideNoel Grandin2016-07-152-7/+0
* remove comphelper::string::removeNoel Grandin2016-07-042-3/+2
* loplugin:singlevalfields in variousNoel Grandin2016-06-282-8/+2
* Fix typosAndrea Gelmini2016-06-131-1/+1
* convert more DBG_ASSERT(false to SAL_WARNNoel Grandin2016-06-129-27/+27
* tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl2016-06-061-4/+4
* loplugin:unusedmethodsNoel Grandin2016-05-261-2/+0
* 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