Searched refs:aMergedLineFillPolyPolygon (Results 1 – 1 of 1) sorted by relevance
2467 basegfx::B2DPolyPolygon aMergedLineFillPolyPolygon; in ImpConvertToContourObj() local2491 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 16 milliseconds