summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/findattr.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-12-18sw_redlinehide_4b: adapt FindAttrImpl()Michael Stahl1-14/+59
2018-12-18sw_redlinehide_4b: adapt FindAttrs()Michael Stahl1-26/+134
2018-12-18sw_redlinehide_4b: FindText() adapt the replace part as wellMichael Stahl1-2/+3
2018-12-18sw_redlinehide_4b: adapt FindText()Michael Stahl1-1/+1
2018-12-18sw: refactor a confusing thicket of overloads, all named Find()Michael Stahl1-42/+48
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-3/+2
2018-10-03loplugin:constfields in swNoel Grandin1-3/+3
2018-09-17New loplugin:externalStephan Bergmann1-1/+1
2018-09-15coverity#1439335 silence Explicit null dereferencedCaolán McNamara1-0/+2
2018-09-12loplugin:useuniqueptr in SwAttrCheckArrNoel Grandin1-6/+6
2018-01-25Use std::fill instead of memsetStephan Bergmann1-2/+6
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-06-27loplugin:oncevar in swNoel Grandin1-2/+1
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-2/+2
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-2/+2
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin1-5/+5
2017-02-27Clean up use of integer typesStephan Bergmann1-3/+3
2017-01-23Revert "used std::map in SfxItemSet"Noel Grandin1-4/+4
2017-01-17used std::map in SfxItemSetNoel Grandin1-4/+4
2017-01-13new loplugin: useuniqueptr: sw part 1Noel Grandin1-4/+4
2016-08-31remove the SwMoveFnCollection* typedefsNoel Grandin1-11/+11
2016-04-22Avoid reserved identifiersStephan Bergmann1-21/+21
2016-03-22loplugin:constantparam in swNoel Grandin1-1/+0
2016-02-25compare on AlgorithmType2Eike Rathke1-1/+2
2016-02-24let SvxSearchItem use SearchOptions2Eike Rathke1-6/+6
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-13/+13
2015-11-16sw: Prefix a member that may conflict after a rename.Jan Holesovsky1-5/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-19/+19
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-09-18convert Link<> to typedNoel Grandin1-2/+2
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-8/+8
2015-08-11sw: use std::unique_ptr in crsr codeMiklos Vajna1-4/+4
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-82/+82
2015-04-30Gradually typed LinkStephan Bergmann1-2/+2
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-03-11convert SetAttrMode to enum classNoel Grandin1-2/+2
2015-03-02sw: PVS V656 Variables initialized through call to same functionMichael Stahl1-2/+4
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann1-4/+4
2014-12-09Typo: enventually=>eventuallyJulien Nabet1-1/+1
2014-12-05move Ring<>::MoveRingTo to RingContainer<>::mergeBjoern Michaelsen1-1/+1
2014-12-02no need to use Ring here anymoreBjoern Michaelsen1-2/+2
2014-12-02use new typesafer implementationBjoern Michaelsen1-4/+5
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-3/+3
2014-11-16int + sal_True/sal_False ==> bool, and reduce scope of a static variableMatteo Casalin1-24/+24
2014-11-10loplugin: cstylecastNoel Grandin1-10/+10
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-12/+12
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-1/+2
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-2/+2