summaryrefslogtreecommitdiff
path: root/linguistic
AgeCommit message (Expand)AuthorFilesLines
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov5-27/+27
2019-04-15improve loplugin simplifyconstructNoel Grandin3-5/+5
2019-04-13loplugin:sequentialassign in linguistic..lotuswordproNoel Grandin3-6/+3
2019-04-10Fix double-clear of clearable mutex guardMike Kaganski1-42/+48
2019-03-07log nice exception messages whereever possibleNoel Grandin2-5/+10
2019-03-06Typo: unexpectend->unexpectedJulien Nabet3-6/+6
2019-03-05re-land "new loplugin typedefparam""Noel Grandin6-12/+12
2019-03-04tdf#42949 Fix IWYU warnings in include/linguistic/Gabor Kelemen8-2/+10
2019-02-23loplugin:unusedfields in l10ntools..saxNoel Grandin1-25/+22
2019-02-09loplugin:indentation in jvmfwk..lotuswordproNoel Grandin1-4/+4
2019-01-22tdf#42949 Fix IWYU warnings in include/xmloff/*Gabor Kelemen1-0/+3
2019-01-22o3tl::make_unique -> std::make_unique in i18npool...reportdesignGabor Kelemen1-5/+4
2019-01-07tdf#42949 Fix IWYU warnings in include/vcl/[v-x]*Gabor Kelemen1-0/+1
2018-11-29loplugin:stringconstant look for unnecessary OString constructor useNoel Grandin1-5/+5
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-3/+3
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-8/+5
2018-11-25tdf#120703 PVS: fix possible buffer over-read when iterating stringMike Kaganski1-1/+2
2018-11-23remove unused enums in reportdesign,linguistic,l10ntools,vcl,svxNoel Grandin1-2/+0
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen3-0/+3
2018-11-09Simplify and fix Java UNO API test makefilesJan-Marek Glogowski1-18/+1
2018-11-04tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-7/+2
2018-11-02fix signatures of deleted copy/assign operatorsNoel Grandin1-2/+2
2018-10-23clang-tidy performance-unnecessary-copy-init in idl..reportdesignNoel Grandin1-4/+3
2018-10-22loplugin:unusedfields improvemementsNoel Grandin1-2/+0
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin3-11/+11
2018-10-17loplugin:singlevalfieldsNoel Grandin1-11/+2
2018-10-09Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann1-1/+1
2018-10-08tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen3-0/+3
2018-09-17New loplugin:externalStephan Bergmann10-12/+16
2018-09-13tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen1-0/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen5-0/+6
2018-09-05clang-tidy performance-inefficient-vector-operationNoel Grandin1-1/+2
2018-08-15loplugin:useuniqueptr in LngSvcMgrNoel Grandin2-37/+24
2018-08-13loplugin:returnconstant in linguistic,lotuswordproNoel Grandin1-37/+29
2018-07-30Add missing sal/log.hxx headersGabor Kelemen11-0/+11
2018-07-18Fix typosAndrea Gelmini1-1/+1
2018-06-26tdf#117620 Localize the temporary IgnoreAllList dictionarys nameGabor Kelemen3-8/+10
2018-06-05tdf#42949 remove unused compheler includes ..Jochen Nitschke2-2/+0
2018-06-02mergedlibs failure with duplicate SwXStringKeyMapCaolán McNamara2-13/+13
2018-06-01linguistic: add functionality to change spellcheck colorFred Kruse2-0/+90
2018-04-16Defer grammar checker thread creation until use.Michael Meeks1-1/+3
2018-04-15remove some unused comphelper includesJochen Nitschke1-1/+0
2018-04-14Fix typosAndrea Gelmini1-1/+1
2018-04-07assert on empty lineCaolán McNamara1-1/+1
2018-03-25Use for-range loops in some modulesJulien Nabet7-43/+27
2018-03-12loplugin:redundantfcastStephan Bergmann1-1/+1
2018-03-08loplugin:constantparam in linguistic..sfx2Noel Grandin1-5/+5
2018-03-08loplugin:unusedmethodsNoel Grandin2-10/+0
2018-02-12cppcheck useInitializationListJochen Nitschke1-2/+0