Searched refs:ShearPoly (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/svx/source/svdraw/ |
H A D | svdtrans.cxx | 233 void ShearPoly(Polygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear) in ShearPoly() function 249 void ShearPoly(PolyPolygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear) in ShearPoly() function 253 ShearPoly(rPoly[i],rRef,tn,bVShear); in ShearPoly() 605 if (rGeo.nShearWink!=0) ShearPoly(aPol,rRect.TopLeft(),rGeo.nTan); in Rect2Poly()
|
H A D | svdotext.cxx | 1273 if (aGeo.nShearWink!=0) ShearPoly(aPol,aRect.TopLeft(),aGeo.nTan); in TakeXorPoly() 1313 if (aGeo.nShearWink!=0) ShearPoly(aPol,aRect.TopLeft(),aGeo.nTan); in RecalcSnapRect()
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdtrans.hxx | 90 SVX_DLLPUBLIC void ShearPoly(Polygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear=sal_Fal… 92 void ShearPoly(PolyPolygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear=sal_False);
|
/aoo4110/main/svx/source/tbxctrls/ |
H A D | grafctrl.cxx | 1057 ShearPoly(aPol, in ExecuteGrafAttr()
|
Completed in 36 milliseconds