summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdogrp.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-02-08svx: don't access m_aOutRect directly - go through methodsTomaž Vajngerl1-2/+2
2022-08-29ref-count SdrObjectNoel Grandin1-5/+5
2022-07-29svx: manipulate SdrObject::m_aOutRect indirectlyTomaž Vajngerl1-9/+15
2022-05-25Advanced Diagram support: Isolated IDiagramHelper, selection visualizationArmin Le Grand (Allotropia)1-12/+12
2022-04-22Fix typo in codeAndrea Gelmini1-1/+1
2022-04-20Advanced Diagram support: Use better association Model<->XShapeArmin Le Grand (Allotropia)1-1/+7
2022-03-03Recheck modules sv* with IWYUGabor Kelemen1-1/+0
2022-02-25Advanced Diagram support: Support Diagram info at ObjNameArmin Le Grand (Allotropia)1-1/+6
2022-02-25Advanced Diagram support: cleanup/consolidate with existing codeArmin Le Grand (Allotropia)1-3/+35
2022-02-22Advanced Diagram support: first additions/reorganizationsArmin Le Grand (Allotropia)1-3/+16
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-1/+1
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin1-3/+1
2021-08-17rename SetRectsDirty->SetBoundAndSnapRectsDirtyNoel Grandin1-5/+5
2021-06-17svx: prefix member variables SdrViewEvent SdrView SdrObjGroupTomaž Vajngerl1-14/+14
2021-04-29loplugin:stringadd simplify some *StringBuffer operationsNoel Grandin1-10/+5
2021-04-12svx: prefix members of SdrObjectMiklos Vajna1-24/+24
2021-03-24use mutable rather than const_cast..thisNoel1-1/+1
2021-03-19silence coverity unchecked return value from library on xmlText* functionsCaolán McNamara1-3/+3
2021-02-10clean up SdrObject cloningNoel1-29/+25
2021-01-02introduce Degree100 strong_int typeNoel1-10/+10
2020-11-06make SdrObject Identifiers SdrObjKind enum membersCaolán McNamara1-4/+2
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-16/+16
2020-08-06loplugin:flatten in svx/svdrawNoel Grandin1-66/+68
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-03-02tdf#42949 Fix IWYU warnings in svx/source/s*/*cxxGabor Kelemen1-17/+0
2019-09-06use unique_ptr in DoConvertToPolyObjNoel Grandin1-4/+4
2019-05-11handle empty tools::Rectangle in svxNoel Grandin1-9/+18
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin1-1/+2
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen1-3/+2
2018-09-27loplugin:methodcycles more graph theory for the winNoel Grandin1-5/+0
2018-09-23loplugin:unusedmethodsNoel Grandin1-5/+0
2018-07-07use std::unique_ptr fo CreateObjectSpecificPropertiesNoel Grandin1-2/+2
2018-07-03use std::unique_ptr for CreateObjectSpecificViewContactNoel Grandin1-2/+3
2018-06-09Fix typosAndrea Gelmini1-1/+1
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand1-110/+193
2018-05-19tdf#116979 Fixed 3D operator= to correct copy/pasteArmin Le Grand1-5/+14
2018-05-08tdf#116977 secured ::Clone methodsArmin Le Grand1-2/+2
2018-04-26Drop uses of ImpGetResStr l10n method from svxGabor Kelemen1-5/+5
2018-04-16Take care of E3DObjListArmin Le Grand1-2/+2
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-123/+72
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-72/+123
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-123/+72
2018-02-26move MovePoint and MoveRect into Rectangle and PointNoel Grandin1-6/+6
2018-02-21loplugin:changetoolsgen in svxNoel Grandin1-4/+4
2017-11-22loplugin:flatten in svxNoel Grandin1-40/+43
2017-10-23loplugin:includeform: svxStephan Bergmann1-3/+3
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-1/+1
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+1
2017-06-21loplugin:unusedfields in svx part1Noel Grandin1-2/+0
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1