Lines Matching refs:getB2DPolygon

170 		const XPolygon aTmpXP(rPO.GetPathPoly().getB2DPolygon(nPoly));  in ImpSdrPathDragData()
220 const XPolygon aTmpXP(rPO.GetPathPoly().getB2DPolygon(nPoly)); in ResetPoly()
890 basegfx::B2DPolygon aCandidate(aTempPolyPolygon.getB2DPolygon(nPoly)); in endPathDrag()
1586 …basegfx::B2DPolygon aNewPolygon(aRetval.count() ? aRetval.getB2DPolygon(aRetval.count() - 1L) : ba… in TakeObjectPolyPolygon()
1597 aNewPolygon.append(pU->GetFormPoly().getB2DPolygon()); in TakeObjectPolyPolygon()
1705 return (1L == rPolyPolygon.count() && 2L == rPolyPolygon.getB2DPolygon(0L).count()); in ImpIsLine()
1721 const basegfx::B2DPolygon aPoly(GetPathPoly().getB2DPolygon(0L)); in ImpForceLineWink()
1812 basegfx::B2DPolygon aCandidate(maPathPolygon.getB2DPolygon(a)); in ImpForceKind()
1899 const basegfx::B2DPolygon aPoly(GetPathPoly().getB2DPolygon(0L)); in TakeObjNameSingul()
1956 nPointCount += GetPathPoly().getB2DPolygon(a).count(); in TakeObjNameSingul()
2031 nRetval += GetPathPoly().getB2DPolygon(a).count(); in GetHdlCount()
2277 const basegfx::B2DPolygon aCandidate(GetPathPoly().getB2DPolygon(0)); in EndCreate()
2485 const basegfx::B2DPoint aB2DPoint(GetPathPoly().getB2DPolygon(nPoly).getB2DPoint(nPnt)); in GetSnapPoint()
2501 nRetval += GetPathPoly().getB2DPolygon(a).count(); in GetPointCount()
2514 const basegfx::B2DPolygon aPoly(GetPathPoly().getB2DPolygon(nPoly)); in GetPoint()
2528 basegfx::B2DPolygon aNewPolygon(GetPathPoly().getB2DPolygon(nPoly)); in NbcSetPoint()
2571 nPolyIndex += GetPathPoly().getB2DPolygon(a).count(); in NbcInsPointOld()
2603 basegfx::B2DPolygon aCandidate(GetPathPoly().getB2DPolygon(nSmallestPolyIndex)); in NbcInsPoint()
2688 nNewHdl += GetPathPoly().getB2DPolygon(a).count(); in NbcInsPoint()
2706 const basegfx::B2DPolygon aCandidate(aLocalPolyPolygon.getB2DPolygon(nPoly)); in RipPoint()
2892 …OSL_ENSURE(GetPathPoly().count() > 0L && GetPathPoly().getB2DPolygon(0L).count() > 1L, "OBJ_LINE w… in TRGetBaseGeometry()