summaryrefslogtreecommitdiff
path: root/sw/source/core/undo/unovwr.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-04-10tdf#146619 Drop unused 'using namespace' in: sw/Gabor Kelemen1-1/+0
2022-09-29use more SwPosition::SetContentNoel Grandin1-4/+4
2022-09-06use more SwPosition::AssignNoel Grandin1-4/+4
2022-09-05use more SwPosition::AssignNoel Grandin1-9/+9
2022-09-05use more SwPosition::AssignNoel Grandin1-15/+15
2022-09-05add InsertText and EraseText overloads that take SwPositionNoel Grandin1-3/+2
2022-08-14rename SwPaM::GetNode to GetPointNode/GetContentNodeNoel Grandin1-2/+2
2022-08-13unique_ptr->optional in UndoTransliterate_DataNoel Grandin1-6/+6
2022-08-12clang-tidy modernize-pass-by-value in swNoel Grandin1-2/+3
2022-08-02introduce SwPosition::GetContentIndexNoel Grandin1-13/+13
2022-08-02introduce SwPosition::GetNodeIndexNoel Grandin1-1/+1
2022-08-02introduce SwPosition::GetNodeNoel Grandin1-2/+2
2022-07-25rename SwIndex->SwContentIndexNoel Grandin1-4/+4
2021-10-21introduce SwNodeOffset strong typedefNoel Grandin1-2/+2
2021-09-24return SwCursor from IShellCursorSupplierNoel Grandin1-2/+3
2020-10-20use tools::Long in swNoel1-3/+3
2020-10-05SwUndoDelete::CanGrouping never passed a null SwDoc*Caolán McNamara1-37/+37
2020-09-30SwPaM::GetDoc can return a reference insteadCaolán McNamara1-1/+1
2020-07-31loplugin:flatten in sw/core/undoNoel Grandin1-18/+18
2020-07-20sw: prefix members of SwCollectTableLineBoxes, SwUndoOverwrite, ...Miklos Vajna1-67/+67
2020-03-13Revert "loplugin:constfields in sw"Noel Grandin1-1/+1
2019-11-03loplugin:stringaddNoel Grandin1-4/+3
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann1-4/+4
2019-10-02loplugin:stringadd in swNoel Grandin1-3/+1
2019-09-16sw: prefix members of SwUndoSaveSectionMiklos Vajna1-8/+8
2019-08-12sw: prefix members of SwUndoMiklos Vajna1-1/+1
2019-08-05Fix typosAndrea Gelmini1-1/+1
2019-05-23convert nsRedlineType_t to scoped enumNoel Grandin1-3/+3
2019-02-10loplugin:indentation in swNoel Grandin1-1/+1
2018-10-03loplugin:constfields in swNoel Grandin1-1/+1
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: 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-12loplugin:simplifyconstruct in swNoel Grandin1-1/+1
2018-07-16loplugin:useuniqueptr in UndoTransliterate_DataNoel Grandin1-9/+7
2018-03-13Translate German variable namesJohnny_M1-25/+25
2018-01-12More loplugin:cstylecast: swStephan Bergmann1-1/+1
2017-10-27use std::unique_ptr in SwUndoTransliterateNoel Grandin1-4/+2
2017-08-04loplugin:constparams in sw part5Noel Grandin1-2/+2
2017-07-21de-hrc various thingsCaolán McNamara1-1/+0
2017-07-21migrate to boost::gettextCaolán McNamara1-2/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-3/+3
2017-03-16convert SwUndoId to scoped enumNoel Grandin1-2/+2
2017-01-18new loplugin: useuniqueptr: sw part 2Noel Grandin1-6/+4
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (sw)Stephan Bergmann1-4/+4
2016-07-29sw undo: implement SfxUndoAction::GetViewShellId() interfaceMiklos Vajna1-2/+2
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+2
2016-04-22Avoid reserved identifiersStephan Bergmann1-6/+6
2016-02-22loplugin:commaoperator in sw/Noel Grandin1-1/+4