Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/svdraw/
H A Dsvdopath.cxx509 XPolyPolygon aPathPolygon; member in ImpPathForDragAndCreate
543 …basegfx::B2DPolyPolygon getModifiedPolyPolygon() const { return aPathPolygon.getB2DPolyPolygon();… in getModifiedPolyPolygon()
548 aPathPolygon(rSdrPathObject.GetPathPoly()), in ImpPathForDragAndCreate()
571 if(aPathPolygon[(sal_uInt16)pHdl->GetPolyNum()].IsControl((sal_uInt16)pHdl->GetPointNum())) in beginPathDrag()
851 XPolygon& rXP=aPathPolygon[0]; in endPathDrag()
864 aPathPolygon = mpSdrPathDragData->maMove; in endPathDrag()
871 XPolygon& rXP=aPathPolygon[(sal_uInt16)pHdl->GetPolyNum()]; in endPathDrag()
885 basegfx::B2DPolyPolygon aTempPolyPolygon(aPathPolygon.getB2DPolyPolygon()); in endPathDrag()
903 aPathPolygon = XPolyPolygon(aTempPolyPolygon); in endPathDrag()
909 Point aLinePt1_(aPathPolygon[0][0]); in endPathDrag()
[all …]
H A Dsvdpoev.cxx459 const Polygon aPathPolygon(rPathPolyPolygon.getB2DPolygon(0)); in IsRipUpAtMarkedPointsPossible() local
460 const sal_uInt16 nPointCount(aPathPolygon.GetSize()); in IsRipUpAtMarkedPointsPossible()