Home
last modified time | relevance | path

Searched refs:XPolyPolygon (Results 1 – 9 of 9) sorted by relevance

/trunk/main/svx/source/xoutdev/
H A D_xpoly.cxx44 DBG_NAME(XPolyPolygon);
1579 XPolyPolygon::XPolyPolygon( sal_uInt16 nInitSize, sal_uInt16 nResize ) in XPolyPolygon() function in XPolyPolygon
1581 DBG_CTOR(XPolyPolygon,NULL); in XPolyPolygon()
1596 XPolyPolygon::XPolyPolygon( const XPolygon& rXPoly ) in XPolyPolygon() function in XPolyPolygon
1598 DBG_CTOR(XPolyPolygon,NULL); in XPolyPolygon()
1613 XPolyPolygon::XPolyPolygon( const XPolyPolygon& rXPolyPoly ) in XPolyPolygon() function in XPolyPolygon
1615 DBG_CTOR(XPolyPolygon,NULL); in XPolyPolygon()
1630 XPolyPolygon::XPolyPolygon( const PolyPolygon& rPolyPoly ) in XPolyPolygon() function in XPolyPolygon
1632 DBG_CTOR(XPolyPolygon,NULL); in XPolyPolygon()
1650 XPolyPolygon::~XPolyPolygon() in ~XPolyPolygon()
[all …]
/trunk/main/svx/inc/svx/
H A Dxpoly.hxx150 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 Dsvdtrans.hxx52 class XPolyPolygon;
61 void MoveXPoly(XPolyPolygon& rPoly, const Size& S);
68 void ResizeXPoly(XPolyPolygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFa…
74 void RotateXPoly(XPolyPolygon& rPoly, const Point& rRef, double sn, double cs);
83 void MirrorXPoly(XPolyPolygon& rPoly, const Point& rRef1, const Point& rRef2);
89 void ShearXPoly(XPolyPolygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear=sal_False);
112 void CrookRotatePoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert);
113 void CrookSlantPoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert);
114 void CrookStretchPoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert,…
/trunk/main/svx/source/svdraw/
H A Dsvdtrans.cxx39 void MoveXPoly(XPolyPolygon& rPoly, const Size& S) in MoveXPoly()
110 void ResizeXPoly(XPolyPolygon& rPoly, const Point& rRef, const Fraction& xFact, const Fraction& yFa… in ResizeXPoly()
144 void RotateXPoly(XPolyPolygon& rPoly, const Point& rRef, double sn, double cs) in RotateXPoly()
219 void MirrorXPoly(XPolyPolygon& rPoly, const Point& rRef1, const Point& rRef2) in MirrorXPoly()
253 void ShearXPoly(XPolyPolygon& rPoly, const Point& rRef, double tn, FASTBOOL bVShear) in ShearXPoly()
470 void CrookRotatePoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert) in CrookRotatePoly()
478 void CrookSlantPoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert) in CrookSlantPoly()
486 void CrookStretchPoly(XPolyPolygon& rPoly, const Point& rCenter, const Point& rRad, FASTBOOL bVert,… in CrookStretchPoly()
H A Dsvdopath.cxx126 const XPolyPolygon maOrig;
127 XPolyPolygon maMove;
507 XPolyPolygon aPathPolygon;
901 aPathPolygon = XPolyPolygon(aTempPolyPolygon); in endPathDrag()
1169 XPolyPolygon aRetval; in getSpecialDragPoly()
2060 const XPolyPolygon aOldPathPolygon(GetPathPoly()); in AddToHdlList()
2088 const XPolyPolygon aOldPathPolygon(GetPathPoly()); in GetPlusHdlCount()
2119 const XPolyPolygon aOldPathPolygon(GetPathPoly()); in GetPlusHdl()
2431 XPolyPolygon aXPP(GetPathPoly()); in TakeUnrotatedSnapRect()
H A Dsvdomeas.cxx1092 XPolyPolygon aXPP; in RecalcSnapRect()
1096 aXPP = XPolyPolygon(ImpCalcXPoly(aMPol)); in RecalcSnapRect()
1161 XPolyPolygon aTmpPolyPolygon(TakeXorPoly()); in DoConvertToPolyObj()
H A Dsvdorect.cxx284 XPolyPolygon aXPP; in TakeXorPoly()
H A Dsvdedtv1.cxx527 XPolyPolygon aXPP(pPath->GetPathPoly()); in ImpCrookObj()
647 XPolyPolygon aXPP(pPath->GetPathPoly()); in ImpDistortObj()
H A Dsvddrgmt.cxx3017 XPolyPolygon aTempPolyPoly(rTarget); in _MovAllPoints()