Lines Matching refs:XPolygon
97 XPolygon aXP; // Ausschnitt aus dem Originalpolygon
168 const XPolygon aTmpXP(rPO.GetPathPoly().getB2DPolygon(nPoly)); in ImpSdrPathDragData()
218 const XPolygon aTmpXP(rPO.GetPathPoly().getB2DPolygon(nPoly)); in ResetPoly()
266 XPolygon GetFormPoly() const;
268 XPolygon GetBezierPoly() const;
270 XPolygon GetCurvePoly() const { return XPolygon(); } in GetCurvePoly()
272 XPolygon GetCirclePoly() const;
275 XPolygon GetLinePoly() const;
277 XPolygon GetRectPoly() const;
280 XPolygon ImpPathCreateUser::GetFormPoly() const in GetFormPoly()
287 return XPolygon(); in GetFormPoly()
305 XPolygon ImpPathCreateUser::GetBezierPoly() const in GetBezierPoly()
307 XPolygon aXP(4); in GetBezierPoly()
363 XPolygon ImpPathCreateUser::GetCirclePoly() const in GetCirclePoly()
366 XPolygon aXP(aCircCenter,nCircRadius,nCircRadius, in GetCirclePoly()
372 XPolygon aXP(aCircCenter,nCircRadius,nCircRadius, in GetCirclePoly()
432 XPolygon ImpPathCreateUser::GetLinePoly() const in GetLinePoly()
434 XPolygon aXP(2); in GetLinePoly()
493 XPolygon ImpPathCreateUser::GetRectPoly() const in GetRectPoly()
495 XPolygon aXP(3); in GetRectPoly()
626 const XPolygon& rOrig = mpSdrPathDragData->maOrig[nPolyIndex]; in movePathDrag()
627 XPolygon& rMove = mpSdrPathDragData->maMove[nPolyIndex]; in movePathDrag()
849 XPolygon& rXP=aPathPolygon[0]; in endPathDrag()
869 XPolygon& rXP=aPathPolygon[(sal_uInt16)pHdl->GetPolyNum()]; in endPathDrag()
1057 const XPolygon& rXPoly = aPathPolygon[(sal_uInt16)rDrag.GetHdl()->GetPolyNum()]; in getSpecialDragComment()
1177 const XPolygon& rXP=aPathPolygon[(sal_uInt16)rDrag.GetHdl()->GetPolyNum()]; in getSpecialDragPoly()
1179 XPolygon aXPoly(rXP); in getSpecialDragPoly()
1201 XPolygon aXPoly(mpSdrPathDragData->aXP); in getSpecialDragPoly()
1202 XPolygon aLine1(2); in getSpecialDragPoly()
1203 XPolygon aLine2(2); in getSpecialDragPoly()
1204 XPolygon aLine3(2); in getSpecialDragPoly()
1205 XPolygon aLine4(2); in getSpecialDragPoly()
1291 aPathPolygon.Insert(XPolygon()); in BegCreate()
1307 XPolygon& rXPoly=aPathPolygon[aPathPolygon.Count()-1]; in MovCreate()
1416 XPolygon& rXPoly=aPathPolygon[aPathPolygon.Count()-1]; in EndCreate()
1481 XPolygon aXP; in EndCreate()
1492 XPolygon& rXP=aPathPolygon[nPolyCount-1]; in EndCreate()
1508 XPolygon& rXP=aPathPolygon[nPolyNum]; in EndCreate()
1530 XPolygon& rXPoly=aPathPolygon[aPathPolygon.Count()-1]; in BckCreate()
1554 XPolygon& rLocalXPoly=aPathPolygon[aPathPolygon.Count()-1]; in BckCreate()
2066 const XPolygon& rXPoly=aOldPathPolygon.GetObject(i); in AddToHdlList()
2095 const XPolygon& rXPoly = aOldPathPolygon[nPolyNum]; in GetPlusHdlCount()
2126 const XPolygon& rXPoly = aOldPathPolygon[nPolyNum]; in GetPlusHdl()