summaryrefslogtreecommitdiffstats
path: root/lingucomponent/source/thesaurus
Commit message (Expand)AuthorAgeFilesLines
* Simplify Sequence iterations in lingucomponent..lotuswordproArkadiy Illarionov2019-08-301-40/+23
* Fix typosAndrea Gelmini2019-08-121-1/+1
* Improved loplugin:stringconstant (now that GCC 7 supports it): lingucomponentStephan Bergmann2019-07-311-1/+1
* loplugin:sequentialassignNoel Grandin2019-07-291-5/+3
* loplugin:referencecasting in variousNoel Grandin2019-07-211-1/+1
* Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov2019-05-171-7/+7
* re-land "new loplugin typedefparam""Noel Grandin2019-03-052-2/+2
* tdf#42949 Fix IWYU warnings in include/linguistic/Gabor Kelemen2019-03-042-1/+2
* loplugin:indentation in lingucomponent..toolsNoel Grandin2019-02-111-1/+1
* clang-tidy readability-container-size-emptyNoel Grandin2018-10-191-1/+1
* New loplugin:externalStephan Bergmann2018-09-171-1/+1
* tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen2018-09-101-0/+1
* loplugin:useuniqueptr in HyphenatorNoel Grandin2018-02-171-1/+0
* loplugin:useuniqueptr in ThesaurusNoel Grandin2018-02-172-69/+30
* lok: Allow whitelisting languages that should be used by LibreOfficeKit.Jan Holesovsky2018-01-271-0/+4
* More loplugin:cstylecast: lingucomponentStephan Bergmann2018-01-121-5/+5
* loplugin:salcall fix functionsNoel Grandin2017-12-111-2/+2
* loplugin:salcall handle static methodsNoel Grandin2017-12-072-6/+6
* Replace lists by vectors in lingucomponentJulien Nabet2017-11-011-15/+14
* Related: tdf#80713 allow translation of linguistic service display namesCaolán McNamara2017-10-251-2/+6
* loplugin:includeform: lingucomponentStephan Bergmann2017-10-231-1/+1
* strip out trivial indirectionNoel Grandin2017-10-183-52/+6
* loplugin:constparams in editeng,lingucomponentNoel Grandin2017-07-222-6/+6
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-101-1/+1
* cleanup unused css/linguistic2/ includesJochen Nitschke2017-05-282-3/+1
* loplugin:checkunusedparams variousNoel Grandin2017-05-163-6/+4
* Fix typosAndrea Gelmini2017-05-051-1/+1
* use strong_int for LanguageTypeNoel Grandin2017-04-262-7/+7
* Fix typosAndrea Gelmini2017-03-021-1/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-264-27/+13
* New loplugin:dynexcspec: Add @throws documentation, lingucomponentStephan Bergmann2017-01-191-0/+1
* remove useless Mutex guardsNoel Grandin2016-12-121-1/+0
* we shouldn't need explicit lt_rtl_OUString, etc things anymoreCaolán McNamara2016-09-241-2/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-132-2/+2
* The thesaruses are in mythes formatCaolán McNamara2016-07-201-1/+1
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-261-14/+14
* cleanup: remove unused Reference.h(xx) includesJochen Nitschke2016-04-021-1/+0
* use consistent #define checks for the Windows platformNoel Grandin2016-02-171-1/+1
* InterfaceContainer2 with vector instead of SequenceNoel Grandin2016-01-251-1/+1
* Fix typosAndrea Gelmini2016-01-101-1/+1
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-241-1/+1
* no need to take a mutex when only dealing with stack-local dataNoel Grandin2015-11-161-4/+0
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-2/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-24/+24
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-041-1/+1
* com::sun::star->css in lingucomponentNoel Grandin2015-10-233-11/+8
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-13/+13
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-4/+4
* lingucomponent: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-08-192-5/+4
* loplugin:unusedmethodsNoel Grandin2015-07-301-11/+3