summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdundo.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-12-30tdf#146619 Recheck svx/ with IWYUGabor Kelemen1-2/+1
2023-11-08loplugin:fieldcast in SdrUndoAttrObjNoel Grandin1-2/+2
2023-10-18use more SdrObjList::begin/end in svxNoel Grandin1-7/+4
2023-07-05tdf#138504 svx,etc.: decorative flag on SdrObject shapesMichael Stahl1-0/+31
2023-06-11use internal iterator for SfxBroadcasterNoel Grandin1-5/+5
2022-12-29tdf#152683 LO Draw ignoring Undo:Resize Grouped ObjectNoel Grandin1-1/+1
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin1-3/+3
2022-11-01tdf#54857 elide more dynamic_castNoel Grandin1-4/+4
2022-08-29ref-count SdrObjectNoel Grandin1-189/+114
2022-08-28cid#1500441 silence Resource leakCaolán McNamara1-4/+5
2022-07-21clang-tidy modernize-pass-by-value in svxNoel Grandin1-4/+5
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin1-2/+2
2022-05-25Advanced Diagram support: Isolated IDiagramHelper, selection visualizationArmin Le Grand (Allotropia)1-11/+6
2022-05-11Advanced Diagram support: UNDO/REDO support for Diagram DataModelArmin Le Grand (Allotropia)1-0/+53
2022-03-11loplugin:constparamsNoel Grandin1-1/+1
2022-03-01use SfxItemSet::GetItemIfSet in svxNoel Grandin1-4/+4
2021-12-01tdf#145928 svx: fix undo of sorting shapesMichael Stahl1-0/+48
2021-09-19no need to allocate SfxItemSet separately in SdrUndoAttrObjNoel Grandin1-12/+12
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin1-2/+0
2021-08-19use std::optional<OutlinerParaObject> in SdrUndoAttrObjNoel Grandin1-2/+2
2021-08-16pass OutlinerParaObject around by valueNoel Grandin1-13/+8
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-3/+3
2021-04-22tdf#141816: fix a thinkoMike Kaganski1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-03-07ref-count SdrPageNoel1-58/+44
2021-02-09return by unique_ptr from NewGeoDataNoel Grandin1-3/+3
2021-01-15Use value comparison hereMike Kaganski1-0/+7
2020-08-06loplugin:flatten in svx/svdrawNoel Grandin1-78/+78
2020-03-02tdf#42949 Fix IWYU warnings in svx/source/s*/*cxxGabor Kelemen1-5/+0
2019-11-12tdf#128651 SdrObjCustomShape::NbcSetSnapRect needs logic rectRegina Henschel1-2/+12
2019-10-21loplugin:virtualdead unused param in GetSdrRepeatCommentNoel Grandin1-9/+9
2019-10-09rename ImpTakeDescriptionStr -> ImpGetDescriptionStrNoel Grandin1-76/+32
2019-04-12loplugin:unusedfieldsNoel Grandin1-12/+3
2019-04-04Resolves: tdf#120754 on undoing an obj insert use its current ordinalCaolán McNamara1-4/+4
2019-04-04CreateUndoRemoveObject default arg is always usedCaolán McNamara1-2/+2
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen1-27/+26
2018-10-15loplugin:unusedmethodsNoel Grandin1-5/+0
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-44/+44
2018-10-09use unique_ptr in SdrUndoGroupNoel Grandin1-21/+10
2018-10-03loplugin:useuniqueptr in SdrLayerAdminNoel Grandin1-4/+4
2018-09-28loplugin:unusedmethodsNoel Grandin1-20/+0
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin1-9/+1
2018-09-11loplugin:simplifyconstruct in svtools..svxNoel Grandin1-3/+0
2018-07-02pass OutlinerParaObject around by std::unique_ptrNoel Grandin1-11/+11
2018-06-16AW080: Continued cleanups/remaps/correctionsArmin Le Grand1-4/+4
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-6/+7
2018-04-26Drop uses of ImpGetResStr l10n method from svxGabor Kelemen1-8/+8
2018-04-16Take care of E3DObjListArmin Le Grand1-4/+4
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-15/+15
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-15/+15