Searched refs:aXPP (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/svx/source/svdraw/ |
H A D | svdpoev.cxx | 617 basegfx::B2DPolyPolygon aXPP(pPath->GetPathPoly()); in ImpTransformMarkedPoints() local 624 if(PolyPolygonEditor::GetRelativePolyPoint(aXPP, nPt, nPolyNum, nPointNum)) in ImpTransformMarkedPoints() 629 basegfx::B2DPolygon aNewXP(aXPP.getB2DPolygon(nPolyNum)); in ImpTransformMarkedPoints() 664 aXPP.setB2DPolygon(nPolyNum, aNewXP); in ImpTransformMarkedPoints() 668 pPath->SetPathPoly(aXPP); in ImpTransformMarkedPoints()
|
H A D | svdedtv1.cxx | 527 XPolyPolygon aXPP(pPath->GetPathPoly()); in ImpCrookObj() local 529 case SDRCROOK_ROTATE : CrookRotatePoly (aXPP,rRef,rRad,bVertical); break; in ImpCrookObj() 530 case SDRCROOK_SLANT : CrookSlantPoly (aXPP,rRef,rRad,bVertical); break; in ImpCrookObj() 531 case SDRCROOK_STRETCH: CrookStretchPoly(aXPP,rRef,rRad,bVertical,rMarkRect); break; in ImpCrookObj() 533 pPath->SetPathPoly(aXPP.getB2DPolyPolygon()); in ImpCrookObj() 647 XPolyPolygon aXPP(pPath->GetPathPoly()); in ImpDistortObj() local 648 aXPP.Distort(rRef, rDistortedRect); in ImpDistortObj() 649 pPath->SetPathPoly(aXPP.getB2DPolyPolygon()); in ImpDistortObj()
|
H A D | svdorect.cxx | 286 XPolyPolygon aXPP; in TakeXorPoly() local 287 aXPP.Insert(ImpCalcXPoly(aRect,GetEckenradius())); in TakeXorPoly() 288 return aXPP.getB2DPolyPolygon(); in TakeXorPoly()
|
H A D | svdomeas.cxx | 1092 XPolyPolygon aXPP; in RecalcSnapRect() local 1096 aXPP = XPolyPolygon(ImpCalcXPoly(aMPol)); in RecalcSnapRect() 1097 maSnapRect = aXPP.GetBoundRect(); in RecalcSnapRect()
|
H A D | svdopath.cxx | 2433 XPolyPolygon aXPP(GetPathPoly()); in TakeUnrotatedSnapRect() local 2434 RotateXPoly(aXPP,Point(),-aGeo.nSin,aGeo.nCos); in TakeUnrotatedSnapRect() 2435 rRect=aXPP.GetBoundRect(); in TakeUnrotatedSnapRect()
|
/aoo41x/main/svx/source/engine3d/ |
H A D | view3d.cxx | 1492 basegfx::B2DPolyPolygon aXPP(pMark->TakeXorPoly()); in Start3DCreation() local 1493 aR.expand(basegfx::tools::getRange(aXPP)); in Start3DCreation()
|
Completed in 125 milliseconds