summaryrefslogtreecommitdiff
path: root/linguistic
AgeCommit message (Expand)AuthorFilesLines
2016-07-27improve passstuffbyref return analysisNoel Grandin2-2/+2
2016-07-25new loplugin overrideparamNoel Grandin1-1/+1
2016-07-15new loplugin unnecessary overrideNoel Grandin2-7/+0
2016-07-04remove comphelper::string::removeNoel Grandin2-3/+2
2016-06-28loplugin:singlevalfields in variousNoel Grandin2-8/+2
2016-06-13Fix typosAndrea Gelmini1-1/+1
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin9-27/+27
2016-06-06tools: rename SvStream::Read/Write to ReadBytes/WriteBytesMichael Stahl1-4/+4
2016-05-26loplugin:unusedmethodsNoel Grandin1-2/+0
2016-05-19loplugin:unusedmethods in l10ntools to lotuswordproNoel Grandin1-9/+0
2016-05-10Fix typosAndrea Gelmini1-1/+1
2016-05-04use Any constructor instead of temporariesNoel Grandin1-6/+2
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin4-12/+10
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann7-21/+21
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin3-25/+18
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin5-9/+9
2016-04-14loplugin:passstuffbyref in variousNoel Grandin1-1/+1
2016-04-11tdf#94306 replace boost::noncopyable ...Jochen Nitschke3-9/+10
2016-04-06Avoid reserved identifierStephan Bergmann2-3/+3
2016-04-05tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar3-30/+13
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-04-01sequence->vector in linguisticNoel Grandin8-170/+100
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin5-7/+7
2016-03-29Avoid reserved identifiersStephan Bergmann2-8/+8
2016-03-23loplugin:constantparam in linguisticNoel Grandin2-14/+9
2016-02-18tdf#97179: do not suggest 1-letter custom dictionary wordsLászló Németh1-1/+1
2016-02-11[API CHANGE] add operator==/!= to UNO structsNoel Grandin1-7/+0
2016-02-09Remove excess newlinesChris Sherlock25-53/+0
2016-02-05Fix typosAndrea Gelmini1-1/+1
2016-01-31unnecessary use of OUString constructorNoel Grandin1-1/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin14-66/+25
2016-01-15loplugin:unusedmethods unused return value in l10ntools,linguisticNoel Grandin1-3/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-12-22loplugin:unusedfields in lingu,lotuswordpro,mysqlcNoel Grandin1-2/+0
2015-11-30loplugin:unusedfieldsNoel Grandin1-1/+0
2015-11-19use comphelper::containerToSequenceNoel Grandin1-8/+2
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin7-20/+0
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin4-10/+4
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1
2015-11-15use initialiser for Sequence<OUString>Noel Grandin2-4/+2
2015-11-11Missing includesStephan Bergmann2-0/+5
2015-11-11linguistic: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin2-7/+9
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann14-82/+82
2015-11-09new loplugin: oncevarNoel Grandin1-2/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2-5/+5
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin1-1/+1
2015-11-04use uno::Reference::set method instead of assignmentNoel Grandin5-20/+15
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-1/+1
2015-10-23com::sun::star->css in linguisticNoel Grandin22-426/+371
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann17-217/+217