summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/findtxt.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara1-7/+7
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann1-9/+8
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-6/+6
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-36/+31
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-4/+3
2013-11-08longparas: these sal_uInt16s are really xub_StrLensCaolán McNamara1-7/+8
2013-11-08longparas: these sal_uLongs are really xub_StrLensCaolán McNamara1-2/+2
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-3/+3
2013-11-01Related: #i33737# some minor refactoring in advanceOliver-Rainer Wittmann1-15/+15
2013-10-26sw: ViewShell -> SwViewShell renameMiklos Vajna1-1/+1
2013-10-18convert std::unique_ptr to boost::scoped_ptrNoel Grandin1-1/+1
2013-10-18convert sw/source/core/crsr/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-10-18convert String vectors to OUString vectors in SWNoel Grandin1-6/+6
2013-10-12sw: fix regex search/replace of $ in selectionMichael Stahl1-16/+0
2013-10-12fdo#64495: sw: fix regex search for soft hyphen \xADMichael Stahl1-2/+7
2013-09-07add/remove blank lines and braces (in sw/source/core/crsr/)Philipp Riemer1-4/+2
2013-09-07remove/add blank lines in sw/source/corePhilipp Riemer1-4/+0
2013-08-24fdo#68319: sw: fix Chinese ConversionMichael Stahl1-15/+15
2013-07-16String to OUStringMatteo Casalin1-2/+2
2013-07-02OUString convertion for unotoolsNorbert Thiebaud1-7/+15
2013-06-07sal_Bool to boolMatteo Casalin1-15/+14