summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/findtxt.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-02-13tdf#102374: regex allow ReplaceBackReferences for $ searchJustin Luth1-3/+13
2018-02-05Translate German variable namesJohnny_M1-10/+10
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-2/+2
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-2/+2
2017-09-01tdf#101936 sw: ignore comment anchors during searchJustin Luth1-7/+16
2017-07-01sw:findtext - remove useless nStart = nProxyStartJustin Luth1-1/+0
2017-06-28sw:findtxt - whitespace cleanupJustin Luth1-4/+4
2017-04-26use strong_int for LanguageTypeNoel Grandin1-1/+1
2017-04-19SwBreakIt::m_xBreak is always availableCaolán McNamara1-2/+1
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-2/+2
2017-03-08loplugin:loopvartoosmallStephan Bergmann1-1/+1
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-7/+6
2017-01-21coverity#1399020 Dereference after null checkCaolán McNamara1-3/+3
2016-08-31convert FindRanges to o3tl::typed_flags_setNoel Grandin1-1/+1
2016-08-31remove the SwMoveFnCollection* typedefsNoel Grandin1-7/+7
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-1/+1
2016-07-12Resolves: tdf#100538 make searching in shape text a libreoffice-kit only thingCaolán McNamara1-22/+26
2016-03-17tdf#98458 sw: Fix performance problem when searching in large documents.Jan Holesovsky1-4/+4
2016-03-17Revert "tdf#98458 sw: make search in shape text optional"Jan Holesovsky1-5/+1
2016-03-17tdf#98458 sw: make search in shape text optionalMiklos Vajna1-1/+5
2016-02-25compare on AlgorithmType2Eike Rathke1-4/+4
2016-02-24let SvxSearchItem use SearchOptions2Eike Rathke1-7/+7
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke1-3/+4
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-10/+10
2015-11-16Rename SetCursor -> CallSetCursor to avoid future name clash.Jan Holesovsky1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-10/+10
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-05sw: avoid hang with find-all and shape textMiklos Vajna1-1/+4
2015-09-18convert Link<> to typedNoel Grandin1-2/+2
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-10/+12
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-08-07sw: use std::unique_ptr in sw-global includesMiklos Vajna1-1/+3
2015-07-08Fix typosAndrea Gelmini1-1/+1
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-18Fix typosAndrea Gelmini1-1/+1
2015-05-27sw: prefix members of SwFindParaTextMiklos Vajna1-18/+18
2015-05-26SwPaM::Find: fix backwards-search in shape textMiklos Vajna1-12/+46
2015-05-20SwPaM::Find: forgot to show the cursor after ending the text editMiklos Vajna1-2/+5
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-54/+54
2015-05-19SwPaM::Find: search in shapes anchored to the rangeMiklos Vajna1-5/+21
2015-05-19SwPaM::Find: when no more result in the shape, unmark itMiklos Vajna1-0/+3
2015-05-18SwPaM::Find: if there is an active text edit, then search thereMiklos Vajna1-0/+24
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-02-16tdf#80715: fix infinite loop in find-and-replace if SwTxtNode fullMichael Stahl1-4/+14
2015-01-07Remove unnecessary downcastMatteo Casalin1-2/+2
2015-01-07sal_uInt16 to size_typeMatteo Casalin1-1/+1
2014-12-15sw: Use appropriate OUString functions on string constantsStephan Bergmann1-3/+3
2014-12-09Typo: enventually=>eventuallyJulien Nabet1-1/+1
2014-12-07loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-3/+2