summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdedtv1.cxx
AgeCommit message (Expand)Author
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin
2022-03-01use SfxItemSet::GetItemIfSet in svxNoel Grandin
2022-02-16speed up DefaultProperties::SetObjectItem when loading large chartNoel Grandin
2022-01-27add some more TypeWhichId annotationsNoel Grandin
2021-12-22tdf#146363: fix crash when changing width/height of text boxJulien Nabet
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-10-20svx: Don't end text edit mode for all viewsTomaž Vajngerl
2021-09-30loplugin:constparams improve handling of pointer paramsNoel Grandin
2021-09-14sw: fix undo manager de-registration from editeng on shutdownMiklos Vajna
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-04-29rename ECKEN -> CORNERNoel Grandin
2021-04-09Recheck include/ with IWYUGabor Kelemen
2021-03-12Fix wrong position on move when page has marginmert
2021-01-02introduce Degree100 strong_int typeNoel
2021-01-01use SdrAngleItem for SID_ATTR_TRANSFORM_SHEARNoel Grandin
2020-12-29use SdrAngleItem for SID_ATTR_TRANSFORM_DELTA_ANGLENoel Grandin
2020-12-28use SdrAngleItem for SID_ATTR_TRANSFORM_ANGLENoel Grandin
2020-11-13Revert "remove BigInt::operator tools::Long()"Noel Grandin
2020-11-12remove BigInt::operator tools::Long()Noel
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel
2020-10-13tdf#137446 catch divByZero in ResizeMultMarkedObjRegina Henschel
2020-10-13static_cast after dynamic_castNoel
2020-09-10Remove commented code since 2013 (svx/svdedtv1)Julien Nabet
2020-08-06loplugin:flatten in svx/svdrawNoel Grandin
2020-06-05Upcoming loplugin:elidestringvar: svxStephan Bergmann
2020-05-14UBSan dynamic-type-mismatch (SfxInt32Item vs. SfxUInt32Item)Stephan Bergmann
2020-03-02tdf#42949 Fix IWYU warnings in svx/source/s*/*cxxGabor Kelemen
2020-02-12move some svx/ headers inside the moduleNoel Grandin
2020-01-28tdf#96505: Get rid of cargo cult long integer literalsOnur Yilmaz
2019-12-11jsdialog: send items on status changeSzymon Kłos
2019-11-29jsdialogs: send fill transparency type updatesSzymon Kłos
2019-11-14jsdialogs: send .uno:FillShadowTransparency updatesSzymon Kłos
2019-11-13jsdialogs: send .uno:FillTransparence updatesSzymon Kłos
2019-11-13jsdialogs: send .uno:LineTransparence updatesSzymon Kłos
2019-11-11jsdialogs: send .uno:LineWidth updatesSzymon Kłos
2019-11-11jsdialogs: send .uno:FillColor & XLineColor status updatesSzymon Kłos
2019-10-01Drop SfxItemIter::FirstItemMike Kaganski
2019-08-12Fix typosAndrea Gelmini
2019-07-30tdf#126605: Do not end TextEdit when changing an attributeXisco Fauli
2019-07-03tdf#126180: EndTextEdit on all views before delete/cut slideXisco Fauli
2019-06-07Related: tdf#111522 svx: fix crash with view1 doing textedit and resize/rotateMiklos Vajna
2019-06-05tdf#111522 svx: fix crash with view1 doing text edit and view2 doing sdr undoMiklos Vajna
2019-05-20lok: shape selection: perform the needed unit conversion in a clever wayMarco Cecchetti
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen
2019-02-26svdtrans: nPi -> M_PI; nPi180 -> F_PI18000 to remove duplicatesMike Kaganski
2018-12-10lok: shape scaling reworkMarco Cecchetti
2018-12-07lok: Right rotation calculation in case of delta angleTamás Zolnai
2018-12-07Avoid moving the shape by rotationTamás Zolnai
2018-12-07add parameter TransformRotationDeltaAngle to .uno:TransformDialogHenry Castro
2018-11-27Refactor calc non-linear ViewToDevice transformArmin Le Grand