summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/docundo.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-07-05lok: use correct shell when doing undoSzymon Kłos1-1/+5
2023-05-25sw: fix wrong downcast in UndoManager::IsViewUndoActionIndependent()Miklos Vajna1-1/+1
2022-12-22check GetEditShell()Caolán McNamara1-2/+1
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin1-2/+3
2021-11-12sw, out of order undo: allow multiple actions from other viewsMiklos Vajna1-6/+20
2021-11-12Fix typoAndrea Gelmini1-1/+1
2021-11-11sw, out of order undo: allow a subset of a non-empty redo listMiklos Vajna1-3/+18
2021-11-10Fix typoAndrea Gelmini1-1/+1
2021-11-10sw: allow undo of typing in 2 views independent from each otherMiklos Vajna1-5/+66
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-4/+4
2020-10-01tdf#136728: Revert "tdf#136238 speed up deleting large cross page table"Xisco Fauli1-2/+4
2020-09-30SwNodes::GetDoc can return a reference insteadCaolán McNamara1-1/+1
2020-09-10tdf#136238 speed up deleting large cross page tableNoel Grandin1-4/+2
2020-06-23sw doc model xml dump: improve undo-redo coverage:Miklos Vajna1-0/+14
2020-05-26Fix loplugin:simplifypointertobool for libstdc++ std::shared_ptrStephan Bergmann1-1/+1
2019-12-06tdf#42949 Fix IWYU warnings in sw/source/core/[u-v]*/*cxxGabor Kelemen1-5/+0
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+4
2019-10-29remove unnecessary includesCaolán McNamara1-1/+0
2019-07-25tdf#47807 Invalidate bindings to Undo RedoJim Raykowski1-0/+14
2019-04-07tdf#120703 PVS: Silence V522 warningsMike Kaganski1-8/+6
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
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