summaryrefslogtreecommitdiff
path: root/svx/source/dialog/dlgctl3d.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-05-11loplugin:ostr in svxNoel Grandin1-1/+1
2024-03-03Resolves: tdf#159879 Crash when closing "3D View" dialogCaolán McNamara1-0/+5
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)1-1/+0
2022-10-20fix assert in debug modeNoel Grandin1-0/+2
2022-08-29ref-count SdrObjectNoel Grandin1-23/+13
2022-03-11new loplugin:trivialdestructorNoel Grandin1-4/+0
2022-03-03Recheck modules sv* with IWYUGabor Kelemen1-1/+0
2021-11-19Drop F_2PIMike Kaganski1-4/+4
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski1-8/+8
2021-11-16Use basegfx::deg2rad instead of *0.01745329251994Hossein1-2/+2
2021-09-25use SfxItemSetFixed in svxNoel Grandin1-4/+3
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin1-4/+1
2021-08-17rename SetRectsDirty->SetBoundAndSnapRectsDirtyNoel Grandin1-2/+2
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-2/+2
2021-04-17tdf#141701 Crash when closing 3D View dialog of 3D chartNoel Grandin1-0/+1
2021-03-07ref-count SdrPageNoel1-8/+7
2020-08-06loplugin:flatten in svxNoel Grandin1-113/+113
2020-07-02Upcoming improved loplugin:staticanonymous -> redundantstatic: svxStephan Bergmann1-1/+1
2020-02-12move some svx/ headers inside the moduleNoel Grandin1-1/+1
2020-01-24rename PreviewControl3D back to Svx3DPreviewControlCaolán McNamara1-15/+15
2020-01-24rename LightControl3D back to Svx3DLightControlCaolán McNamara1-26/+26
2020-01-24Svx3DLightControl is unusedCaolán McNamara1-677/+0
2020-01-24rename LightCtl3D back to SvxLightCtl3DCaolán McNamara1-18/+18
2020-01-24remove some unused includes and update pchCaolán McNamara1-1/+0
2020-01-24Svx3DPreviewControl is now unusedCaolán McNamara1-200/+0
2020-01-24SvxLightCtl3D is now unusedCaolán McNamara1-319/+0
2020-01-24weld Svx3DWinCaolán McNamara1-0/+1
2020-01-17tdf#42949 Fix IWYU warnings in svx/source/[a-e]*/*cxx and svx/qa/Gabor Kelemen1-1/+0
2019-12-02call parent MouseButtonDown if bCallParent is trueCaolán McNamara1-1/+3
2019-06-18tdf#42949 Fix IWYU warnings in include/svx/[t-v]*Gabor Kelemen1-0/+1
2019-06-14loplugin:unusedfields improvementsNoel Grandin1-15/+0
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen1-0/+2
2019-06-08weld View3DDialogCaolán McNamara1-0/+1123
2019-05-22tdf#42949 Fix IWYU warnings in include/svx/[h-r]*Gabor Kelemen1-0/+1
2019-02-22loplugin:unusedfields in svxNoel Grandin1-2/+0
2018-09-11loplugin:simplifyconstruct in svtools..svxNoel Grandin1-2/+0
2018-08-04Use more basegfx deg<->rad functions, instead of direct formulasMike Kaganski1-12/+10
2018-08-03Move angle normalization code from various places to toolsMike Kaganski1-9/+2
2018-06-16AW080: Cleanup of 3D Object methodsArmin Le Grand1-7/+7
2018-06-04loplugin:useuniqueptr in Svx3DPreviewControlNoel Grandin1-4/+4
2018-05-08tdf#116977 secured ::Clone methodsArmin Le Grand1-3/+6
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-2/+8
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-8/+2
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-2/+8
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-2/+2
2018-02-21loplugin:changetoolsgen in svxNoel Grandin1-10/+10
2018-01-12More loplugin:cstylecast: svxStephan Bergmann1-6/+6
2018-01-04loplugin:unusedfieldsNoel Grandin1-2/+0
2017-12-29loplugin:passstuffbyref improved return in svxNoel Grandin1-1/+1
2017-11-22TypedWhichId for SDRATTR* constants (3)Noel Grandin1-24/+24