summaryrefslogtreecommitdiff
path: root/include/tools/poly.hxx
AgeCommit message (Expand)Author
2023-07-06make tools::Poly*gon single-arg constructors explicitNoel Grandin
2022-03-10tdf#113066 tdf#142204 EMF Implement SETARCDIRECTIONBartosz Kosiorek
2021-10-18vcl: test OutputDevice::DrawPolyPolygon()Chris Sherlock
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák
2020-11-20tools::Polygon::Clip() is broken with bezier curves (tdf#137068)Luboš Luňák
2020-10-21new tools::Degree10 strong typedefNoel Grandin
2020-10-19add tools::Long typedef and use it in toolsNoel
2020-07-01loplugin:constantparamNoel Grandin
2019-08-30fix PolyPolygon move operator=Noel Grandin
2019-08-30new loplugin:noexceptmoveNoel Grandin
2019-06-04Remove unused, broken operator<< for PolyPolygonStephan Bergmann
2018-11-27remove unused PolyOptimizeFlags enum valuesNoel Grandin
2018-10-17tdf#42949 Fix IWYU warnings in include/tools/*Gabor Kelemen
2018-02-21Revert "simplify ImpXPolygon"Stephan Bergmann
2018-02-06simplify ImpXPolygonNoel Grandin
2018-01-13loplugin:useuniqueptr in PolyPolygonNoel Grandin
2017-12-10tdf#62525 tools: use cow_wrapper class for PolygonAndreas Brandner
2017-10-25loplugin:constmethod in tools,sax,UnoControlsNoel Grandin
2017-09-18Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAryStephan Bergmann
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-29loplugin:unusedmethodsNoel Grandin
2017-02-21loplugin:unusedmethodsNoel Grandin
2017-02-10remove unused enumerators from PolyClipOpNoel Grandin
2016-12-07convert PolyFlags to scoped enumNoel Grandin
2016-12-06convert PolyStyle to scoped enumNoel Grandin
2016-11-16loplugin:countusersofdefaultparams in include/svx..unotoolsNoel Grandin
2016-09-02coverity#1371213 Missing move assignment operatorCaolán McNamara
2016-03-17loplugin:constantparam in toolsNoel Grandin
2016-03-01loplugin:unuseddefaultparam in toolsNoel Grandin
2016-02-08revert part of "loplugin:unusedmethods"Noel Grandin
2016-02-08loplugin:unusedmethodsNoel Grandin
2015-12-10Fix order of SAL_WARN_UNUSED and DLLPUBLIC for clang-clStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05(Poly)Polygons: sal_uIntPtr to sal_uInt32/sdt::size_t/enumMatteo Casalin
2015-11-05class PolyOptimizeData is never instantiatedMatteo Casalin
2015-09-10Remove unused "#ifndef ENUM_*_DECLARED" wrappingStephan Bergmann
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud
2015-07-30loplugin:unusedmethodsNoel Grandin
2015-07-02loplugin:unusedmethods toolsNoel Grandin
2015-01-09fdo#84938: convert POLY_OPTIMIZE_ #defines to 'enum class'Noel Grandin
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-09-30fdo#82577: Handle PolyPolygonNoel Grandin
2014-04-17Move bezier functionsChris Sherlock
2014-02-04convert specialised SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-02-03add std::ostream operators for Region and PolyPolygonMichael Stahl
2014-01-16convert SvStream::operator<< overloads to more explicit methodsNoel Grandin
2013-11-09fdo#65108 inter-module includes <> include/toolsNorbert Thiebaud
2013-10-23fixincludeguards.sh: include/{toolkit,tools}Thomas Arnhold
2013-06-30Clean String and sal_Bool in toolsNorbert Thiebaud
2013-05-19Secured some places where PolyPolygons were createdArmin Le Grand