summaryrefslogtreecommitdiff
path: root/svx/source/customshapes
AgeCommit message (Expand)Author
2022-05-05tdf#148707 implicit moveTo on all not only on firstRegina Henschel
2022-05-01ofz#47111 TimeoutCaolán McNamara
2022-04-29tdf#148714 connect first and second arc with arcToRegina Henschel
2022-04-26add o3tl::toUInt32Noel Grandin
2022-04-26ofz#46901 TimeoutCaolán McNamara
2022-04-20tdf#148501 color shades only for filled PolyPolygonsRegina Henschel
2022-04-17ofz#46782 TimeoutCaolán McNamara
2022-04-12ofz#46639 TimeoutCaolán McNamara
2022-03-28tdf#147906 change all sqrt(a * a + b * b) occurences to std::hypot(a, b)offtkp
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