Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Ddlgctrl.cxx2173 basegfx::B2DPolygon aPolygonB; in SvxXLinePreview() local
2174 aPolygonB.append(aPointB1); in SvxXLinePreview()
2175 aPolygonB.append(aPointB2); in SvxXLinePreview()
2176 aPolygonB.append(aPointB3); in SvxXLinePreview()
2177 mpLineObjB = new SdrPathObj(OBJ_PLIN, basegfx::B2DPolyPolygon(aPolygonB)); in SvxXLinePreview()