Home
last modified time | relevance | path

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

/aoo4110/main/svx/source/svdraw/
H A Dsvdobj.cxx2467 basegfx::B2DPolyPolygon aMergedLineFillPolyPolygon; in ImpConvertToContourObj() local
2491 aMergedLineFillPolyPolygon = basegfx::tools::mergeToSinglePolyPolygon(aExtractedLineFills); in ImpConvertToContourObj()
2495 if(aMergedLineFillPolyPolygon.count() || (bForceLineDash && aMergedHairlinePolyPolygon.count())) in ImpConvertToContourObj()
2503 if(aMergedLineFillPolyPolygon.count()) in ImpConvertToContourObj()
2506 aLinePolygonPart = new SdrPathObj(OBJ_PATHFILL, aMergedLineFillPolyPolygon); in ImpConvertToContourObj()

Completed in 27 milliseconds