summaryrefslogtreecommitdiff
path: root/tools/source/generic/poly2.cxx
AgeCommit message (Expand)AuthorFilesLines
2023-07-06make tools::Poly*gon single-arg constructors explicitNoel Grandin1-0/+4
2021-11-19Drop F_PI1800/F_PI18000, and unify deg2rad/rad2deg conversionsMike Kaganski1-1/+1
2021-01-14cid#1471346 Uncaught exceptionCaolán McNamara1-2/+2
2020-12-24custom literal for Degree10Noel Grandin1-1/+1
2020-11-20tools::Polygon::Clip() is broken with bezier curves (tdf#137068)Luboš Luňák1-0/+22
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-3/+3
2020-10-19add tools::Long typedef and use it in toolsNoel1-2/+2
2020-08-06loplugin:flatten in toolsNoel Grandin1-37/+37
2019-08-30fix PolyPolygon move operator=Noel Grandin1-2/+7
2019-04-30tdf#42949 Fix IWYU warnings in tools/Gabor Kelemen1-2/+0
2018-11-21loplugin:redundantfcast improvementsNoel Grandin1-2/+2
2018-10-24clang-tidy performance-unnecessary-copy-init in test..xmlscriptNoel Grandin1-1/+1
2018-01-13loplugin:useuniqueptr in PolyPolygonNoel Grandin1-251/+60
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist1-4/+4
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-5/+5
2017-02-10remove unused enumerators from PolyClipOpNoel Grandin1-14/+0
2016-09-02coverity#1371213 Missing move assignment operatorCaolán McNamara1-0/+6
2016-06-03drop "Solar-Version not set on rIStream" messagesNoel Grandin1-6/+0
2016-03-01loplugin:unuseddefaultparam in toolsNoel Grandin1-2/+2
2015-11-11stream version doesn't matter hereCaolán McNamara1-2/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-05(Poly)Polygons: sal_uIntPtr to sal_uInt32/sdt::size_t/enumMatteo Casalin1-14/+9
2015-11-05class PolyOptimizeData is never instantiatedMatteo Casalin1-4/+4
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin1-4/+4
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-23/+23
2015-07-30loplugin:unusedmethodsNoel Grandin1-20/+0
2015-06-30remove some unnecessary typedefs to pointerNoel Grandin1-9/+9
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-01-26coverity#1244945 Untrusted value as argumentCaolán McNamara1-1/+10
2015-01-26coverity#1244946 Untrusted value as argumentCaolán McNamara1-0/+9
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin1-6/+6
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-2/+2
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+1
2014-10-11initialize nPolyCountCaolán McNamara1-3/+3
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin1-17/+21
2014-09-10clip PolyPolygon::Insert on .svm loadCaolán McNamara1-4/+4
2014-06-26check for self-assignCaolán McNamara1-0/+3
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-17Move bezier functionsChris Sherlock1-0/+11
2014-03-28Remove remaining DBG_NAME* usesStephan Bergmann1-2/+0
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-2/+2
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-2/+2
2014-01-21TOOLS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini1-42/+0
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin1-2/+2
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-2/+2
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud1-12/+12
2013-05-23Resolves: #i115630# secured OutputDevice::ImplDrawHatch in vclArmin Le Grand1-21/+44
2013-05-19Secured some places where PolyPolygons were createdArmin Le Grand1-17/+0
2013-01-07Cleanup: #include <tools/gen.hxx>Matteo Casalin1-0/+1
2012-11-14callcatcher: update unused code post binfilter deathCaolán McNamara1-10/+0