Home
last modified time | relevance | path

Searched refs:expandToCurve (Results 1 – 14 of 14) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/include/basegfx/polygon/
H A Db2dpolypolygontools.hxx187 BASEGFX_DLLPUBLIC B2DPolyPolygon expandToCurve(const B2DPolyPolygon& rCandidate);
H A Db2dpolygontools.hxx345 BASEGFX_DLLPUBLIC B2DPolygon expandToCurve(const B2DPolygon& rCandidate);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/basegfx/polygon/
H A Db2dpolypolygontools.hxx189 BASEGFX_DLLPUBLIC B2DPolyPolygon expandToCurve(const B2DPolyPolygon& rCandidate);
H A Db2dpolygontools.hxx324 BASEGFX_DLLPUBLIC B2DPolygon expandToCurve(const B2DPolygon& rCandidate);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdotxtr.cxx342 aPolyPolygon = basegfx::utils::expandToCurve(aPolyPolygon); in ImpConvertContainedTextToSdrPathObjs()
453 pPathObj->SetPathPoly(basegfx::utils::expandToCurve(pPathObj->GetPathPoly())); in ImpConvertMakeObj()
H A Dsvddrgmt.cxx468 aResult = basegfx::B2DPolyPolygon(basegfx::utils::expandToCurve(aNewPolygon)); in createSdrDragEntries_PolygonDrag()
H A Dsvdopath.cxx2692 pPath->SetPathPoly(basegfx::utils::expandToCurve(pPath->GetPathPoly())); in DoConvertToPolyObj()
/dports/editors/libreoffice/libreoffice-7.2.6.2/basegfx/source/polygon/
H A Db2dpolypolygontools.cxx321 B2DPolyPolygon expandToCurve(const B2DPolyPolygon& rCandidate) in expandToCurve() function
327 aRetval.append(expandToCurve(rPolygon)); in expandToCurve()
H A Db2dpolygontools.cxx2532 B2DPolygon expandToCurve(const B2DPolygon& rCandidate) in expandToCurve() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdotxtr.cxx338 aPolyPolygon = basegfx::utils::expandToCurve(aPolyPolygon); in ImpConvertContainedTextToSdrPathObjs()
449 pPathObj->SetPathPoly(basegfx::utils::expandToCurve(pPathObj->GetPathPoly())); in ImpConvertMakeObj()
H A Dsvddrgmt.cxx461 aResult = basegfx::B2DPolyPolygon(basegfx::utils::expandToCurve(aNewPolygon)); in createSdrDragEntries_PolygonDrag()
H A Dsvdopath.cxx2700 pPath->SetPathPoly(basegfx::utils::expandToCurve(pPath->GetPathPoly())); in DoConvertToPolyObj()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basegfx/source/polygon/
H A Db2dpolypolygontools.cxx322 B2DPolyPolygon expandToCurve(const B2DPolyPolygon& rCandidate) in expandToCurve() function
328 aRetval.append(expandToCurve(rPolygon)); in expandToCurve()
H A Db2dpolygontools.cxx2447 B2DPolygon expandToCurve(const B2DPolygon& rCandidate) in expandToCurve() function