summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/unattr.cxx
AgeCommit message (Expand)AuthorFilesLines
2019-08-21sw undo/redo: avoid usage of pointers as a style referencesVasily Melenchuk1-107/+90
2019-08-14sw: avoid dangling references to style in undo/redoVasily Melenchuk1-0/+28
2019-06-26tdf#126017 sw: do not restore SwFormatContent in SwUndoFormatAttrMichael Stahl1-0/+6
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin1-4/+4
2019-03-28simplify reset(nullptr) -> reset()Noel Grandin1-4/+3
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann1-2/+2
2018-11-15sw_redlinehide_3: remove number parameter from SwDoc::SetCurFootnoteMichael Stahl1-4/+3
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin1-3/+3
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-7/+12
2018-02-21loplugin:changetoolsgen in swNoel Grandin1-2/+2
2017-12-24convert RES_FRM constants to TypedWhichIdNoel Grandin1-4/+3
2017-09-04loplugin:unnecessaryparen include c++ castsNoel Grandin1-1/+1
2017-06-16Make SfxItemSet ranges correct by constructionStephan Bergmann1-1/+1
2017-05-12coverity#1406101 Dereference null return valueCaolán McNamara1-2/+3
2017-05-08loplugin:checkunusedparams in sw(part1)Noel Grandin1-1/+1
2017-05-06coverity#1405890 Unchecked dynamic_castCaolán McNamara1-1/+1
2017-05-03tdf#88555 sw: use safe IsAlive function in Undo codeMichael Stahl1-12/+16
2017-05-03tdf#88555 sw: reduce usage of dynamic_cast in SwFormatsModifyBase::ContainsMichael Stahl1-1/+1
2017-05-03tdf#88555 sw: remove dynamic_cast from SwFrameFormats::ContainsMichael Stahl1-1/+2
2017-04-27tdf#88555: band-aid fix, using GetPos/find instead of ContainsThorsten Behrens1-11/+11
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-10/+10
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-15/+15
2016-12-14use proper message passingBjoern Michaelsen1-16/+5
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-7/+6
2016-08-29Convert SwFrameFormats to boost::multi_indexJan-Marek Glogowski1-5/+3
2016-07-29sw undo: implement SfxUndoAction::GetViewShellId() interfaceMiklos Vajna1-16/+16
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann1-2/+2
2016-04-30sw: SwHistoryResetAttrSet now unused, remove itMichael Stahl1-16/+0
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-8/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-1/+1
2015-07-30tdf#83223: sw: fix Undo of format change of conditional para styleMichael Stahl1-1/+4
2015-07-06-fsanitize=vptr: unnecessary, wrong downcastStephan Bergmann1-1/+1
2015-07-03Resolves: tdf#92137 drawing layer resize undo in writer fails...Caolán McNamara1-3/+8
2015-05-29loplugin:redundantcast: const_cast to same typeStephan Bergmann1-1/+1
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-185/+185
2015-05-05loplugin:staticmethodsNoel Grandin1-300/+184
2015-05-03tdf#89783: Adjust to new GetPos retval (size_t vs. sal_uInt16)Katarina Behrens1-11/+11
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-1/+1
2015-03-19move SwIterator into calbck.hxxBjoern Michaelsen1-1/+1
2015-03-16core: dont use 'shortcut' that is longer than the originalBjoern Michaelsen1-2/+2
2015-01-26coverity#1266446 Explicit null dereferencedCaolán McNamara1-1/+1
2015-01-22Merge common code of sw format listsJan-Marek Glogowski1-10/+6
2015-01-19fdo#39440 sw: reduce scope of local variablesMichael Weghorn1-2/+1
2014-11-26loplugin: cstylecastNoel Grandin1-2/+2
2014-11-19Use SwNode::GetTxtNode()Miklos Vajna1-2/+1
2014-10-01sw: std::auto_ptr -> std::unique_ptrStephan Bergmann1-11/+7
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-7/+7
2014-08-12Refactored IDocumentLayoutAccess out of SwDoc.Valentin Kettner1-1/+2
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-10/+11