summaryrefslogtreecommitdiff
path: root/lingucomponent/source/thesaurus
AgeCommit message (Expand)AuthorFilesLines
2020-07-20fix SAL_WARN when instantiating ThesaurusNoel Grandin1-1/+4
2020-07-14lingucomponent: create instances with uno constructorsNoel Grandin3-49/+11
2020-07-10replace usage of whitelist with allowlistThorsten Behrens1-1/+1
2020-05-09compact namespace in i18npool..ooxNoel Grandin1-3/+1
2020-04-07loplugin:flatten in lingucomponentNoel Grandin1-16/+16
2019-12-19sal_Char->char in idlc..linguisticNoel Grandin1-1/+1
2019-11-24cppcheck: performing init in init list (hwpfilter, i., l.)Julien Nabet1-4/+2
2019-08-30Simplify Sequence iterations in lingucomponent..lotuswordproArkadiy Illarionov1-40/+23
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): lingucomponentStephan Bergmann1-1/+1
2019-07-29loplugin:sequentialassignNoel Grandin1-5/+3
2019-07-21loplugin:referencecasting in variousNoel Grandin1-1/+1
2019-05-17Use hasElements to check Sequence emptiness in [l-r]*Arkadiy Illarionov1-7/+7
2019-03-05re-land "new loplugin typedefparam""Noel Grandin2-2/+2
2019-03-04tdf#42949 Fix IWYU warnings in include/linguistic/Gabor Kelemen2-1/+2
2019-02-11loplugin:indentation in lingucomponent..toolsNoel Grandin1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-02-17loplugin:useuniqueptr in HyphenatorNoel Grandin1-1/+0
2018-02-17loplugin:useuniqueptr in ThesaurusNoel Grandin2-69/+30
2018-01-27lok: Allow whitelisting languages that should be used by LibreOfficeKit.Jan Holesovsky1-0/+4
2018-01-12More loplugin:cstylecast: lingucomponentStephan Bergmann1-5/+5
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-12-07loplugin:salcall handle static methodsNoel Grandin2-6/+6
2017-11-01Replace lists by vectors in lingucomponentJulien Nabet1-15/+14
2017-10-25Related: tdf#80713 allow translation of linguistic service display namesCaolán McNamara1-2/+6
2017-10-23loplugin:includeform: lingucomponentStephan Bergmann1-1/+1
2017-10-18strip out trivial indirectionNoel Grandin3-52/+6
2017-07-22loplugin:constparams in editeng,lingucomponentNoel Grandin2-6/+6
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin1-1/+1
2017-05-28cleanup unused css/linguistic2/ includesJochen Nitschke2-3/+1
2017-05-16loplugin:checkunusedparams variousNoel Grandin3-6/+4
2017-05-05Fix typosAndrea Gelmini1-1/+1
2017-04-26use strong_int for LanguageTypeNoel Grandin2-7/+7
2017-03-02Fix typosAndrea Gelmini1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann4-27/+13
2017-01-19New loplugin:dynexcspec: Add @throws documentation, lingucomponentStephan Bergmann1-0/+1
2016-12-12remove useless Mutex guardsNoel Grandin1-1/+0
2016-09-24we shouldn't need explicit lt_rtl_OUString, etc things anymoreCaolán McNamara1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-07-20The thesaruses are in mythes formatCaolán McNamara1-1/+1
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin1-14/+14
2016-04-02cleanup: remove unused Reference.h(xx) includesJochen Nitschke1-1/+0
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-1/+1
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-16no need to take a mutex when only dealing with stack-local dataNoel Grandin1-4/+0
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-2/+1