Home
last modified time | relevance | path

Searched refs:rDistortedRect (Results 1 – 8 of 8) sorted by relevance

/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx1378 const XPolygon& rDistortedRect) in Distort() argument
1397 X1 = rDistortedRect[0].X(); in Distort()
1398 Y1 = rDistortedRect[0].Y(); in Distort()
1399 X2 = rDistortedRect[1].X(); in Distort()
1400 Y2 = rDistortedRect[1].Y(); in Distort()
1401 X3 = rDistortedRect[3].X(); in Distort()
1402 Y3 = rDistortedRect[3].Y(); in Distort()
1403 X4 = rDistortedRect[2].X(); in Distort()
1404 Y4 = rDistortedRect[2].Y(); in Distort()
2096 const XPolygon& rDistortedRect) in Distort() argument
[all …]
/trunk/main/tools/source/generic/
H A Dpoly.cxx1353 void Polygon::Distort( const Rectangle& rRefRect, const Polygon& rDistortedRect ) in Distort() argument
1369 DBG_ASSERT( rDistortedRect.mpImplPolygon->mnPoints >= 4, "Distort rect too small!" ); in Distort()
1371 X1 = rDistortedRect[0].X(); in Distort()
1372 Y1 = rDistortedRect[0].Y(); in Distort()
1373 X2 = rDistortedRect[1].X(); in Distort()
1374 Y2 = rDistortedRect[1].Y(); in Distort()
1375 X3 = rDistortedRect[3].X(); in Distort()
1376 Y3 = rDistortedRect[3].Y(); in Distort()
1377 X4 = rDistortedRect[2].X(); in Distort()
1378 Y4 = rDistortedRect[2].Y(); in Distort()
H A Dpoly2.cxx581 void PolyPolygon::Distort( const Rectangle& rRefRect, const Polygon& rDistortedRect ) in Distort() argument
594 mpImplPolyPolygon->mpPolyAry[ i ]->Distort( rRefRect, rDistortedRect ); in Distort()
/trunk/main/svx/inc/svx/
H A Dxpoly.hxx130 void Distort(const Rectangle& rRefRect, const XPolygon& rDistortedRect);
195 void Distort(const Rectangle& rRefRect, const XPolygon& rDistortedRect);
H A Dsvdedtv.hxx179 …void ImpDistortObj(SdrObject* pO, const Rectangle& rRef, const XPolygon& rDistortedRect, sal_Bool …
255 …void DistortMarkedObj(const Rectangle& rRef, const XPolygon& rDistortedRect, bool bNoContortion=fa…
H A Dsvdglev.hxx109 …void DistortMarkedGluePoints(const Rectangle& rRef, const XPolygon& rDistortedRect, sal_Bool bNoCo…
/trunk/main/tools/inc/tools/
H A Dpoly.hxx210 void Distort( const Rectangle& rRefRect, const Polygon& rDistortedRect );
313 void Distort( const Rectangle& rRefRect, const Polygon& rDistortedRect );
/trunk/main/svx/source/svdraw/
H A Dsvdedtv1.cxx641 …:ImpDistortObj(SdrObject* pO, const Rectangle& rRef, const XPolygon& rDistortedRect, sal_Bool bNoC… in ImpDistortObj() argument
648 aXPP.Distort(rRef, rDistortedRect); in ImpDistortObj()
664 aXP.Distort(rRef, rDistortedRect); in ImpDistortObj()
675 void SdrEditView::DistortMarkedObj(const Rectangle& rRef, const XPolygon& rDistortedRect, bool bNoC… in DistortMarkedObj() argument
700 XPolygon aRefPoly(rDistortedRect); in DistortMarkedObj()

Completed in 60 milliseconds