Home
last modified time | relevance | path

Searched refs:aXPP (Results 1 – 6 of 6) sorted by path

/trunk/main/svx/source/engine3d/
H A Dview3d.cxx1492 basegfx::B2DPolyPolygon aXPP(pMark->TakeXorPoly()); in Start3DCreation() local
1493 aR.expand(basegfx::tools::getRange(aXPP)); in Start3DCreation()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv1.cxx527 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 Dsvdomeas.cxx1092 XPolyPolygon aXPP; in RecalcSnapRect() local
1096 aXPP = XPolyPolygon(ImpCalcXPoly(aMPol)); in RecalcSnapRect()
1097 maSnapRect = aXPP.GetBoundRect(); in RecalcSnapRect()
H A Dsvdopath.cxx2433 XPolyPolygon aXPP(GetPathPoly()); in TakeUnrotatedSnapRect() local
2434 RotateXPoly(aXPP,Point(),-aGeo.nSin,aGeo.nCos); in TakeUnrotatedSnapRect()
2435 rRect=aXPP.GetBoundRect(); in TakeUnrotatedSnapRect()
H A Dsvdorect.cxx286 XPolyPolygon aXPP; in TakeXorPoly() local
287 aXPP.Insert(ImpCalcXPoly(aRect,GetEckenradius())); in TakeXorPoly()
288 return aXPP.getB2DPolyPolygon(); in TakeXorPoly()
H A Dsvdpoev.cxx617 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()

Completed in 48 milliseconds