summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/undobj1.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-09-28SwUndoSetFlyFormat: SwClient::Modify no moreBjoern Michaelsen1-13/+10
2020-08-20sw: remove misleading initialisation from SwUndoInsLayFormatMichael Stahl1-20/+4
2020-08-19tdf#135412 tdf#135888 sw: fix copying of linked text-boxesMichael Stahl1-0/+1
2020-08-18tdf#135016 DOCX export: fix unexpected error on save with undo/redoMiklos Vajna1-0/+13
2020-07-31loplugin:flatten in sw/core/undoNoel Grandin1-78/+78
2020-06-23sw doc model xml dump: improve undo-redo coverage:Miklos Vajna1-0/+24
2020-03-02speedup sw build a littleNoel Grandin1-0/+1
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-3/+0
2019-10-01Avoid redundant IsAtEnd: NextItem returns nullptr iif iterator is at endMike Kaganski1-11/+2
2019-09-28loplugin:constmethod in swNoel Grandin1-1/+1
2019-08-28sw: prefix members of SwUndoFlyBaseMiklos Vajna1-77/+77
2019-08-21sw: prefix members of SwUndoDelLayFormatMiklos Vajna1-2/+2
2019-08-01tdf#126168: sw undo/redo crash fixedVasily Melenchuk1-10/+11
2019-05-14tdf#42949 Fix IWYU warnings in sw/source/core/inc/[t-w]*Gabor Kelemen1-0/+1
2019-03-25sw: prefix members of SwUndoSetFlyFormatMiklos Vajna1-49/+49
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-2/+2
2018-11-16loplugin:buriedassign in swNoel Grandin1-2/+4
2018-03-26use boost::optional in swNoel Grandin1-1/+1
2018-01-25introduce SwClient::EndListeningAll()Bjoern Michaelsen1-5/+0
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-1/+1
2017-09-13Enable -Wunreachable-codeStephan Bergmann1-1/+1
2017-08-04loplugin:constparams in sw part5Noel Grandin1-1/+1
2017-07-21tdf#108867 sw: fix dangling text box frame format pointers in UndoMichael Stahl1-0/+18
2017-07-02loplugin:casttovoid: swStephan Bergmann1-2/+1
2017-05-12coverity#1406101 Dereference null return valueCaolán McNamara1-2/+3
2017-05-10tdf#107512 sw: fix rollback of text attributes in SwUndoDeleteMichael Stahl1-1/+1
2017-05-03tdf#88555 sw: remove dynamic_cast from SwFrameFormats::ContainsMichael Stahl1-2/+2
2017-04-10tdf#39468 Translate German comments in swJens Carl1-2/+2
2017-03-22loplugin:redundantcast find redundant c-style enum castsNoel Grandin1-3/+3
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-43/+44
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-6/+6
2017-01-23Revert "used std::map in SfxItemSet"Noel Grandin1-1/+2
2017-01-18new loplugin: useuniqueptr: sw part 2Noel Grandin1-1/+0
2017-01-17used std::map in SfxItemSetNoel Grandin1-2/+1
2016-12-04use proper message passingBjoern Michaelsen1-8/+1
2016-12-04use proper message passingBjoern Michaelsen1-11/+1
2016-08-29Convert SwFrameFormats to boost::multi_indexJan-Marek Glogowski1-1/+1
2016-07-29sw undo: implement SfxUndoAction::GetViewShellId() interfaceMiklos Vajna1-2/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-04-18cppcheck: silence known condition warning in sw undobjJochen Nitschke1-1/+1
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-13/+13
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-6/+6
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-1/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-159/+159
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-2/+2
2015-05-03tdf#89783: Adjust to new GetPos retval (size_t vs. sal_uInt16)Katarina Behrens1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1