Lines Matching refs:getB2DPolygon

168         const XPolygon aTmpXP(rPO.GetPathPoly().getB2DPolygon(nPoly));  in ImpSdrPathDragData()
218 const XPolygon aTmpXP(rPO.GetPathPoly().getB2DPolygon(nPoly)); in ResetPoly()
888 basegfx::B2DPolygon aCandidate(aTempPolyPolygon.getB2DPolygon(nPoly)); in endPathDrag()
1584 …basegfx::B2DPolygon aNewPolygon(aRetval.count() ? aRetval.getB2DPolygon(aRetval.count() - 1L) : ba… in TakeObjectPolyPolygon()
1595 aNewPolygon.append(pU->GetFormPoly().getB2DPolygon()); in TakeObjectPolyPolygon()
1703 return (1L == rPolyPolygon.count() && 2L == rPolyPolygon.getB2DPolygon(0L).count()); in ImpIsLine()
1719 const basegfx::B2DPolygon aPoly(GetPathPoly().getB2DPolygon(0L)); in ImpForceLineWink()
1810 basegfx::B2DPolygon aCandidate(maPathPolygon.getB2DPolygon(a)); in ImpForceKind()
1897 const basegfx::B2DPolygon aPoly(GetPathPoly().getB2DPolygon(0L)); in TakeObjNameSingul()
1954 nPointCount += GetPathPoly().getB2DPolygon(a).count(); in TakeObjNameSingul()
2029 nRetval += GetPathPoly().getB2DPolygon(a).count(); in GetHdlCount()
2275 const basegfx::B2DPolygon aCandidate(GetPathPoly().getB2DPolygon(0)); in EndCreate()
2483 const basegfx::B2DPoint aB2DPoint(GetPathPoly().getB2DPolygon(nPoly).getB2DPoint(nPnt)); in GetSnapPoint()
2499 nRetval += GetPathPoly().getB2DPolygon(a).count(); in GetPointCount()
2512 const basegfx::B2DPolygon aPoly(GetPathPoly().getB2DPolygon(nPoly)); in GetPoint()
2526 basegfx::B2DPolygon aNewPolygon(GetPathPoly().getB2DPolygon(nPoly)); in NbcSetPoint()
2569 nPolyIndex += GetPathPoly().getB2DPolygon(a).count(); in NbcInsPointOld()
2601 basegfx::B2DPolygon aCandidate(GetPathPoly().getB2DPolygon(nSmallestPolyIndex)); in NbcInsPoint()
2686 nNewHdl += GetPathPoly().getB2DPolygon(a).count(); in NbcInsPoint()
2704 const basegfx::B2DPolygon aCandidate(aLocalPolyPolygon.getB2DPolygon(nPoly)); in RipPoint()
2890 …OSL_ENSURE(GetPathPoly().count() > 0L && GetPathPoly().getB2DPolygon(0L).count() > 1L, "OBJ_LINE w… in TRGetBaseGeometry()