summaryrefslogtreecommitdiff
path: root/sw/inc/undobj.hxx
AgeCommit message (Expand)Author
2020-10-28sw: add an xml dumper for SwUndoSaveSectionMiklos Vajna
2020-07-06tdf#134253 sw: fix SwUndoInserts::UndoImpl() if inserting before sectionMichael Stahl
2020-06-23sw doc model xml dump: improve undo-redo coverage:Miklos Vajna
2020-06-15tdf#133957 sw: SelectAll should select fly in empty sectionMichael Stahl
2020-06-12tdf#131912 sw: fix spell check correct deleting flysMichael Stahl
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-01-20tdf#129582 sw: fix copying of flys in header/footer in DOCX/RTF importMichael Stahl
2020-01-10DOCX import: fix lost objects anchored to the single para of a linked headerMiklos Vajna
2019-12-06tdf#121300 sw: consistent fly at-pargraph selectionMichael Stahl
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-04loplugin:finalclasses in sw/incNoel Grandin
2019-09-16sw: prefix members of SwUndoSaveSectionMiklos Vajna
2019-09-09sw: prefix members of SwUndoInsertsMiklos Vajna
2019-08-28sw: prefix members of SwUndoFlyBaseMiklos Vajna
2019-08-21sw: prefix members of SwUndoDelLayFormatMiklos Vajna
2019-08-12sw: prefix members of SwUndoMiklos Vajna
2019-08-05sw: prefix members of SwUndRngMiklos Vajna
2019-07-22tdf#117185 tdf#110442 sw: bring harmony & peace to fly at-char selectionMichael Stahl
2019-04-26tdf#38703 i#42807 tdf#123313 sw: add Undo of ToX UpdateMichael Stahl
2018-10-03loplugin:constfields in swNoel Grandin
2018-07-16loplugin:useuniqueptr in SwUndoInsertsNoel Grandin
2018-07-12loplugin:useuniqueptr in SwUndoSaveSectionNoel Grandin
2018-04-25sw: fix remaining IWYU warnings in inc/*.hxxMiklos Vajna
2018-03-26use boost::optional in swNoel Grandin
2018-02-14sw: replace DELETEZ with unique_ptr in SwUndoSaveSectionMichael Stahl
2017-11-18silence some coverity warningsCaolán McNamara
2017-10-27loplugin:constantparam in swNoel Grandin
2017-10-23loplugin:includeform: swStephan Bergmann
2017-07-19tdf#107975: Revert "fix deleting an image anchored to last paragraphMichael Stahl
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin
2017-05-08sw: fix doxygen commentMichael Stahl
2017-05-08tdf#70960 sw::UndoManager: fix exponential Repeat proliferationMichael Stahl
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin
2017-03-20convert RndStdIds to scoped enumNoel Grandin
2017-03-16drop GetId() from SfxUndoActionNoel Grandin
2017-02-03new loplugin:unusedenumconstantsNoel Grandin
2017-01-18new loplugin: useuniqueptr: sw part 2Noel Grandin
2016-11-30convert DelContentType to o3tl::typed_flagsNoel Grandin
2016-10-27loplugin:expandablemethods in swNoel Grandin
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin
2016-08-19loplugin:countusersofdefaultparams in swNoel Grandin
2016-07-29sw undo: implement SfxUndoAction::GetViewShellId() interfaceMiklos Vajna
2016-06-16Remove the :: prefix in ::std for swMark Page
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-115th step to remove tools/rtti.hxxOliver Specht
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-17boost->stdCaolán McNamara