Lines Matching refs:XPolyPolygon

44 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()
1652 DBG_DTOR(XPolyPolygon,NULL); in ~XPolyPolygon()
1669 void XPolyPolygon::CheckReference() in CheckReference()
1688 void XPolyPolygon::Insert( const XPolygon& rXPoly, sal_uInt16 nPos ) in Insert()
1705 void XPolyPolygon::Insert( const XPolyPolygon& rXPolyPoly, sal_uInt16 nPos ) in Insert()
1728 XPolygon XPolyPolygon::Remove( sal_uInt16 nPos ) in Remove()
1748 XPolygon XPolyPolygon::Replace( const XPolygon& rXPoly, sal_uInt16 nPos ) in Replace()
1769 const XPolygon& XPolyPolygon::GetObject( sal_uInt16 nPos ) const in GetObject()
1785 void XPolyPolygon::Clear() in Clear()
1815 sal_uInt16 XPolyPolygon::Count() const in Count()
1831 void XPolyPolygon::Move( long nHorzMove, long nVertMove ) in Move()
1859 Rectangle XPolyPolygon::GetBoundRect() const in GetBoundRect()
1884 XPolygon& XPolyPolygon::operator[]( sal_uInt16 nPos ) in operator []()
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 !=()
1957 void XPolyPolygon::Translate(const Point& rTrans) in Translate()
1976 void XPolyPolygon::Rotate(const Point& rCenter, double fSin, double fCos) in Rotate()
1991 void XPolyPolygon::Rotate20() in Rotate20()
2010 void XPolyPolygon::Rotate(const Point& rCenter, sal_uInt16 nAngle) in Rotate()
2033 void XPolyPolygon::Scale(double fSx, double fSy) in Scale()
2052 void XPolyPolygon::SlantX(long nYRef, double fSin, double fCos) in SlantX()
2071 void XPolyPolygon::SlantY(long nXRef, double fSin, double fCos) in SlantY()
2095 void XPolyPolygon::Distort(const Rectangle& rRefRect, in Distort()
2105 basegfx::B2DPolyPolygon XPolyPolygon::getB2DPolyPolygon() const in getB2DPolyPolygon()
2118 XPolyPolygon::XPolyPolygon(const basegfx::B2DPolyPolygon& rPolyPolygon) in XPolyPolygon() function in XPolyPolygon
2120 DBG_CTOR(XPolyPolygon,NULL); in XPolyPolygon()