summaryrefslogtreecommitdiff
path: root/i18npool/source/search/textsearch.cxx
AgeCommit message (Expand)Author
2016-09-15Resolves: tdf#101924 fatal exception on Sounds like Japanese optionsCaolán McNamara
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-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-23similar to searchForward() use the correct offsets, tdf#94810 relatedEike Rathke
2015-11-23remove comment that makes no sense, tdf#94810 follow-upEike Rathke
2015-11-23tdf#94810: fix reverse offset mappingMike Kaganski
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-19com::sun::star->css in i18npoolNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-03-24do not include non-mask bits in masksEike Rathke
2015-03-11i18npool: fix spurious regex ^ matching in TextSearch::searchForward()Michael Stahl
2015-03-10tdf#89665: i18npool: speed up TextSearch::searchBackward()Michael Stahl
2015-03-10tdf#89665: i18npool: speed up TextSearch::searchForward()Michael Stahl
2014-12-12i18npool: Use appropriate OUString functions on string constantsStephan Bergmann
2014-10-07Avoid accessing 1 character after a stringMatthew J. Francis
2014-09-12well enabling optimizations with SunStudio is just asking for trouble...Michael Stahl
2014-04-23i18npool: sal_Bool->boolNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-28bool improvementsStephan Bergmann
2013-12-18fdo#54938: Convert i18npool to use cppu::supportsServiceMarcos Paulo de Souza
2013-11-26encapsulate pRegexMatcher->find() to be able to monitor UErrorCodeEike Rathke
2013-11-26set a 23 enigma timeout at RegexMatcher, fdo#70627Eike Rathke
2013-07-08-Werror,-Wdeprecated-register (Clang trunk towards 3.4)Stephan Bergmann
2013-05-02resolved fdo#63779 case-insensitive non-regex search brokenEike Rathke
2013-03-09regex: don't loop 10000 identical matches to find a single $ anchorEike Rathke
2013-03-09regex: handle zero-length matches, fdo#60259 relatedEike Rathke
2013-03-09fdo#60259 prevent crash when searching backward for $ anchor regexEike Rathke
2013-03-07i#121633# fix ignore-case problem caused by i18nsearch API messHerbert Dürr
2013-03-07i#121633# fix search for upper-case character classesHerbert Dürr
2013-03-07i#121482# fix backwards regexp search for matches overlapping search startHerbert Dürr
2013-03-07#i121482# fix attributed text search for regular expression patterns(cherry p...Herbert Dürr
2013-03-07i#120598 better emulation of regexp word-start and word-end operatorsHerbert Dürr
2013-03-07i#118925# enhance textsearch's match-group referencesHerbert Dürr