summaryrefslogtreecommitdiff
path: root/i18npool/source/search
AgeCommit message (Expand)Author
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
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-02-23SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacterEike Rathke
2016-02-23new loplugin: commaoperatorNoel Grandin
2016-02-17implement '*' '?' '~' wildcard search, tdf#72196Eike Rathke
2016-02-09Remove excess newlinesChris Sherlock
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke
2016-01-31unnecessary use of OUString constructorNoel Grandin
2016-01-11loplugin:unusedmethods unused return value in i18npoolNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-25regex result offsets can be negative if a group was not matched, tdf#94810Eike Rathke
2015-11-24straighten out broken indentationEike Rathke
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara
2015-11-23similar to searchForward() use the correct offsets, tdf#94810 relatedEike Rathke