Lines Matching refs:GetPathPoly

141 	maOrig(rPO.GetPathPoly()),  in ImpSdrPathDragData()
170 const XPolygon aTmpXP(rPO.GetPathPoly().getB2DPolygon(nPoly)); in ImpSdrPathDragData()
220 const XPolygon aTmpXP(rPO.GetPathPoly().getB2DPolygon(nPoly)); in ResetPoly()
548 aPathPolygon(rSdrPathObject.GetPathPoly()), in ImpPathForDragAndCreate()
1719 if(OBJ_LINE == meKind && ImpIsLine(GetPathPoly())) in ImpForceLineWink()
1721 const basegfx::B2DPolygon aPoly(GetPathPoly().getB2DPolygon(0L)); in ImpForceLineWink()
1744 if(GetPathPoly().areControlPointsUsed()) in ImpForceKind()
1766 if (meKind==OBJ_LINE && !ImpIsLine(GetPathPoly())) meKind=OBJ_PLIN; in ImpForceKind()
1767 if (meKind==OBJ_PLIN && ImpIsLine(GetPathPoly())) meKind=OBJ_LINE; in ImpForceKind()
1798 if(GetPathPoly().count()) in ImpForceKind()
1800 aRect = ImpGetBoundRect(GetPathPoly()); in ImpForceKind()
1888 maPathPolygon=rPath.GetPathPoly(); in operator =()
1897 if(ImpIsLine(GetPathPoly())) in TakeObjNameSingul()
1899 const basegfx::B2DPolygon aPoly(GetPathPoly().getB2DPolygon(0L)); in TakeObjNameSingul()
1952 const sal_uInt32 nPolyCount(GetPathPoly().count()); in TakeObjNameSingul()
1956 nPointCount += GetPathPoly().getB2DPolygon(a).count(); in TakeObjNameSingul()
2021 return GetPathPoly(); in TakeXorPoly()
2027 const sal_uInt32 nPolyCount(GetPathPoly().count()); in GetHdlCount()
2031 nRetval += GetPathPoly().getB2DPolygon(a).count(); in GetHdlCount()
2062 const XPolyPolygon aOldPathPolygon(GetPathPoly()); in AddToHdlList()
2090 const XPolyPolygon aOldPathPolygon(GetPathPoly()); in GetPlusHdlCount()
2121 const XPolyPolygon aOldPathPolygon(GetPathPoly()); in GetPlusHdl()
2275 if(GetPathPoly().count()) in EndCreate()
2277 const basegfx::B2DPolygon aCandidate(GetPathPoly().getB2DPolygon(0)); in EndCreate()
2433 XPolyPolygon aXPP(GetPathPoly()); in TakeUnrotatedSnapRect()
2445 if(GetPathPoly().count()) in RecalcSnapRect()
2447 maSnapRect = ImpGetBoundRect(GetPathPoly()); in RecalcSnapRect()
2480 if(!PolyPolygonEditor::GetRelativePolyPoint(GetPathPoly(), nSnapPnt, nPoly, nPnt)) in GetSnapPoint()
2485 const basegfx::B2DPoint aB2DPoint(GetPathPoly().getB2DPolygon(nPoly).getB2DPoint(nPnt)); in GetSnapPoint()
2496 const sal_uInt32 nPolyCount(GetPathPoly().count()); in GetPointCount()
2501 nRetval += GetPathPoly().getB2DPolygon(a).count(); in GetPointCount()
2512 if(PolyPolygonEditor::GetRelativePolyPoint(GetPathPoly(), nHdlNum, nPoly, nPnt)) in GetPoint()
2514 const basegfx::B2DPolygon aPoly(GetPathPoly().getB2DPolygon(nPoly)); in GetPoint()
2526 if(PolyPolygonEditor::GetRelativePolyPoint(GetPathPoly(), nHdlNum, nPoly, nPnt)) in NbcSetPoint()
2528 basegfx::B2DPolygon aNewPolygon(GetPathPoly().getB2DPolygon(nPoly)); in NbcSetPoint()
2538 if(GetPathPoly().count()) in NbcSetPoint()
2541 aRect = ImpGetBoundRect(GetPathPoly()); // fuer SdrTextObj# in NbcSetPoint()
2564 …basegfx::tools::getSmallestDistancePointToPolyPolygon(GetPathPoly(), aTestPoint, nSmallestPolyInde… in NbcInsPointOld()
2571 nPolyIndex += GetPathPoly().getB2DPolygon(a).count(); in NbcInsPointOld()
2602 …basegfx::tools::getSmallestDistancePointToPolyPolygon(GetPathPoly(), aTestPoint, nSmallestPolyInde… in NbcInsPoint()
2603 basegfx::B2DPolygon aCandidate(GetPathPoly().getB2DPolygon(nSmallestPolyIndex)); in NbcInsPoint()
2688 nNewHdl += GetPathPoly().getB2DPolygon(a).count(); in NbcInsPoint()
2699 const basegfx::B2DPolyPolygon aLocalPolyPolygon(GetPathPoly()); in RipPoint()
2752 ImpConvertMakeObj(GetPathPoly(), IsClosed(), bBezier); in DoConvertToPolyObj()
2758 if(pPath->GetPathPoly().areControlPointsUsed()) in DoConvertToPolyObj()
2763 pPath->SetPathPoly(basegfx::tools::adaptiveSubdivideByAngle(pPath->GetPathPoly())); in DoConvertToPolyObj()
2771 pPath->SetPathPoly(basegfx::tools::expandToCurve(pPath->GetPathPoly())); in DoConvertToPolyObj()
2793 rPGeo.maPathPolygon=GetPathPoly(); in SaveGeoData()
2808 if(GetPathPoly() != rPathPoly) in NbcSetPathPoly()
2818 if(GetPathPoly() != rPathPoly) in SetPathPoly()
2883 if(GetPathPoly().count()) in TRGetBaseGeometry()
2887 rPolyPolygon = GetPathPoly(); in TRGetBaseGeometry()
2892 …OSL_ENSURE(GetPathPoly().count() > 0L && GetPathPoly().getB2DPolygon(0L).count() > 1L, "OBJ_LINE w… in TRGetBaseGeometry()