summaryrefslogtreecommitdiff
path: root/i18npool/source/search
AgeCommit message (Expand)Author
2020-11-13tdf#117643 Writer: fix apostrophe search regressionLászló Németh
2020-11-10tdf#42949 Fix new IWYU warnings in directories [h-r]*Gabor Kelemen
2020-09-03-Werror,-Wcompound-token-split-by-spaceStephan Bergmann
2020-07-14i18npool/i18nsearch: create instances with uno constructorsNoel Grandin
2020-07-01Upcoming improved loplugin:staticanonymous -> redundantstatic: i18npoolStephan Bergmann
2020-03-31Translate German variable namesJohnny_M
2020-02-28Use icu::UnicodeString's readonly-aliasing char16_t* constructorMike Kaganski
2020-02-28tdf#130984: use RegexMatcher::region to properly limit the searchMike Kaganski
2020-01-30Update ICU RegexMatcher::setTimeLimit() documentation link to new locationEike Rathke
2020-01-03Elaborate comment what happens, tdf#78840 follow-upEike Rathke
2020-01-03tdf#78840: disable case-insensitive transliteration for regex searchMike Kaganski
2019-12-19sal_Char->char in formula..i18npoolNoel Grandin
2019-12-19tdf#65038: use trailing string characters for look-ahead assertionsMike Kaganski
2019-12-19tdf#75806: use actual string leading characters for correct precondition matchMike Kaganski
2019-10-21Simplify Sequence iterations in i18npoolArkadiy Illarionov
2019-09-01Fix '..'Andrea Gelmini
2019-09-01Fix '..'Andrea Gelmini
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): i18npoolStephan Bergmann
2019-06-27Ditch "using namespace U_ICU_NAMESPACE;", qualify icu:: insteadEike Rathke
2019-05-28i18npool: remove versioned ICU forward declarationsMichael Stahl
2019-05-28tdf#42949 Fix IWYU warnings in i18npool/Gabor Kelemen
2018-12-24tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-09-17loplugin:external in i18npoolStephan Bergmann
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen
2018-09-09loplugin:simplifyconstruct in helpcompiler..ioNoel Grandin
2018-04-17loplugin:constparamsNoel Grandin
2018-02-02loplugin:useuniqueptr in i18npoolNoel Grandin
2018-02-01i18npool: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski
2018-01-15More loplugin:cstylecast: i18npoolStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: i18npoolStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-12-30crash in sc, make TextSearch thread safeCaolán McNamara
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin
2017-06-27loplugin:useuniqueptr in variousNoel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-25loplugin: unnecessary destructor forms..idlcNoel Grandin
2017-01-19New loplugin:dynexcspec: Add @throws documentation, i18npoolStephan Bergmann
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin
2016-11-11loplugin:countusersofdefaultparams in editeng..rscNoel Grandin
2016-09-13Resolves: tdf#101924 fatal exception on Sounds like Japanese optionsCaolán McNamara
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-08-05loplugin:countusersofdefaultparams in framework..lotuswordproNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-24Resolves: tdf#99468 do greedy '*' match if substring match is not allowedEike Rathke