summaryrefslogtreecommitdiff
path: root/sw/source/core/undo
AgeCommit message (Expand)AuthorFilesLines
2018-12-18Get rid of aEmptyOUStrMike Kaganski1-1/+1
2018-12-11loplugin:unusedfieldsNoel Grandin1-12/+9
2018-12-08Remove obsolete SAL_FALLTHROUGH completelyStephan Bergmann3-6/+6
2018-12-04Translate German variable namesJohnny_M1-7/+7
2018-12-03tdf#117189 Fix table insert row redoJim Raykowski1-0/+1
2018-11-29remove unnecessary "if (!empty()" checks before loopsNoel Grandin1-10/+7
2018-11-28loplugin:unusedfields in swNoel Grandin1-6/+1
2018-11-28loplugin:unusedmethodsNoel Grandin1-18/+0
2018-11-25tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-1/+1
2018-11-19tdf#42949 Fix IWYU warnings in include/vcl/[ab]*Gabor Kelemen4-0/+4
2018-11-19Fix typosAndrea Gelmini1-1/+1
2018-11-19Fix typosAndrea Gelmini1-1/+1
2018-11-18Fix typosAndrea Gelmini1-1/+1
2018-11-16Fix typosAndrea Gelmini1-2/+2
2018-11-16loplugin:buriedassign in swNoel Grandin1-2/+4
2018-11-16entirity of writer rebuilding when vcl widget headers changeCaolán McNamara2-0/+2
2018-11-16tdf#121031 sw_redlinehide: fix SwUndoDelete of table: create table framesMichael Stahl1-1/+4
2018-11-15sw_redlinehide_3: fix comment of SwUndoRedlineDeleteMichael Stahl2-4/+7
2018-11-15sw_redlinehide_3: update footnote numbers on redline opsMichael Stahl1-2/+2
2018-11-15sw_redlinehide_3: remove number parameter from SwDoc::SetCurFootnoteMichael Stahl1-4/+3
2018-11-12Fix typosAndrea Gelmini1-2/+2
2018-11-10tdf#120703 PVS: V547 Expression is always true/falseMike Kaganski1-1/+1
2018-11-07Simplify containers iterations in sw/source/core/[t-v]*Arkadiy Illarionov4-15/+13
2018-10-26use unique_ptr when Clone()'ing PoolItemsNoel Grandin2-41/+27
2018-10-24pvs-studio: silence V530 use std::unique_ptr less weirdlyCaolán McNamara1-6/+5
2018-10-22tdf#120703 (PVS): Recurring check.Xisco Fauli1-1/+1
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin4-24/+29
2018-10-09add some more pluralized form examplesCaolán McNamara1-6/+6
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-4/+4
2018-10-08sw: prefix members of SwUndoTableNdsChgMiklos Vajna1-50/+50
2018-10-05use std::unique_ptr in sw::IDocumentUndoRedoNoel Grandin5-13/+14
2018-10-03loplugin:constfields in swNoel Grandin3-8/+8
2018-09-27Fix typosAndrea Gelmini1-4/+4
2018-09-19sw: rework annoying GetFrameOfModify/getLayoutFrame parametersMichael Stahl1-1/+1
2018-09-19sw_redlinehide_2: adapt the SwUndoDelete DelFullPara path...Michael Stahl1-2/+128
2018-09-19sw: SwUndoOverwrite ctor shouldn't DeleteRedline if ...Michael Stahl1-7/+11
2018-09-19sw: SwUndoOverwrite::CanGrouping() should ignore redlines for insertedMichael Stahl1-0/+1
2018-09-19sw_redlinehide_2: update frames on redline opsMichael Stahl1-0/+13
2018-09-19sw_redlinehide_2: SwUndoDeleteMichael Stahl1-5/+55
2018-09-19sw_redlinehide_2: invalidate when delete redline goes awayMichael Stahl1-2/+2
2018-09-19sw_redlinehide_2: fix ordering of SplitNode usage of ContentIdxStore 2Michael Stahl1-3/+3
2018-09-19sw_redlinehide_2: fix ordering of SplitNode usage of ContentIdxStoreMichael Stahl1-4/+11
2018-09-19sw_redlinehide_2: add layout parameter to *Node::DelFramesMichael Stahl1-1/+1
2018-09-19sw: fix usage of wrong string in SwUndoOverwrite::RedoImpl()Michael Stahl1-1/+1
2018-09-19sw: convert to assert in SwUndoOverwriteMichael Stahl1-2/+2
2018-09-19sw: fix 0-length delete redlines in SwUndoSaveSection::SaveSectionMichael Stahl1-6/+10
2018-09-19sw: disambiguate SwNode2LayoutMichael Stahl2-3/+3
2018-09-19sw: rename SwNode MakeFrame overloadsMichael Stahl1-1/+1
2018-09-17New loplugin:externalStephan Bergmann1-1/+1