summaryrefslogtreecommitdiff
path: root/svx/source/engine3d
AgeCommit message (Expand)AuthorFilesLines
2020-05-23lok: don't render shape selection overlays in lok mode.Michael Meeks1-0/+5
2019-10-29remove unnecessary includesCaolán McNamara1-1/+0
2019-10-10rename TakeSdrDragComment to GetSdrDragCommentNoel Grandin1-1/+2
2019-09-06use unique_ptr in DoConvertToPolyObjNoel Grandin6-6/+6
2019-09-04reduce Primitive2DContainer copyingNoel Grandin1-1/+1
2019-08-20loplugin:constvars in svxNoel Grandin1-1/+1
2019-08-03Fix typosAndrea Gelmini3-6/+6
2019-07-18cid#1448253 Use after freeCaolán McNamara1-4/+6
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen5-0/+7
2019-05-22tdf#42949 Fix IWYU warnings in include/svx/[h-r]*Gabor Kelemen4-0/+4
2019-05-16tdf#42949 Fix IWYU warnings in include/svx/[e-g]*Gabor Kelemen2-0/+3
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen2-1/+1
2019-04-29tdf#62699 Drop pass-through header file include/svx/xfillit.hxxGabor Kelemen1-1/+0
2019-04-27tdf#42949 Fix IWYU warnings in include/svx/[a-D]*Gabor Kelemen1-0/+1
2019-04-25WIP: Further preparations for deeper Item changesArmin Le Grand1-30/+0
2019-02-22loplugin:unusedfields in svxNoel Grandin3-28/+2
2019-02-13Pointer is pointlessNoel Grandin1-4/+5
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen9-25/+16
2019-02-11tdf#120703 PVS: V560 A part of conditional expression is always true/falseMike Kaganski1-2/+2
2019-02-10loplugin:indentation in svxNoel Grandin1-2/+2
2018-12-08use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin1-2/+2
2018-12-05loplugin:unnecessaryparen include more assignmentsNoel Grandin1-1/+1
2018-11-27Refactor calc non-linear ViewToDevice transformArmin Le Grand2-15/+15
2018-11-21Simplify containers iterations in svx/source/[a-e]*Arkadiy Illarionov2-24/+14
2018-11-13loplugin:singlevalfields in svxNoel Grandin2-4/+1
2018-11-12svx: prefix members of SdrEditViewMiklos Vajna1-7/+7
2018-10-24clang-tidy performance-unnecessary-copy-init in svxNoel Grandin3-3/+3
2018-10-22pvs-studio: V668 no sense testing against null as memory was allocated by newCaolán McNamara1-8/+5
2018-10-22pvs-studio: V728 An excessive check can be simplifiedCaolán McNamara1-16/+8
2018-10-09use unique_ptr in SfxUndoManager::AddUndoActionNoel Grandin1-1/+2
2018-10-08return by unique_ptr from E3dObject::GetBreakObjNoel Grandin4-8/+8
2018-09-25loplugin:useuniqueptr in SdrHdlListNoel Grandin1-3/+2
2018-09-23loplugin:unusedmethodsNoel Grandin1-5/+0
2018-09-17New loplugin:externalStephan Bergmann2-2/+2
2018-09-11loplugin:simplifyconstruct in svtools..svxNoel Grandin3-8/+1
2018-08-30rename GetMarkedObjModel to CreateMarkedObjModelNoel Grandin1-8/+8
2018-08-15loplugin:useuniqueptr in OverlayObjectListNoel Grandin2-8/+8
2018-08-10unnecessary null check before dynamic_cast, in svxNoel Grandin1-21/+19
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski3-4/+4
2018-08-03Move angle normalization code from various places to toolsMike Kaganski1-1/+1
2018-07-07use std::unique_ptr fo CreateObjectSpecificPropertiesNoel Grandin5-12/+13
2018-07-03use std::unique_ptr for CreateObjectSpecificViewContactNoel Grandin6-12/+18
2018-06-20move SvColorDialog to welded argumentsCaolán McNamara1-3/+2
2018-06-16AW080: Continued cleanups/remaps/correctionsArmin Le Grand7-248/+299
2018-06-16AW080: Cleanup of 3D Object methodsArmin Le Grand3-51/+29
2018-06-11loplugin:useuniqueptr in Svx3DWinNoel Grandin1-9/+9
2018-05-31SOSAW080: Cleanup of SdrModelArmin Le Grand1-1/+3
2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand4-56/+64
2018-05-19tdf#116979 Fixed 3D operator= to correct copy/pasteArmin Le Grand1-1/+7
2018-05-08tdf#116977 secured ::Clone methodsArmin Le Grand8-18/+36