summaryrefslogtreecommitdiffstats
path: root/linguistic
Commit message (Expand)AuthorAgeFilesLines
* tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen2018-11-143-0/+3
* Simplify and fix Java UNO API test makefilesJan-Marek Glogowski2018-11-091-18/+1
* tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski2018-11-041-7/+2
* fix signatures of deleted copy/assign operatorsNoel Grandin2018-11-021-2/+2
* clang-tidy performance-unnecessary-copy-init in idl..reportdesignNoel Grandin2018-10-231-4/+3
* loplugin:unusedfields improvemementsNoel Grandin2018-10-221-2/+0
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-191-1/+1
* clang-tidy readability-redundant-smartptr-getNoel Grandin2018-10-173-11/+11
* loplugin:singlevalfieldsNoel Grandin2018-10-171-11/+2
* Extend loplugin:redundantinline to catch inline functions w/o external linkageStephan Bergmann2018-10-091-1/+1
* tdf#42949 Fix IWYU warnings in include/comphelper/[m-z]*Gabor Kelemen2018-10-083-0/+3
* New loplugin:externalStephan Bergmann2018-09-1710-12/+16
* tdf#42949 Fix IWYU warnings in include/ucbhelper/*Gabor Kelemen2018-09-131-0/+1
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-105-0/+6
* clang-tidy performance-inefficient-vector-operationNoel Grandin2018-09-051-1/+2
* loplugin:useuniqueptr in LngSvcMgrNoel Grandin2018-08-152-37/+24
* loplugin:returnconstant in linguistic,lotuswordproNoel Grandin2018-08-131-37/+29
* Add missing sal/log.hxx headersGabor Kelemen2018-07-3011-0/+11
* Fix typosAndrea Gelmini2018-07-181-1/+1
* tdf#117620 Localize the temporary IgnoreAllList dictionarys nameGabor Kelemen2018-06-263-8/+10
* tdf#42949 remove unused compheler includes ..Jochen Nitschke2018-06-052-2/+0
* mergedlibs failure with duplicate SwXStringKeyMapCaolán McNamara2018-06-022-13/+13
* linguistic: add functionality to change spellcheck colorFred Kruse2018-06-012-0/+90
* Defer grammar checker thread creation until use.Michael Meeks2018-04-161-1/+3
* remove some unused comphelper includesJochen Nitschke2018-04-151-1/+0
* Fix typosAndrea Gelmini2018-04-141-1/+1
* assert on empty lineCaolán McNamara2018-04-071-1/+1
* Use for-range loops in some modulesJulien Nabet2018-03-257-43/+27
* loplugin:redundantfcastStephan Bergmann2018-03-121-1/+1
* loplugin:constantparam in linguistic..sfx2Noel Grandin2018-03-081-5/+5
* loplugin:unusedmethodsNoel Grandin2018-03-082-10/+0
* cppcheck useInitializationListJochen Nitschke2018-02-121-2/+0
* Typ-o negativIlmari Lauhakangas2018-01-301-3/+3
* loplugin:useuniqueptr in SpellCheckerDispatcherNoel Grandin2018-01-292-11/+8
* convert a<b?a:b to std::min(a,b)Noel Grandin2018-01-151-2/+1
* More loplugin:cstylecast: linguisticStephan Bergmann2018-01-128-33/+33
* Add optional title: field to user dictionariesLászló Németh2018-01-053-8/+43
* inline use-once typedefsNoel Grandin2017-12-191-2/+1
* loplugin:salcall fix functionsNoel Grandin2017-12-119-18/+18
* loplugin:salcall handle static methodsNoel Grandin2017-12-072-2/+2
* xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl2017-11-302-2/+2
* drop duplicate methodCaolán McNamara2017-11-221-3/+3
* tdf#113739 add "Grammar By" feature to user dictionariesLászló Németh2017-11-171-1/+35
* loplugin:constparams in various(1)Noel Grandin2017-11-041-1/+1
* loplugin:constantparam in i18nlangtagNoel Grandin2017-10-311-25/+17
* loplugin:includeform: linguisticStephan Bergmann2017-10-2327-37/+37
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-2/+2
* add << operator for css::uno::ExceptionNoel Grandin2017-10-041-3/+2
* loplugin:flatten check for throw in then clauseNoel Grandin2017-09-291-5/+3
* ofz: don't leak in face of exceptionsCaolán McNamara2017-09-221-8/+8