summaryrefslogtreecommitdiff
path: root/i18npool/source/search
AgeCommit message (Expand)AuthorFilesLines
2018-01-15More loplugin:cstylecast: i18npoolStephan Bergmann1-5/+5
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin2-7/+7
2018-01-12More loplugin:cstylecast: i18npoolStephan Bergmann1-1/+1
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin1-6/+3
2017-12-30crash in sc, make TextSearch thread safeCaolán McNamara2-0/+9
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-12-05loplugin:salcall fix non-virtual methodsNoel Grandin1-1/+1
2017-06-27loplugin:useuniqueptr in variousNoel Grandin1-9/+4
2017-03-03Remove redundant 'inline' keywordStephan Bergmann1-1/+1
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-37/+40
2017-01-26Remove dynamic exception specificationsStephan Bergmann2-48/+19
2017-01-25loplugin: unnecessary destructor forms..idlcNoel Grandin1-1/+0
2017-01-19New loplugin:dynexcspec: Add @throws documentation, i18npoolStephan Bergmann1-0/+9
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl1-1/+1
2017-01-17new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin1-6/+6
2016-11-11loplugin:countusersofdefaultparams in editeng..rscNoel Grandin1-1/+1
2016-09-13Resolves: tdf#101924 fatal exception on Sounds like Japanese optionsCaolán McNamara1-2/+2
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-08-05loplugin:countusersofdefaultparams in framework..lotuswordproNoel Grandin1-1/+1
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-04-24Resolves: tdf#99468 do greedy '*' match if substring match is not allowedEike Rathke1-8/+32
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann1-2/+2
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-28/+22
2016-02-23SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacterEike Rathke1-3/+4
2016-02-23new loplugin: commaoperatorNoel Grandin1-4/+8
2016-02-17implement '*' '?' '~' wildcard search, tdf#72196Eike Rathke2-1/+414
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke3-16/+68
2016-01-31unnecessary use of OUString constructorNoel Grandin1-2/+2
2016-01-11loplugin:unusedmethods unused return value in i18npoolNoel Grandin2-3/+2
2016-01-10Fix typosAndrea Gelmini2-3/+3
2015-11-25regex result offsets can be negative if a group was not matched, tdf#94810Eike Rathke1-14/+22
2015-11-24straighten out broken indentationEike Rathke1-36/+36
2015-11-24cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-11-23similar to searchForward() use the correct offsets, tdf#94810 relatedEike Rathke1-3/+6
2015-11-23remove comment that makes no sense, tdf#94810 follow-upEike Rathke1-1/+1
2015-11-23tdf#94810: fix reverse offset mappingMike Kaganski1-3/+6
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-4/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-12/+12
2015-10-19com::sun::star->css in i18npoolNoel Grandin2-56/+53
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-6/+6
2015-09-30Fix typosAndrea Gelmini1-2/+2
2015-09-30Fix typosAndrea Gelmini1-1/+1
2015-08-18i18npool: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe1-2/+2
2015-07-06loplugin:unusedmethods hwpfilter,i18npoolNoel Grandin1-47/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-3/+3
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-3/+3
2015-04-12cppcheck: noExplicitConstructorCaolán McNamara1-11/+22