summaryrefslogtreecommitdiff
path: root/svx/source/customshapes
AgeCommit message (Expand)Author
2022-03-04cid#1500546 silence Explicit null dereferencedCaolán McNamara
2022-03-03Recheck modules sv* with IWYUGabor Kelemen
2022-03-01Fix typosAndrea Gelmini
2022-02-21cid#1500477 silence Explicit null dereferencedCaolán McNamara
2022-02-17tdf#145700 Improve lighting in extruded custom shapesRegina Henschel
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin
2021-12-16Fix typosAndrea Gelmini
2021-12-15tdf#145904,tdf#145956 improve extrusion of custom shapesRegina Henschel
2021-12-09VCL implement GetGlyphOutline fallbackArmin Le Grand (Allotropia)
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-11-19Drop F_2PIMike Kaganski
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski
2021-11-08Fix typosAndrea Gelmini
2021-11-06tdf#140321 enable 'matte', 'metal' extrusion surfaceRegina Henschel
2021-10-31add o3tl::span ctor from std::vectorLuboš Luňák
2021-10-31Prepare for removal of non-const operator[] from Sequence in svxMike Kaganski
2021-10-30tools::Long->sal_Int32 in the DX arraysNoel Grandin
2021-10-29pass DX array around using o3tl::span instead of pointerNoel Grandin
2021-10-25ofz#40305 Divide-by-zeroCaolán McNamara
2021-10-21tdf#145245 correct relative position of extrusionRegina Henschel
2021-10-17tdf#144988 correct font size in multiline Fontwork textRegina Henschel
2021-10-16tdf#145111 evaluate nVertDiff for HORZADJUST_LEFT tooRegina Henschel
2021-10-13tdf#145004 remove fontwork text padding for case ScaleX=trueRegina Henschel
2021-09-28vcl: rename OutDevState to StackChris Sherlock
2021-09-22xtend loplugin:stringviewparam to starts/endsWith: svxStephan Bergmann
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 1Mike Kaganski
2021-09-08simplify static_cast after dynamic_castNoel Grandin
2021-09-04use std::vector for fetching DX array dataNoel Grandin
2021-08-19Drop GetSdrObjectFromXShape and use SdrObject::getSdrObjectFromXShapeMike Kaganski
2021-08-18undo changes to TextAlignCaolán McNamara
2021-08-17rename SetRectsDirty->SetBoundAndSnapRectsDirtyNoel Grandin
2021-08-16pass OutlinerParaObject around by valueNoel Grandin
2021-08-03simplify lookup maps in EnhancedCustomShapeTypeNamesNoel Grandin
2021-07-30convert TextAlign to scoped enumCaolán McNamara
2021-06-28tdf#139549 DOCX import: document got modified at import timeRegényi Balázs
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann
2021-04-29remove support for BITMASK in vcl backendsNoel Grandin
2021-04-14static_cast after dynamic_castNoel Grandin
2021-03-25const OUString -> const OUStringLiteralMike Kaganski
2021-03-23ofz: Integer-overflowCaolán McNamara
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski
2021-02-03use more unique_ptr in EnhancedCustomShape2dNoel
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-24custom literal for Degree10Noel Grandin
2020-12-23add utility NbcRotate methodNoel Grandin
2020-12-22rename members of GeoStat classNoel
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann
2020-11-25tdf#42949 Fix new IWYU warnings in directory svxGabor Kelemen
2020-11-16Instead of labs, use overloaded absStephan Bergmann