Searched refs:XPolyPolygon (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/svx/source/xoutdev/ |
H A D | _xpoly.cxx | 44 DBG_NAME(XPolyPolygon); 1579 XPolyPolygon::XPolyPolygon( sal_uInt16 nInitSize, sal_uInt16 nResize ) in XPolyPolygon() function in XPolyPolygon 1596 XPolyPolygon::XPolyPolygon( const XPolygon& rXPoly ) in XPolyPolygon() function in XPolyPolygon 1613 XPolyPolygon::XPolyPolygon( const XPolyPolygon& rXPolyPoly ) in XPolyPolygon() function in XPolyPolygon 1630 XPolyPolygon::XPolyPolygon( const PolyPolygon& rPolyPoly ) in XPolyPolygon() function in XPolyPolygon 1650 XPolyPolygon::~XPolyPolygon() in ~XPolyPolygon() 1705 void XPolyPolygon::Insert( const XPolyPolygon& rXPolyPoly, sal_uInt16 nPos ) in Insert() 1900 XPolyPolygon& XPolyPolygon::operator=( const XPolyPolygon& rXPolyPoly ) in operator =() 1924 sal_Bool XPolyPolygon::operator==( const XPolyPolygon& rXPolyPoly ) const in operator ==() 1941 sal_Bool XPolyPolygon::operator!=( const XPolyPolygon& rXPolyPoly ) const in operator !=() [all …]
|
/aoo41x/main/svx/inc/svx/ |
H A D | xpoly.hxx | 150 class SVX_DLLPUBLIC XPolyPolygon class 159 XPolyPolygon( sal_uInt16 nInitSize = 16, sal_uInt16 nResize = 16 ); 160 XPolyPolygon( const XPolygon& rXPoly ); 161 XPolyPolygon( const XPolyPolygon& rXPolyPoly ); 162 XPolyPolygon( const PolyPolygon& rPolyPoly); 164 ~XPolyPolygon(); 168 void Insert( const XPolyPolygon& rXPoly, 184 XPolyPolygon& operator=( const XPolyPolygon& rXPolyPoly ); 185 sal_Bool operator==( const XPolyPolygon& rXPolyPoly ) const; 186 sal_Bool operator!=( const XPolyPolygon& rXPolyPoly ) const; [all …]
|
H A D | svdtrans.hxx | 56 class XPolyPolygon; 65 void MoveXPoly(XPolyPolygon& rPoly, const Size& S); 72 void ResizeXPoly(XPolyPolygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFa… 78 void RotateXPoly(XPolyPolygon& rPoly, const Point& rRef, double sn, double cs); 87 void MirrorXPoly(XPolyPolygon& rPoly, const Point& rRef1, const Point& rRef2); 93 void ShearXPoly(XPolyPolygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear=sal_False); 116 void CrookRotatePoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert); 117 void CrookSlantPoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert); 118 void CrookStretchPoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert,…
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdtrans.cxx | 43 void MoveXPoly(XPolyPolygon& rPoly, const Size& S) in MoveXPoly() 114 void ResizeXPoly(XPolyPolygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFa… in ResizeXPoly() 148 void RotateXPoly(XPolyPolygon& rPoly, const Point& rRef, double sn, double cs) in RotateXPoly() 223 void MirrorXPoly(XPolyPolygon& rPoly, const Point& rRef1, const Point& rRef2) in MirrorXPoly() 257 void ShearXPoly(XPolyPolygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear) in ShearXPoly() 482 void CrookRotatePoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert) in CrookRotatePoly() 490 void CrookSlantPoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert) in CrookSlantPoly() 498 void CrookStretchPoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert,… in CrookStretchPoly()
|
H A D | svdopath.cxx | 128 const XPolyPolygon maOrig; 129 XPolyPolygon maMove; 509 XPolyPolygon aPathPolygon; 903 aPathPolygon = XPolyPolygon(aTempPolyPolygon); in endPathDrag() 1171 XPolyPolygon aRetval; in getSpecialDragPoly() 2062 const XPolyPolygon aOldPathPolygon(GetPathPoly()); in AddToHdlList() 2090 const XPolyPolygon aOldPathPolygon(GetPathPoly()); in GetPlusHdlCount() 2121 const XPolyPolygon aOldPathPolygon(GetPathPoly()); in GetPlusHdl() 2433 XPolyPolygon aXPP(GetPathPoly()); in TakeUnrotatedSnapRect()
|
H A D | svdomeas.cxx | 1092 XPolyPolygon aXPP; in RecalcSnapRect() 1096 aXPP = XPolyPolygon(ImpCalcXPoly(aMPol)); in RecalcSnapRect() 1161 XPolyPolygon aTmpPolyPolygon(TakeXorPoly()); in DoConvertToPolyObj()
|
H A D | svdorect.cxx | 286 XPolyPolygon aXPP; in TakeXorPoly()
|
H A D | svdedtv1.cxx | 527 XPolyPolygon aXPP(pPath->GetPathPoly()); in ImpCrookObj() 647 XPolyPolygon aXPP(pPath->GetPathPoly()); in ImpDistortObj()
|
H A D | svddrgmt.cxx | 3025 XPolyPolygon aTempPolyPoly(rTarget); in _MovAllPoints()
|
Completed in 68 milliseconds