summaryrefslogtreecommitdiff
path: root/basegfx/source/polygon/b2dtrapezoid.cxx
AgeCommit message (Expand)AuthorFilesLines
2024-03-07Simplify some basegfx::fTools::*orEqual callsNoel Grandin1-4/+4
2023-02-23avoid div/0 in getCutPointForGivenYNoel Grandin1-0/+3
2021-12-21loplugin:flatten in accessibility..basicNoel Grandin1-21/+19
2021-11-19Use M_PI* instead of F_PI*Mike Kaganski1-1/+1
2021-08-27clang-tidy:readability-redundant-member-initNoel Grandin1-3/+0
2021-08-18loplugin:sequenceloop also check for B2DPolyPolygonNoel Grandin1-3/+3
2020-12-27std::list::size() has constant complexity since C++11Jochen Nitschke1-9/+3
2020-04-19loplugin:flatten in basegfxNoel Grandin1-40/+40
2020-01-31new loplugin:namespaceindentationNoel Grandin1-7/+5
2020-01-14clang-tidy modernize-concat-nested-namespace in basegfxNoel Grandin1-15/+6
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann1-0/+12
2019-08-19loplugin:constvars in accessibility..basegfxNoel Grandin1-1/+1
2019-07-09Fix typoAndrea Gelmini1-3/+3
2019-07-06Fix typoAndrea Gelmini1-2/+2
2019-02-08loplugin:indentation in basctl..bridgesNoel Grandin1-1/+1
2018-11-25Fix typoAndrea Gelmini1-2/+2
2018-10-19clang-tidy readability-container-size-emptyNoel Grandin1-1/+1
2018-10-15tdf#42949 Fix IWYU warnings in include/basegfx/*Gabor Kelemen1-0/+1
2018-09-11cppcheck: variableScope in basegfxJochen Nitschke1-10/+5
2018-07-20Fix typosAndrea Gelmini1-1/+1
2017-12-07loplugin:countusersofdefaultparams in basctl..basegfxNoel Grandin1-1/+1
2017-10-26loplugin:constmethod in basegfx,sotNoel Grandin1-1/+1
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-8/+8
2017-09-08clang-tidy modernize-use-emplace in b*Noel Grandin1-39/+28
2017-07-17loplugin:constparams in basegfx,sax,shellNoel Grandin1-1/+1
2017-05-19loplugin:comparisonwithconstant in accessibility..basegfxNoel Grandin1-2/+2
2017-05-18loplugin:comparisonwithconstant in basegfxNoel Grandin1-1/+1
2017-02-15Drop :: prefix from std in [a-b]*/Tor Lillqvist1-3/+3
2016-10-18loplugin:unusedmethodsNoel Grandin1-33/+0
2016-07-04Fix some spelling errors in comments and stringsOtto Kekäläinen1-3/+3
2016-04-21clang-tidy modernize-loop-convert in b*Noel Grandin1-2/+1
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin1-2/+2
2016-01-05Fix typosAndrea Gelmini1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-06-30Fix typosAndrea Gelmini1-1/+1
2015-06-22Fix typosAndrea Gelmini1-1/+1
2015-06-11Typo: vertival -> verticalAndras Timar1-2/+2
2015-05-28new clang plugin: loopvartoosmallNoel Grandin1-1/+1
2015-05-24comments: fix mis-use of eventual in EnglishThorsten Behrens1-2/+2
2015-05-23Typo: Trapeziod->TrapezoidJulien Nabet1-2/+2
2015-05-21Use the better precision equality check in b2trapezoid.cxxZsolt Bölöny1-21/+21
2015-03-27convert CUTFLAG_ constants to enum classNoel Grandin1-2/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+3
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-1/+1
2014-07-06no need to declare the variable outside of the loopMarkus Mohrhard1-3/+1
2014-07-06use empty instead of size to check if vector is emptyMarkus Mohrhard1-1/+1
2014-07-06remove unnecessary whitespaces in basegfxMarkus Mohrhard1-11/+0
2014-04-10It's "its", not "it's"Tor Lillqvist1-2/+2
2014-02-25Remove visual noise from basegfxAlexander Wilms1-12/+12
2014-01-12cppcheck: fix some redundantAssignmentJulien Nabet1-2/+1