summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svddrgmt.cxx
AgeCommit message (Expand)AuthorFilesLines
13 daysGeneralize basegfx::fround for templated return typeMike Kaganski1-8/+8
2024-02-07these casts are no longer necessaryNoel Grandin1-7/+4
2024-02-07can std::move these Primitive2DContainer valuesNoel Grandin1-2/+2
2023-12-16cid#1545970 COPY_INSTEAD_OF_MOVECaolán McNamara1-7/+6
2023-12-16cid#1546456 COPY_INSTEAD_OF_MOVECaolán McNamara1-2/+3
2023-12-16Drop some wrapper methods from SvtOptionsDrawinglayerGabor Kelemen1-2/+3
2023-12-14cid#1545734 COPY_INSTEAD_OF_MOVECaolán McNamara1-9/+10
2023-01-31svx: Refactor (sdr) views to access the SdrModel by referenceTomaž Vajngerl1-13/+13
2022-11-11Revert useless std::move of const objectsStephan Bergmann1-2/+2
2022-08-29ref-count SdrObjectNoel Grandin1-3/+3
2022-07-25loplugin:moveitNoel Grandin1-5/+5
2022-07-21clang-tidy modernize-pass-by-value in svxNoel Grandin1-2/+3
2022-06-16loplugin:moveitNoel Grandin1-2/+2
2022-03-05make some svx methods constNoel Grandin1-6/+6
2021-12-16Remove transitional header drawinglayer/primitive2d/polygonprimitive2d.hxxGabor Kelemen1-1/+1
2021-12-15Recheck include/[a-d]* with IWYUGabor Kelemen1-0/+1
2021-12-04use visitor in getViewIndependentPrimitive2DContainerNoel Grandin1-2/+6
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski1-4/+4
2021-10-20svx: Don't end text edit mode for all viewsTomaž Vajngerl1-1/+1
2021-10-08loplugin:moveparam in svxNoel Grandin1-4/+4
2021-10-06loplugin:moveparam in drawinglayerNoel Grandin1-2/+2
2021-09-25use SfxItemSetFixed in svxNoel Grandin1-1/+1
2021-09-24reduce copying in drawinglayerNoel Grandin1-4/+4
2021-09-17tdf#143550 - use the term "gluepoints" consistentlyrocso1-1/+1
2021-09-09tdf#144052 reduce Primitive2D copyingNoel Grandin1-2/+2
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin1-9/+4
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin1-1/+1
2021-07-25use officecfg for drawing optionsNoel Grandin1-12/+10
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-1/+1
2021-01-14cid#1471680 help coverity see that "Division or modulo by zero" is bogusCaolán McNamara1-3/+3
2021-01-04Wink -> AngleNoel Grandin1-16/+16
2021-01-02introduce Degree100 strong_int typeNoel1-72/+72
2021-01-01use precalculated values in SdrDragShearNoel Grandin1-2/+2
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-27/+27
2020-08-06loplugin:flatten in svx/svdrawNoel Grandin1-482/+482
2020-04-03split up polypolygonprimitive2d.hxx into separate filesTomaž Vajngerl1-1/+2
2020-03-02tdf#42949 Fix IWYU warnings in svx/source/s*/*cxxGabor Kelemen1-9/+0
2020-02-12move some svx/ headers inside the moduleNoel Grandin1-2/+2
2020-01-17lok: don't render shape selection overlays in lok mode.Michael Meeks1-0/+5
2019-10-10rename TakeSdrDragComment to GetSdrDragCommentNoel Grandin1-49/+61
2019-10-09rename ImpTakeDescriptionStr -> ImpGetDescriptionStrNoel Grandin1-25/+20
2019-09-05use unique_ptr in SdrObject::getFullDragCloneNoel Grandin1-40/+22
2019-08-12Fix typosAndrea Gelmini1-1/+1
2019-07-03tdf#126180: EndTextEdit on all views before delete/cut slideXisco Fauli1-1/+2
2019-06-07Related: tdf#111522 svx: fix crash with view1 doing textedit and resize/rotateMiklos Vajna1-1/+1
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-0/+2
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin1-2/+3
2019-05-07tdf#62699 Drop pass-through header file include/svx/xattr.hxxGabor Kelemen1-1/+0
2019-02-26svdtrans: nPi -> M_PI; nPi180 -> F_PI18000 to remove duplicatesMike Kaganski1-7/+7
2019-02-22loplugin:unusedfields in svxNoel Grandin1-1/+0