Searched refs:RotatePoly (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/svx/source/svdraw/ |
H A D | svdtrans.cxx | 124 void RotatePoly(Polygon& rPoly, const Point& rRef, double sn, double cs) in RotatePoly() function 140 void RotatePoly(PolyPolygon& rPoly, const Point& rRef, double sn, double cs) in RotatePoly() function 144 RotatePoly(rPoly[i],rRef,sn,cs); in RotatePoly() 606 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()
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdtrans.hxx | 75 SVX_DLLPUBLIC void RotatePoly(Polygon& rPoly, const Point& rRef, double sn, double cs); 77 void RotatePoly(PolyPolygon& rPoly, const Point& rRef, double sn, double cs);
|
/aoo4110/main/svx/source/tbxctrls/ |
H A D | grafctrl.cxx | 1064 RotatePoly(aPol, in ExecuteGrafAttr()
|
Completed in 44 milliseconds