Home
last modified time | relevance | path

Searched refs:CrookSlantPoly (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/svx/inc/svx/
H A Dsvdtrans.hxx109 void CrookSlantPoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert);
113 void CrookSlantPoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert);
/AOO42X/main/svx/source/svdraw/
H A Dsvdtrans.cxx422 void CrookSlantPoly(XPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert) in CrookSlantPoly() function
478 void CrookSlantPoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert) in CrookSlantPoly() function
482 CrookSlantPoly(rPoly[nPolyNum],rCenter,rRad,bVert); in CrookSlantPoly()
H A Dsvdedtv1.cxx530 case SDRCROOK_SLANT : CrookSlantPoly (aXPP,rRef,rRad,bVertical); break; in ImpCrookObj()
553 case SDRCROOK_SLANT : CrookSlantPoly (aXP,rRef,rRad,bVertical); break; in ImpCrookObj()