summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/undobj1.cxx
AgeCommit message (Expand)Author
2020-08-20tdf#135412 tdf#135888 sw: fix copying of linked text-boxesMichael Stahl
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski
2019-09-28loplugin:constmethod in swNoel Grandin
2019-08-28sw: prefix members of SwUndoFlyBaseMiklos Vajna
2019-08-21sw: prefix members of SwUndoDelLayFormatMiklos Vajna
2019-08-01tdf#126168: sw undo/redo crash fixedVasily Melenchuk
2019-05-14tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*Gabor Kelemen
2019-03-25sw: prefix members of SwUndoSetFlyFormatMiklos Vajna
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann
2018-11-16loplugin:buriedassign in swNoel Grandin
2018-03-26use boost::optional in swNoel Grandin
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen
2018-01-12More loplugin:cstylecast: swStephan Bergmann
2017-09-13Enable -Wunreachable-codeStephan Bergmann
2017-08-04loplugin:constparams in sw part5Noel Grandin
2017-07-21tdf#108867 sw: fix dangling text box frame format pointers in UndoMichael Stahl
2017-07-02loplugin:casttovoid: swStephan Bergmann
2017-05-12coverity#1406101 Dereference null return valueCaolán McNamara
2017-05-10tdf#107512 sw: fix rollback of text attributes in SwUndoDeleteMichael Stahl
2017-05-03tdf#88555 sw: remove dynamic_cast from SwFrameFormats::ContainsMichael Stahl
2017-04-10tdf#39468 Translate German comments in swJens Carl
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin
2017-03-20convert RndStdIds to scoped enumNoel Grandin
2017-03-16convert SwUndoId to scoped enumNoel Grandin
2017-01-23Revert "used std::map in SfxItemSet"Noel Grandin
2017-01-18new loplugin: useuniqueptr: sw part 2Noel Grandin
2017-01-17used std::map in SfxItemSetNoel Grandin
2016-12-04use proper message passingBjoern Michaelsen
2016-12-04use proper message passingBjoern Michaelsen
2016-08-29Convert SwFrameFormats to boost::multi_indexJan-Marek Glogowski
2016-07-29sw undo: implement SfxUndoAction::GetViewShellId() interfaceMiklos Vajna
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-04-18cppcheck: silence known condition warning in sw undobjJochen Nitschke
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-01remove old standalone Sun bug numbersNoel Grandin
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-03tdf#89783: Adjust to new GetPos retval (size_t vs. sal_uInt16)Katarina Behrens
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-22Merge common code of sw format listsJan-Marek Glogowski
2014-11-26loplugin: cstylecastNoel Grandin
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna
2014-11-09do not break encapsulation of SwFmtAnchor::GetCntntAnchor()Luboš Luňák
2014-10-24coverity#705269 Missing break in switchCaolán McNamara
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner