summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdfmtf.cxx
AgeCommit message (Expand)AuthorFilesLines
13 daysDrop FRound, and use generalized basegfx::froundMike Kaganski1-3/+4
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski1-4/+4
2024-03-07Simplify some basegfx::fTools::*orEqual callsNoel Grandin1-1/+1
2024-01-23tdf#114441 convert sal_uLong to appropriate typesAmosAidoo1-3/+3
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin1-2/+3
2023-05-15MCGR: consolidations/cleanups for changes so farArmin Le Grand (allotropia)1-16/+15
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)1-33/+3
2023-03-19MCGR: Model data changes for ColorStepsArmin Le Grand (allotropia)1-7/+10
2022-11-02tdf#54857 elide more dynamic_castNoel Grandin1-2/+2
2022-08-29ref-count SdrObjectNoel Grandin1-92/+86
2022-07-25loplugin:moveitNoel Grandin1-5/+5
2022-01-07remove E3D_INVENTOR_FLAG and convert SdrObjKind to scoped enumNoel Grandin1-10/+10
2021-11-22Generalize DegreeNMike Kaganski1-1/+1
2021-10-06use SfxItemSetFixed in svxNoel Grandin1-3/+3
2021-09-25use SfxItemSetFixed in svxNoel Grandin1-2/+2
2021-09-03clang-tidy:readability-redundant-member-initNoel Grandin1-5/+2
2021-08-18undo changes to TextAlignCaolán McNamara1-2/+2
2021-07-30convert TextAlign to scoped enumCaolán McNamara1-2/+2
2021-07-30drop FontAlign alias of TextAlignCaolán McNamara1-1/+1
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-5/+5
2021-04-29rename ECKEN -> CORNERNoel Grandin1-2/+2
2021-04-26drop mask from BitmapExNoel Grandin1-1/+1
2021-04-09Recheck include/ with IWYUGabor Kelemen1-0/+1
2021-03-28drop operator bool and operator! from Bitmap and BitmapExNoel1-1/+1
2021-01-02introduce Degree100 strong_int typeNoel1-10/+7
2021-01-01use more NbcRotate utility methodNoel Grandin1-4/+1
2020-10-26switching long to a 64-bit type on 64-bit windowsNoel1-7/+7
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-1/+1
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl1-5/+5
2020-08-06loplugin:flatten in svx/svdrawNoel Grandin1-269/+269
2020-03-02tdf#42949 Fix IWYU warnings in svx/source/s*/*cxxGabor Kelemen1-6/+0
2019-09-06use unique_ptr in DoConvertToPolyObjNoel Grandin1-1/+1
2019-08-27use SdrCircKind enum more widelyNoel Grandin1-4/+4
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen1-0/+2
2019-05-10tdf#62699 Drop pass-through header file include/svx/svdattr.hxxGabor Kelemen1-1/+6
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin1-4/+3
2019-02-26svdtrans: nPi -> M_PI; nPi180 -> F_PI18000 to remove duplicatesMike Kaganski1-1/+1
2019-02-12o3tl::make_unique -> std::make_unique in svx/Gabor Kelemen1-4/+3
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-2/+2
2018-09-11loplugin:simplifyconstruct in svtools..svxNoel Grandin1-3/+0
2018-05-08tdf#116977 secured ::Clone methodsArmin Le Grand1-1/+1
2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-25/+101
2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand1-101/+25
2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand1-25/+101
2018-03-15move some GDI import code from svx to vclNoel Grandin1-81/+2
2018-02-21loplugin:changetoolsgen in svxNoel Grandin1-13/+13
2018-02-07use scanline when reading pixel dataNoel Grandin1-3/+3
2018-02-06convert SetPixel->SetPixelOnDataNoel Grandin1-2/+4
2018-01-15More loplugin:cstylecast: svxStephan Bergmann1-1/+1
2018-01-12More loplugin:cstylecast: svxStephan Bergmann1-8/+8