summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/untblk.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-05-03tdf#88555 sw: reduce usage of dynamic_cast in SwFormatsModifyBase::ContainsMichael Stahl1-4/+4
2017-03-20convert RndStdIds to scoped enumNoel Grandin1-2/+2
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-2/+2
2017-01-18new loplugin: useuniqueptr: sw part 2Noel Grandin1-1/+1
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-7/+7
2016-08-29Get rid of pointless indirect function pointer variablesTor Lillqvist1-1/+1
2016-07-29sw undo: implement SfxUndoAction::GetViewShellId() interfaceMiklos Vajna1-1/+1
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-1/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-09-17boost->stdCaolán McNamara1-1/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-16change pointer to reference for the winCaolán McNamara1-40/+40
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-73/+73
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-2/+2
2015-05-03tdf#89783: Adjust to new GetPos retval (size_t vs. sal_uInt16)Katarina Behrens1-3/+3
2015-04-08tdf#88812 sw: speed up SwDoc::MakeFlyAndMove()Miklos Vajna1-1/+1
2014-11-26loplugin: cstylecastNoel Grandin1-1/+1
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-10/+11
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner1-1/+1
2014-06-01sal_uInt16 to size_tMatteo Casalin1-4/+4
2014-03-02sal_Bool to boolMatteo Casalin1-6/+6
2014-02-27Remove visual noise from swAlexander Wilms1-1/+0
2014-01-13Renamed 'SwRedline' to 'SwRangeRedline'Adam Co1-1/+1
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann1-1/+1
2013-11-14xub_StrLen to sal_Int32 in SwIndex and some relatedMatteo Casalin1-4/+1
2013-09-30Resolves: #i123389#: revert change made for #i121897#Oliver-Rainer Wittmann1-4/+2
2013-06-05Resolves: #i121897# change the hints clearing method from RstAttr...Zheng Fan1-2/+3
2013-02-18sw: let SwTxtNode::GetTxt() return OUStringMichael Stahl1-3/+3
2012-12-20SwUndoSaveCntnt: remove index parameter from Move{From,To}UndoNdsMichael Stahl1-2/+2
2012-12-20SwUndoInserts should not use a SwPosition:Michael Stahl1-25/+14
2012-12-13sal_Bool to boolTakeshi Abe1-1/+1
2012-11-30re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-10-15postfix operator++ -> prefix operator++Luboš Luňák1-1/+1
2012-07-26Convert SV_DECL_PTRARR_SORT_DEL(_SwRedlineTbl) to o3tl::sorted_vectorNoel Grandin1-1/+1
2012-06-25Convert pFrmFmts member from Svptrarr to std::vectorNoel Grandin1-5/+6
2012-06-20Convert SV_DECL_PTRARR_DEL of Sw*Fmts to std::vectorNoel Grandin1-2/+2
2012-05-30Clean up and translate commentsPhilipp Riemer1-32/+23
2011-11-27remove include of pch header from swNorbert Thiebaud1-2/+0
2011-05-13sw34bf06: #i117867#: SwUndoInserts::RedoImpl: do not use SwUndRngMichael Stahl1-1/+2
2011-03-14Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Michael Meeks1-51/+39
2011-02-07removetooltypes01: #i112600# adjust rebase in swMikhail Voytenko1-2/+2
2011-02-07removetooltypes01: Rebase to DEV300m99Carsten Driesner1-40/+28
2011-01-17removetooltypes01: #i112600# Remove tools types from swCarsten Driesner1-17/+17
2010-12-15undoapi: move most of inc/undobj.hxx to source/core/inc/UndoCore.hxxMichael Stahl1-1/+1
2010-12-15undoapi: #i115383#: replace SwUndos with STL vectorMichael Stahl1-15/+11
2010-12-15undoapi: #i115383#: derive sw::UndoManager from SfxUndoManager:Michael Stahl1-17/+17
2010-12-15undoapi: #i115383#: remove unnecessary UndoGuards:Michael Stahl1-1/+0
2010-12-15undoapi: #i115383#: remove SwUndoIter::pLastUndoObj:Michael Stahl1-5/+0
2010-11-25Removed DBG_UTIL from swCédric Bosdonnat1-1/+1