summaryrefslogtreecommitdiff
path: root/svx/source/customshapes/EnhancedCustomShape2d.cxx
AgeCommit message (Expand)AuthorFilesLines
2025-08-25BitmapEx->Bitmap in svxNoel Grandin1-1/+1
2025-03-27tdf#130326 speedup load of complex XLSXNoel Grandin1-0/+21
2025-03-26add translate functions for B2D*PolygonNoel Grandin1-2/+1
2024-10-28cid#1608231 silence Overflowed constantCaolán McNamara1-4/+4
2024-10-22tdf#163486: PVS: Identical branchesBogdan Buzea1-4/+0
2024-09-05tdf#161724: Revert "tdf#153008 svx: impl crop for stretched bitmap fill"Xisco Fauli1-27/+0
2024-08-07cid#1557545 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-20ofz#70412 Integer-overflowCaolán McNamara1-2/+6
2024-07-15delay parsing of formula in EnhancedCustomShape2dNoel Grandin1-45/+45
2024-07-08make SdrCustomShapeGeometryItem hashableNoel Grandin1-14/+14
2024-07-05Add escape direction support for glue points in the preset shapesTibor Nagy1-5/+29
2024-06-06tdf#153008 svx: impl crop for stretched bitmap fillAttila Szűcs1-0/+27
2024-05-11loplugin:ostr in svxNoel Grandin1-8/+8
2024-04-17Drop FRound, and use generalized basegfx::froundMike Kaganski1-2/+2
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-2/+2
2023-12-30move IsFuzzing to comphelperCaolán McNamara1-2/+2
2023-12-08cid#1546475 std::swap COPY_INSTEAD_OF_MOVECaolán McNamara1-4/+1
2023-11-11ofz#63845 Integer-overflowCaolán McNamara1-0/+15
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: svxStephan Bergmann1-1/+1
2023-08-30tdf#156829 PPTX import: fix connector regression at missing glue pointsTibor Nagy1-1/+1
2023-07-10svx: prefix members of GeoStatMiklos Vajna1-2/+2
2023-06-19svx: prefix members of EnhancedCustomShape2dMiklos Vajna1-228/+228
2023-05-15MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)1-6/+5
2023-03-19MCGR: Model data changes for ColorStepsArmin Le Grand (allotropia)1-10/+11
2022-08-29ref-count SdrObjectNoel Grandin1-32/+32
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock1-3/+3
2022-07-25loplugin:moveitNoel Grandin1-1/+1
2022-05-23elide some OUString allocationNoel Grandin1-5/+10
2022-05-11avoid some OUString construction on some hot pathsNoel Grandin1-10/+19
2022-05-05tdf#148707 implicit moveTo on all not only on firstRegina Henschel1-12/+12
2022-04-26add o3tl::toUInt32Noel Grandin1-1/+1
2022-04-20tdf#148501 color shades only for filled PolyPolygonsRegina Henschel1-2/+16
2022-03-28tdf#147906 change all sqrt(a * a + b * b) occurences to std::hypot(a, b)offtkp1-5/+5
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-4/+4
2021-11-19Drop F_2PIMike Kaganski1-3/+3
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski1-11/+11
2021-10-31Prepare for removal of non-const operator[] from Sequence in svxMike Kaganski1-2/+3
2021-09-22xtend loplugin:stringviewparam to starts/endsWith: svxStephan Bergmann1-120/+123
2021-06-28tdf#139549 DOCX import: document got modified at import timeRegényi Balázs1-1/+2
2021-05-03loplugin:unnecessaryparen small improvementNoel Grandin1-2/+2
2021-03-25const OUString -> const OUStringLiteralMike Kaganski1-1/+1
2021-03-23ofz: Integer-overflowCaolán McNamara1-2/+2
2021-02-03use more unique_ptr in EnhancedCustomShape2dNoel1-64/+47
2021-01-02introduce Degree100 strong_int typeNoel1-3/+3
2020-12-22rename members of GeoStat classNoel1-2/+2
2020-11-25tdf#42949 Fix new IWYU warnings in directory svxGabor Kelemen1-2/+0
2020-11-16Instead of labs, use overloaded absStephan Bergmann1-2/+3
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-1/+1
2020-09-30loplugin:reducevarscope in svxNoel1-3/+1
2020-08-06loplugin:flatten in svxNoel Grandin1-160/+160