summaryrefslogtreecommitdiff
path: root/linguistic/source/dlistimp.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-04-15improve loplugin simplifyconstructNoel Grandin1-1/+1
2018-11-14tdf#42949 Fix IWYU warnings in include/svl/*Gabor Kelemen1-0/+1
2018-10-22loplugin:unusedfields improvemementsNoel Grandin1-2/+0
2018-10-17loplugin:singlevalfieldsNoel Grandin1-11/+2
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-07-30Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-06-26tdf#117620 Localize the temporary IgnoreAllList dictionarys nameGabor Kelemen1-1/+4
2018-01-30Typ-o negativIlmari Lauhakangas1-3/+3
2018-01-05Add optional title: field to user dictionariesLászló Németh1-5/+6
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-08-17remove unnecessary use of OUString::getStrNoel Grandin1-1/+1
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin1-2/+2
2017-06-25loplugin:oncevar in l10ntools..mysqlcNoel Grandin1-8/+4
2017-05-02loplugin:checkunusedparams in hwpfilter..lotuswordproNoel Grandin1-7/+4
2017-04-28loplugin:salunicodeliteral: linguisticStephan Bergmann1-1/+1
2017-04-26use strong_int for LanguageTypeNoel Grandin1-7/+7
2017-04-24clang-tidy readability-simplify-boolean-expr in hwpfilter..lotuswordproNoel Grandin1-4/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-25/+7
2017-01-19New loplugin:dynexcspec: Add @throws documentation, linguisticStephan Bergmann1-1/+1
2017-01-19use rtl::Reference in DicListNoel Grandin1-20/+18
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-11-02loplugin:oncevar in helpcompiler..reportdesignNoel Grandin1-5/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-06-13Fix typosAndrea Gelmini1-1/+1
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-1/+1
2016-04-28clang-tidy modernize-loop-convert in h-l/*Noel Grandin1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-8/+8
2016-04-06Avoid reserved identifierStephan Bergmann1-1/+1
2016-04-01sequence->vector in linguisticNoel Grandin1-12/+9
2016-02-09Remove excess newlinesChris Sherlock1-5/+0
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-8/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-19use comphelper::containerToSequenceNoel Grandin1-8/+2
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
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-09new loplugin: oncevarNoel Grandin1-2/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-08-21linguistic: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe1-1/+1
2015-08-11loplugin: defaultparamsNoel Grandin1-3/+2
2015-06-10cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2014-12-18linguistic: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-5/+1
2014-04-15linguistic: sal_Bool->boolNoel Grandin1-29/+29
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann1-0/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-22/+22
2014-02-19unotools: sal_Bool -> boolStephan Bergmann1-1/+1