summaryrefslogtreecommitdiff
path: root/include/svx/svdundo.hxx
AgeCommit message (Expand)AuthorFilesLines
2024-08-14svx: prefix members of SdrUndoSetPageNumMiklos Vajna1-3/+3
2024-08-05svx: prefix members of SdrUndoReplaceObjMiklos Vajna1-1/+1
2024-07-29svx: prefix members of SdrUndoObjSetTextMiklos Vajna1-4/+4
2024-07-15svx: prefix members of SdrUndoObjOrdNumMiklos Vajna1-2/+2
2024-06-24svx: prefix members of SdrUndoMoveObjMiklos Vajna1-2/+2
2024-06-17svx: prefix members of SdrUndoGroupMiklos Vajna1-6/+6
2024-06-03svx: prefix members of SdrUndoGeoObjMiklos Vajna1-3/+3
2024-05-21svx: prefix members of SdrUndoDelPageMiklos Vajna1-1/+1
2024-05-13svx: prefix members of SdrUndoAttrObjMiklos Vajna1-5/+5
2024-05-06svx: prefix members of SdrUndoActionMiklos Vajna1-1/+1
2024-02-12use more UNLESS_MERGELIBSNoel Grandin1-1/+1
2023-11-08loplugin:fieldcast in SdrUndoAttrObjNoel Grandin1-2/+2
2023-07-05tdf#138504 svx,etc.: decorative flag on SdrObject shapesMichael Stahl1-0/+16
2023-04-19loplugin:finalclassesNoel Grandin1-1/+1
2022-11-28loplugin:unusedfields make some protected fields privateNoel Grandin1-2/+1
2022-08-29ref-count SdrObjectNoel Grandin1-17/+3
2022-07-21clang-tidy modernize-pass-by-value in svxNoel Grandin1-2/+2
2022-05-11Advanced Diagram support: UNDO/REDO support for Diagram DataModelArmin Le Grand (Allotropia)1-0/+25
2022-03-11loplugin:constparamsNoel Grandin1-1/+1
2021-12-07loplugin:unnecessaryvirtualNoel Grandin1-1/+1
2021-12-01tdf#145928 svx: fix undo of sorting shapesMichael Stahl1-0/+19
2021-09-19no need to allocate SfxItemSet separately in SdrUndoAttrObjNoel Grandin1-2/+3
2021-08-19use std::optional<OutlinerParaObject> in SdrUndoAttrObjNoel Grandin1-2/+2
2021-08-16pass OutlinerParaObject around by valueNoel Grandin1-2/+3
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-3/+4
2021-06-19svx: remove whitespace in member variablesTomaž Vajngerl1-44/+42
2021-06-17svx: pragma once for some SdrObject subclassesTomaž Vajngerl1-4/+1
2021-03-07ref-count SdrPageNoel1-5/+2
2021-01-15Use value comparison hereMike Kaganski1-1/+1
2020-03-23make more classes private in mergedlibs modeNoel Grandin1-1/+2
2020-03-13Revert "loplugin:constfields in svx"Noel Grandin1-11/+11
2020-02-02tdf#128302: Split SVXCORE_DLLPUBLIC from SVX_DLLPUBLICStephan Bergmann1-19/+19
2019-12-05make some classes module privateNoel Grandin1-3/+3
2019-10-30loplugin:finalclasses svxNoel Grandin1-6/+6
2019-10-21loplugin:virtualdead unused param in GetSdrRepeatCommentNoel Grandin1-8/+8
2019-10-09rename ImpTakeDescriptionStr -> ImpGetDescriptionStrNoel Grandin1-2/+2
2019-09-03loplugin:constmethod in svxNoel Grandin1-3/+3
2019-07-20Fix typosAndrea Gelmini1-1/+1
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen1-1/+0
2019-04-12loplugin:unusedfieldsNoel Grandin1-3/+2
2019-04-04CreateUndoRemoveObject default arg is always usedCaolán McNamara1-1/+1
2019-02-27loplugin:unusedfields look for classes where we can make all the..Noel Grandin1-2/+0
2018-12-08Clean up LIBO_INTERNAL_ONLY uses of SAL_WARN_UNUSED_RESULTStephan Bergmann1-1/+1
2018-10-15loplugin:unusedmethodsNoel Grandin1-1/+0
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-21/+21
2018-10-09use unique_ptr in SdrUndoGroupNoel Grandin1-4/+4
2018-10-08loplugin:constfields in svxNoel Grandin1-12/+12
2018-09-28loplugin:unusedmethodsNoel Grandin1-21/+0
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin1-2/+0
2018-09-11Use [[nodiscard]] in SAL_WARN_UNUSED_RESULT where availableStephan Bergmann1-1/+1