Searched refs:RotatePoly (Results 1 – 4 of 4) sorted by relevance
| /trunk/main/svx/source/svdraw/ |
| H A D | svdtrans.cxx | 120 void RotatePoly(Polygon& rPoly, const Point& rRef, double sn, double cs) in RotatePoly() function 136 void RotatePoly(PolyPolygon& rPoly, const Point& rRef, double sn, double cs) in RotatePoly() function 140 RotatePoly(rPoly[i],rRef,sn,cs); in RotatePoly() 594 if (rGeo.nDrehWink!=0) RotatePoly(aPol,rRect.TopLeft(),rGeo.nSin,rGeo.nCos); in Rect2Poly()
|
| H A D | svdotext.cxx | 1274 if (aGeo.nDrehWink!=0) RotatePoly(aPol,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in TakeXorPoly() 1301 if (aGeo.nDrehWink!=0) RotatePoly(aPol,aR.TopLeft(),aGeo.nSin,aGeo.nCos); in TakeContour() 1314 if (aGeo.nDrehWink!=0) RotatePoly(aPol,aRect.TopLeft(),aGeo.nSin,aGeo.nCos); in RecalcSnapRect()
|
| /trunk/main/svx/inc/svx/ |
| H A D | svdtrans.hxx | 71 SVX_DLLPUBLIC void RotatePoly(Polygon& rPoly, const Point& rRef, double sn, double cs); 73 void RotatePoly(PolyPolygon& rPoly, const Point& rRef, double sn, double cs);
|
| /trunk/main/svx/source/tbxctrls/ |
| H A D | grafctrl.cxx | 1062 RotatePoly(aPol, in ExecuteGrafAttr()
|