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