summaryrefslogtreecommitdiff
path: root/svx/source/svdraw/svdtrans.cxx
AgeCommit message (Expand)Author
2022-01-09Slightly optimize code handling anglesMike Kaganski
2022-01-08tdf#146556 feature 'drag-mirror' is brokenNoel Grandin
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski
2021-08-19Revert "Simplify Rect2Poly"Mike Kaganski
2021-08-18Simplify Rect2PolyMike Kaganski
2021-02-14Move unit conversion code to o3tl, and unify on that in more placesMike Kaganski
2021-01-06move the bigint based Scale() implementations to one central placeNoel Grandin
2021-01-04Wink -> AngleNoel Grandin
2021-01-02introduce Degree100 strong_int typeNoel
2020-12-22rename members of GeoStat classNoel
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-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2019-10-10x.insert(x.getLength() -> x.appendNoel Grandin
2019-10-10rename TakeUnitStr to GetUnitStrNoel Grandin
2019-10-10rename TakeStr to GetStrNoel Grandin
2019-02-26svdtrans: nPi -> M_PI; nPi180 -> F_PI18000 to remove duplicatesMike Kaganski
2019-02-10loplugin:indentation in svxNoel Grandin
2018-11-08Convert FieldUnit to scoped enumMike Kaganski
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen
2018-09-17New loplugin:externalStephan Bergmann
2018-08-03Move angle normalization code from various places to toolsMike Kaganski
2018-08-03Remove svx::Round; use FRound from tools insteadMike Kaganski
2018-08-03NormAngle180: avoid two extra operationsMike Kaganski
2018-08-02Add missing sal/log.hxx headersGabor Kelemen
2018-02-21loplugin:changetoolsgen in svxNoel Grandin
2018-01-12More loplugin:cstylecast: svxStephan Bergmann
2017-08-04rename Anz->Cnt in svxNoel Grandin
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-04-27Translate German comments (rest of svx/ except svx/source/form/)Johnny_M
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-01-03tdf#39674: translated German to English in svdtrans.cxxkerem
2016-10-27loplugin:expandablemethods in svxNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-06-27loplugin:singlevalfields in svx(part1)Noel Grandin
2016-04-28loplugin:stylepoliceNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin
2016-02-09Remove excess newlinesChris Sherlock
2015-11-12Namespace cleanup and disambiguationAshod Nakashian
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-06loplugin:unusedmethodsNoel Grandin
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-07-29svx: remove duplicate "Kuerzen" functionMichael Stahl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-23svx: nPolyAnz -> nPolyCountMiklos Vajna
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10Fix OutputDevice members / stack allocation: svx.Michael Meeks