Lines Matching refs:aNewB2DPolyPolygon
1415 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()
1875 aNewB2DPolyPolygon); in CreateSubPath()
1893 aNewB2DPolyPolygon.isClosed() ? OBJ_POLY : OBJ_PLIN, in CreateSubPath()
1894 aNewB2DPolyPolygon); in CreateSubPath()
1899 aNewB2DPolyPolygon.setClosed(true); in CreateSubPath()
1900 pObj = new SdrPathObj(OBJ_POLY, aNewB2DPolyPolygon); in CreateSubPath()