Lines Matching refs:XPolygon
99 XPolygon aXP; // Ausschnitt aud dem Originalpolygon
170 const XPolygon aTmpXP(rPO.GetPathPoly().getB2DPolygon(nPoly)); in ImpSdrPathDragData()
220 const XPolygon aTmpXP(rPO.GetPathPoly().getB2DPolygon(nPoly)); in ResetPoly()
268 XPolygon GetFormPoly() const;
270 XPolygon GetBezierPoly() const;
272 XPolygon GetCurvePoly() const { return XPolygon(); } in GetCurvePoly()
274 XPolygon GetCirclePoly() const;
277 XPolygon GetLinePoly() const;
279 XPolygon GetRectPoly() const;
282 XPolygon ImpPathCreateUser::GetFormPoly() const in GetFormPoly()
289 return XPolygon(); in GetFormPoly()
307 XPolygon ImpPathCreateUser::GetBezierPoly() const in GetBezierPoly()
309 XPolygon aXP(4); in GetBezierPoly()
365 XPolygon ImpPathCreateUser::GetCirclePoly() const in GetCirclePoly()
368 XPolygon aXP(aCircCenter,nCircRadius,nCircRadius, in GetCirclePoly()
374 XPolygon aXP(aCircCenter,nCircRadius,nCircRadius, in GetCirclePoly()
434 XPolygon ImpPathCreateUser::GetLinePoly() const in GetLinePoly()
436 XPolygon aXP(2); in GetLinePoly()
495 XPolygon ImpPathCreateUser::GetRectPoly() const in GetRectPoly()
497 XPolygon aXP(3); in GetRectPoly()
628 const XPolygon& rOrig = mpSdrPathDragData->maOrig[nPolyIndex]; in movePathDrag()
629 XPolygon& rMove = mpSdrPathDragData->maMove[nPolyIndex]; in movePathDrag()
851 XPolygon& rXP=aPathPolygon[0]; in endPathDrag()
871 XPolygon& rXP=aPathPolygon[(sal_uInt16)pHdl->GetPolyNum()]; in endPathDrag()
1059 const XPolygon& rXPoly = aPathPolygon[(sal_uInt16)rDrag.GetHdl()->GetPolyNum()]; in getSpecialDragComment()
1179 const XPolygon& rXP=aPathPolygon[(sal_uInt16)rDrag.GetHdl()->GetPolyNum()]; in getSpecialDragPoly()
1181 XPolygon aXPoly(rXP); in getSpecialDragPoly()
1203 XPolygon aXPoly(mpSdrPathDragData->aXP); in getSpecialDragPoly()
1204 XPolygon aLine1(2); in getSpecialDragPoly()
1205 XPolygon aLine2(2); in getSpecialDragPoly()
1206 XPolygon aLine3(2); in getSpecialDragPoly()
1207 XPolygon aLine4(2); in getSpecialDragPoly()
1293 aPathPolygon.Insert(XPolygon()); in BegCreate()
1309 XPolygon& rXPoly=aPathPolygon[aPathPolygon.Count()-1]; in MovCreate()
1418 XPolygon& rXPoly=aPathPolygon[aPathPolygon.Count()-1]; in EndCreate()
1483 XPolygon aXP; in EndCreate()
1494 XPolygon& rXP=aPathPolygon[nPolyAnz-1]; in EndCreate()
1510 XPolygon& rXP=aPathPolygon[nPolyNum]; in EndCreate()
1532 XPolygon& rXPoly=aPathPolygon[aPathPolygon.Count()-1]; in BckCreate()
1556 XPolygon& rLocalXPoly=aPathPolygon[aPathPolygon.Count()-1]; in BckCreate()
2068 const XPolygon& rXPoly=aOldPathPolygon.GetObject(i); in AddToHdlList()
2097 const XPolygon& rXPoly = aOldPathPolygon[nPolyNum]; in GetPlusHdlCount()
2128 const XPolygon& rXPoly = aOldPathPolygon[nPolyNum]; in GetPlusHdl()