Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/customshapes/
H A DEnhancedCustomShape2d.cxx1415 basegfx::B2DPolyPolygon aNewB2DPolyPolygon; in CreateSubPath() local
1453 aNewB2DPolyPolygon.append(aNewB2DPolygon); in CreateSubPath()
1474 aNewB2DPolyPolygon.append(aNewB2DPolygon); in CreateSubPath()
1536 aNewB2DPolyPolygon.append(aNewB2DPolygon); in CreateSubPath()
1712 aNewB2DPolyPolygon.append(aNewB2DPolygon); in CreateSubPath()
1833 aNewB2DPolyPolygon.append(aNewB2DPolygon); in CreateSubPath()
1836 if(aNewB2DPolyPolygon.count()) in CreateSubPath()
1841 if(!bSortFilledObjectsToBack && !aNewB2DPolyPolygon.isClosed() && !bNoStroke) in CreateSubPath()
1857 basegfx::B2DPolyPolygon aClosedPolyPolygon(aNewB2DPolyPolygon); in CreateSubPath()
1874 aNewB2DPolyPolygon.isClosed() ? OBJ_POLY : OBJ_PLIN, in CreateSubPath()
[all …]