summaryrefslogtreecommitdiff
path: root/i18npool/source/search/textsearch.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-04-17loplugin:constparamsNoel Grandin1-1/+1
2018-02-02loplugin:useuniqueptr in i18npoolNoel Grandin1-40/+28
2018-02-01i18npool: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski1-7/+0
2018-01-15More loplugin:cstylecast: i18npoolStephan Bergmann1-5/+5
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin1-2/+2
2017-12-30crash in sc, make TextSearch thread safeCaolán McNamara1-0/+8
2017-12-11loplugin:salcall fix functionsNoel Grandin1-2/+2
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-37/+40
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-16/+3
2016-09-13Resolves: tdf#101924 fatal exception on Sounds like Japanese optionsCaolán McNamara1-2/+2
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 Rathke1-1/+400
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke1-11/+57
2016-01-31unnecessary use of OUString constructorNoel Grandin1-2/+2
2016-01-10Fix typosAndrea Gelmini1-1/+1
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-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 Bergmann1-11/+11
2015-10-19com::sun::star->css in i18npoolNoel Grandin1-19/+19
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 Grandin1-1/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-24do not include non-mask bits in masksEike Rathke1-25/+51
2015-03-11i18npool: fix spurious regex ^ matching in TextSearch::searchForward()Michael Stahl1-4/+21
2015-03-10tdf#89665: i18npool: speed up TextSearch::searchBackward()Michael Stahl1-12/+9
2015-03-10tdf#89665: i18npool: speed up TextSearch::searchForward()Michael Stahl1-12/+9
2014-12-12i18npool: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+2
2014-10-07Avoid accessing 1 character after a stringMatthew J. Francis1-2/+2
2014-09-12well enabling optimizations with SunStudio is just asking for trouble...Michael Stahl1-1/+0
2014-04-23i18npool: sal_Bool->boolNoel Grandin1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-6/+6
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-01-28bool improvementsStephan Bergmann1-2/+2
2013-12-18fdo#54938: Convert i18npool to use cppu::supportsServiceMarcos Paulo de Souza1-3/+3
2013-11-26encapsulate pRegexMatcher->find() to be able to monitor UErrorCodeEike Rathke1-4/+20
2013-11-26set a 23 enigma timeout at RegexMatcher, fdo#70627Eike Rathke1-2/+24
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann1-2/+2
2013-05-02resolved fdo#63779 case-insensitive non-regex search brokenEike Rathke1-12/+57