summaryrefslogtreecommitdiffstats
path: root/i18npool/source/search
Commit message (Expand)AuthorAgeFilesLines
* loplugin:useuniqueptr in variousNoel Grandin2017-06-271-9/+4
* Remove redundant 'inline' keywordStephan Bergmann2017-03-031-1/+1
* typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin2017-03-011-37/+40
* Remove dynamic exception specificationsStephan Bergmann2017-01-262-48/+19
* loplugin: unnecessary destructor forms..idlcNoel Grandin2017-01-251-1/+0
* New loplugin:dynexcspec: Add @throws documentation, i18npoolStephan Bergmann2017-01-191-0/+9
* replace #ifdef SOLARIS with #ifdef __sunMichael Stahl2017-01-171-1/+1
* new loplugin: useuniqueptr: helpcompiler..ioNoel Grandin2017-01-171-6/+6
* loplugin:countusersofdefaultparams in editeng..rscNoel Grandin2016-11-111-1/+1
* Resolves: tdf#101924 fatal exception on Sounds like Japanese optionsCaolán McNamara2016-09-131-2/+2
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-131-1/+1
* loplugin:countusersofdefaultparams in framework..lotuswordproNoel Grandin2016-08-051-1/+1
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-101-2/+2
* Resolves: tdf#99468 do greedy '*' match if substring match is not allowedEike Rathke2016-04-241-8/+32
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-2/+2
* clang-tidy performance-unnecessary-copy-initializationNoel Grandin2016-04-181-28/+22
* SearchFlags::WILD_MATCH_SELECTION, SearchOptions2::WildcardEscapeCharacterEike Rathke2016-02-231-3/+4
* new loplugin: commaoperatorNoel Grandin2016-02-231-4/+8
* implement '*' '?' '~' wildcard search, tdf#72196Eike Rathke2016-02-172-1/+414
* Remove excess newlinesChris Sherlock2016-02-091-3/+0
* interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke2016-02-053-16/+68
* unnecessary use of OUString constructorNoel Grandin2016-01-311-2/+2
* loplugin:unusedmethods unused return value in i18npoolNoel Grandin2016-01-112-3/+2
* Fix typosAndrea Gelmini2016-01-102-3/+3
* regex result offsets can be negative if a group was not matched, tdf#94810Eike Rathke2015-11-251-14/+22
* straighten out broken indentationEike Rathke2015-11-241-36/+36
* cppcheck: noExplicitConstructorCaolán McNamara2015-11-241-1/+1
* similar to searchForward() use the correct offsets, tdf#94810 relatedEike Rathke2015-11-231-3/+6
* remove comment that makes no sense, tdf#94810 follow-upEike Rathke2015-11-231-1/+1
* tdf#94810: fix reverse offset mappingMike Kaganski2015-11-231-3/+6
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-151-4/+2
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-102-12/+12
* com::sun::star->css in i18npoolNoel Grandin2015-10-192-56/+53
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-6/+6
* Fix typosAndrea Gelmini2015-09-301-2/+2
* Fix typosAndrea Gelmini2015-09-301-1/+1
* i18npool: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe2015-08-181-2/+2
* loplugin:unusedmethods hwpfilter,i18npoolNoel Grandin2015-07-061-47/+0
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-2/+2
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-3/+3
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-152-3/+3
* cppcheck: noExplicitConstructorCaolán McNamara2015-04-121-11/+22
* loplugin:staticmethodsNoel Grandin2015-04-091-5/+5
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* do not include non-mask bits in masksEike Rathke2015-03-241-25/+51
* i18npool: fix spurious regex ^ matching in TextSearch::searchForward()Michael Stahl2015-03-111-4/+21
* tdf#89665: i18npool: speed up TextSearch::searchBackward()Michael Stahl2015-03-101-12/+9
* tdf#89665: i18npool: speed up TextSearch::searchForward()Michael Stahl2015-03-101-12/+9
* remove unnecessary parenthesis in return statementsNoel Grandin2015-02-232-17/+17