c9711f2ff2
For some reason B2DPolygon used a CoordinateData2D class that derived from basegfx::B2DPoint with no added functionallity that is used in practice (just an explicit method transform instead of using an operator*=). This class has been removed and replaced with B2DPoint instead. Also removed was the typdef CoordinateData2DVector and calls to the std::vector's iterator (begin, end) have been simplified with "auto". Change-Id: I0d187ded05a8e22de36a8e17523e87871aab912c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134378 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> |
||
---|---|---|
.. | ||
b2dlinegeometry.cxx | ||
b2dpolygon.cxx | ||
b2dpolygonclipper.cxx | ||
b2dpolygoncutandtouch.cxx | ||
b2dpolygontools.cxx | ||
b2dpolygontriangulator.cxx | ||
b2dpolypolygon.cxx | ||
b2dpolypolygoncutter.cxx | ||
b2dpolypolygontools.cxx | ||
b2dsvgpolypolygon.cxx | ||
b2dtrapezoid.cxx | ||
b3dpolygon.cxx | ||
b3dpolygontools.cxx | ||
b3dpolypolygon.cxx | ||
b3dpolypolygontools.cxx | ||
WaveLine.cxx |