LibreOffice Module basegfx (master) 1
|
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/polygon/b2dpolypolygontools.hxx>
#include <basegfx/polygon/b2dpolypolygon.hxx>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <rtl/ustring.hxx>
#include <sal/log.hxx>
#include <rtl/math.hxx>
#include <rtl/character.hxx>
#include <stringconversiontools.hxx>
Go to the source code of this file.
Namespaces | |
namespace | basegfx |
namespace | basegfx::utils |
Functions | |
bool | basegfx::utils::importFromSvgD (B2DPolyPolygon &o_rPolyPoly, std::u16string_view rSvgDAttribute, bool bHandleRelativeNextPointCompatible, PointIndexSet *pHelpPointIndexSet) |
Read poly-polygon from SVG. More... | |
bool | basegfx::utils::importFromSvgPoints (B2DPolygon &o_rPoly, std::u16string_view rSvgPointsAttribute) |
Read poly-polygon from SVG. More... | |
OUString | basegfx::utils::exportToSvgPoints (const B2DPolygon &rPoly) |
Write poly-polygon to SVG. More... | |
OUString | basegfx::utils::exportToSvgD (const B2DPolyPolygon &rPolyPoly, bool bUseRelativeCoordinates, bool bDetectQuadraticBeziers, bool bHandleRelativeNextPointCompatible, bool bOOXMLMotionPath=false) |
Export poly-polygon to SVG. More... | |