summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/findtxt.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-15Resolves: 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
2014-12-05move Ring<>::MoveRingTo to RingContainer<>::mergeBjoern Michaelsen1-1/+1
2014-12-05more const correctnessBjoern Michaelsen1-1/+1
2014-12-02use new typesafer implementationBjoern Michaelsen1-4/+5
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-6/+6
2014-11-10loplugin: cstylecastNoel Grandin1-2/+2
2014-10-23sw: fix undefined casts of SwTxtInputFldMichael Stahl1-2/+3
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-1/+2
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-6/+6
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-1/+1
2014-06-24new compilerplugin returnbyrefNoel Grandin1-6/+6
2014-04-30sw: sal_Bool->boolNoel Grandin1-10/+10
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-01-28bool improvementsStephan Bergmann1-2/+2
2014-01-17fdo#73660: sw: fix Find of words containing soft-hyphenMichael Stahl1-1/+3
2014-01-17bool improvementsStephan Bergmann1-2/+2