summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/docundo.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-4/+4
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin1-2/+2
2018-09-27Fix typosAndrea Gelmini1-4/+4
2018-07-13merge IUndoManager into SfxUndoManagerNoel Grandin1-1/+1
2018-01-15More loplugin:cstylecast: swStephan Bergmann1-6/+6
2017-12-07lokit: add .uno:DocumentRepair commandHenry Castro1-0/+8
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+2
2017-06-06add COVERITY_NOEXCEPT_FALSECaolán McNamara1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-2/+2
2017-05-12sw: change SwCursorShell::Pop() parameter from meaningless bool to enumMichael Stahl1-1/+1
2017-05-08tdf#70960 sw::UndoManager: fix exponential Repeat proliferationMichael Stahl1-0/+13
2017-05-05sw: fix invalid downcast in sw::UndoManager::Repeat()Michael Stahl1-1/+9
2017-03-24convert ViewShellId to o3tl::strong_intNoel Grandin1-6/+6
2017-03-20ubsan fix after "drop GetId() from SfxUndoAction"Noel Grandin1-2/+12
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-26/+24
2017-03-16drop GetId() from SfxUndoActionNoel Grandin1-5/+3
2016-11-28sw lok: notify repair when exist a conflict of multiple users undo/redoHenry Castro1-0/+12
2016-10-05loplugin:unnecessaryoverride in swNoel Grandin1-7/+0
2016-09-19convert UndoOrRedo_t to scoped enumNoel Grandin1-4/+4
2016-09-15sw: remove some can-never-happen checks that are now assert()Michael Stahl1-29/+26
2016-09-15tdf#43157 clean up OSL_ASSERT in /core/sw/source/core/undo/docundo.cxxSophie Su1-7/+8
2016-09-08convert nsRedlineMode_t to typed_flagsNoel Grandin1-2/+2
2016-08-23Remaining clang-tidy misc-move-constructor-initStephan Bergmann1-1/+1
2016-08-15sw lok: limit undo/redo in SwDrawTextShellMiklos Vajna1-1/+51
2016-08-10sw undo: add a Repair argument to the .uno:Undo/Redo commandsMiklos Vajna1-2/+13
2016-08-09sw lok: limit undo/redo access to undo actions created by the same viewMiklos Vajna1-2/+20
2016-08-01svl: implement SfxUndoAction::GetViewShellId() interface in SfxListUndoActionMiklos Vajna1-2/+21
2016-03-09loplugin:constantparam in svlNoel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-09-17boost->stdCaolán McNamara1-1/+1
2015-08-21tdf#92612 Right-clicking after applying "paint buckets" leads to multiple UndoAshod Nakashian1-0/+5
2015-08-20loplugin: defaultparamsNoel Grandin1-13/+13
2015-04-03use UNDO_EMPTY instead of bare 0Caolán McNamara1-2/+2
2014-12-04use C++11 iterationBjoern Michaelsen1-5/+6
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-08-12Refactored IDocumentState out of SwDoc.Valentin Kettner1-0/+1
2014-08-12Refactored IDocumentRedlineAccess out of SwDoc.Valentin Kettner1-0/+1
2014-07-01Related: #i124638# Corrected relationship between DrawModel and...Armin Le Grand1-3/+1
2014-06-28sal_uInt16 to size_tMatteo Casalin1-4/+4
2014-06-19coverity#705037 Unchecked dynamic_castCaolán McNamara1-0/+1
2014-06-03Split out IDocumentDrawModelAccess from SwDoc.Valentin Kettner1-0/+1
2014-05-27Remove ASCII art and useless comments from sw moduleChris Laplante1-2/+0
2014-04-30sw: sal_Bool->boolNoel Grandin1-1/+1
2014-04-24Finish cleaning up ASCII art in the sw moduleChris Laplante1-6/+0
2014-02-27Remove visual noise from swAlexander Wilms1-11/+2
2013-10-18convert sw/source/core/undo/*.cxx from String to OUStringNoel Grandin1-6/+6
2013-10-02murder an auto_ptrCaolán McNamara1-8/+6