Home
last modified time | relevance | path

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

/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx507 XPolyPolygon aPathPolygon; member in ImpPathForDragAndCreate
541 …basegfx::B2DPolyPolygon getModifiedPolyPolygon() const { return aPathPolygon.getB2DPolyPolygon();… in getModifiedPolyPolygon()
546 aPathPolygon(rSdrPathObject.GetPathPoly()), in ImpPathForDragAndCreate()
569 if(aPathPolygon[(sal_uInt16)pHdl->GetPolyNum()].IsControl((sal_uInt16)pHdl->GetPointNum())) in beginPathDrag()
849 XPolygon& rXP=aPathPolygon[0]; in endPathDrag()
862 aPathPolygon = mpSdrPathDragData->maMove; in endPathDrag()
869 XPolygon& rXP=aPathPolygon[(sal_uInt16)pHdl->GetPolyNum()]; in endPathDrag()
883 basegfx::B2DPolyPolygon aTempPolyPolygon(aPathPolygon.getB2DPolyPolygon()); in endPathDrag()
901 aPathPolygon = XPolyPolygon(aTempPolyPolygon); in endPathDrag()
907 Point aLinePt1_(aPathPolygon[0][0]); in endPathDrag()
[all …]
H A Dsvdpoev.cxx457 const Polygon aPathPolygon(rPathPolyPolygon.getB2DPolygon(0)); in IsRipUpAtMarkedPointsPossible() local
458 const sal_uInt16 nPointCount(aPathPolygon.GetSize()); in IsRipUpAtMarkedPointsPossible()