summaryrefslogtreecommitdiff
path: root/sw/source/core/crsr/findattr.cxx
AgeCommit message (Expand)Author
2018-09-17New loplugin:externalStephan Bergmann
2018-09-15coverity#1439335 silence Explicit null dereferencedCaolán McNamara
2018-09-12loplugin:useuniqueptr in SwAttrCheckArrNoel Grandin
2018-01-25Use std::fill instead of memsetStephan Bergmann
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-06-27loplugin:oncevar in swNoel Grandin
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann
2017-03-16convert SwUndoId to scoped enumNoel Grandin
2017-03-01typesafe wrappers for css::i18nutil::TransliterationModulesNoel Grandin
2017-02-27Clean up use of integer typesStephan Bergmann
2017-01-23Revert "used std::map in SfxItemSet"Noel Grandin
2017-01-17used std::map in SfxItemSetNoel Grandin
2017-01-13new loplugin: useuniqueptr: sw part 1Noel Grandin
2016-08-31remove the SwMoveFnCollection* typedefsNoel Grandin
2016-04-22Avoid reserved identifiersStephan Bergmann
2016-03-22loplugin:constantparam in swNoel Grandin
2016-02-25compare on AlgorithmType2Eike Rathke
2016-02-24let SvxSearchItem use SearchOptions2Eike Rathke
2016-02-05interface to new XTextSearch2 with SearchOptions2, tdf#72196Eike Rathke
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-16sw: Prefix a member that may conflict after a rename.Jan Holesovsky
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-18convert Link<> to typedNoel Grandin
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin
2015-08-11sw: use std::unique_ptr in crsr codeMiklos Vajna
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-03-11convert SetAttrMode to enum classNoel Grandin
2015-03-02sw: PVS V656 Variables initialized through call to same functionMichael Stahl
2015-01-22Some more loplugin:cstylecast: swStephan Bergmann
2014-12-09Typo: enventually=>eventuallyJulien Nabet
2014-12-05move Ring<>::MoveRingTo to RingContainer<>::mergeBjoern Michaelsen
2014-12-02no need to use Ring here anymoreBjoern Michaelsen
2014-12-02use new typesafer implementationBjoern Michaelsen
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna
2014-11-16int + sal_True/sal_False ==> bool, and reduce scope of a static variableMatteo Casalin
2014-11-10loplugin: cstylecastNoel Grandin
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-20svl: sal_Bool -> boolStephan Bergmann