Lines Matching refs:PolyPolygon

48 DBG_NAME( PolyPolygon )  in DBG_NAME()  argument
94 PolyPolygon::PolyPolygon( sal_uInt16 nInitSize, sal_uInt16 nResize ) in PolyPolygon() function in PolyPolygon
96 DBG_CTOR( PolyPolygon, NULL ); in PolyPolygon()
111 PolyPolygon::PolyPolygon( const Polygon& rPoly ) in PolyPolygon() function in PolyPolygon
113 DBG_CTOR( PolyPolygon, NULL ); in PolyPolygon()
126 PolyPolygon::PolyPolygon( const PolyPolygon& rPolyPoly ) in PolyPolygon() function in PolyPolygon
128 DBG_CTOR( PolyPolygon, NULL ); in PolyPolygon()
129 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in PolyPolygon()
138 PolyPolygon::~PolyPolygon() in ~PolyPolygon()
140 DBG_DTOR( PolyPolygon, NULL ); in ~PolyPolygon()
150 void PolyPolygon::Insert( const Polygon& rPoly, sal_uInt16 nPos ) in Insert()
152 DBG_CHKTHIS( PolyPolygon, NULL ); in Insert()
197 void PolyPolygon::Remove( sal_uInt16 nPos ) in Remove()
199 DBG_CHKTHIS( PolyPolygon, NULL ); in Remove()
218 void PolyPolygon::Replace( const Polygon& rPoly, sal_uInt16 nPos ) in Replace()
220 DBG_CHKTHIS( PolyPolygon, NULL ); in Replace()
236 const Polygon& PolyPolygon::GetObject( sal_uInt16 nPos ) const in GetObject()
238 DBG_CHKTHIS( PolyPolygon, NULL ); in GetObject()
246 sal_Bool PolyPolygon::IsRect() const in IsRect()
256 void PolyPolygon::Clear() in Clear()
258 DBG_CHKTHIS( PolyPolygon, NULL ); in Clear()
282 void PolyPolygon::Optimize( sal_uIntPtr nOptimizeFlags, const PolyOptimizeData* pData ) in Optimize()
284 DBG_CHKTHIS( PolyPolygon, NULL ); in Optimize()
302 PolyPolygon aPolyPoly; in Optimize()
348 void PolyPolygon::AdaptiveSubdivide( PolyPolygon& rResult, const double d ) const in AdaptiveSubdivide()
350 DBG_CHKTHIS( PolyPolygon, NULL ); in AdaptiveSubdivide()
365 void PolyPolygon::GetIntersection( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetIntersection()
372 void PolyPolygon::GetUnion( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetUnion()
379 void PolyPolygon::GetDifference( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetDifference()
386 void PolyPolygon::GetXOR( const PolyPolygon& rPolyPoly, PolyPolygon& rResult ) const in GetXOR()
393 void PolyPolygon::ImplDoOperation( const PolyPolygon& rPolyPoly, PolyPolygon& rResult, sal_uIntPtr … in ImplDoOperation()
441 rResult = PolyPolygon( aMergePolyPolygonA ); in ImplDoOperation()
446 sal_uInt16 PolyPolygon::Count() const in Count()
448 DBG_CHKTHIS( PolyPolygon, NULL ); in Count()
454 void PolyPolygon::Move( long nHorzMove, long nVertMove ) in Move()
456 DBG_CHKTHIS( PolyPolygon, NULL ); in Move()
477 void PolyPolygon::Translate( const Point& rTrans ) in Translate()
479 DBG_CHKTHIS( PolyPolygon, NULL ); in Translate()
495 void PolyPolygon::Scale( double fScaleX, double fScaleY ) in Scale()
497 DBG_CHKTHIS( PolyPolygon, NULL ); in Scale()
513 void PolyPolygon::Rotate( const Point& rCenter, sal_uInt16 nAngle10 ) in Rotate()
515 DBG_CHKTHIS( PolyPolygon, NULL ); in Rotate()
527 void PolyPolygon::Rotate( const Point& rCenter, double fSin, double fCos ) in Rotate()
529 DBG_CHKTHIS( PolyPolygon, NULL ); in Rotate()
545 void PolyPolygon::SlantX( long nYRef, double fSin, double fCos ) in SlantX()
547 DBG_CHKTHIS( PolyPolygon, NULL ); in SlantX()
563 void PolyPolygon::SlantY( long nXRef, double fSin, double fCos ) in SlantY()
565 DBG_CHKTHIS( PolyPolygon, NULL ); in SlantY()
581 void PolyPolygon::Distort( const Rectangle& rRefRect, const Polygon& rDistortedRect ) in Distort()
583 DBG_CHKTHIS( PolyPolygon, NULL ); in Distort()
600 void PolyPolygon::Clip( const Rectangle& rRect ) in Clip()
629 Rectangle PolyPolygon::GetBoundRect() const in GetBoundRect()
631 DBG_CHKTHIS( PolyPolygon, NULL ); in GetBoundRect()
675 Polygon& PolyPolygon::operator[]( sal_uInt16 nPos ) in operator []()
677 DBG_CHKTHIS( PolyPolygon, NULL ); in operator []()
691 PolyPolygon& PolyPolygon::operator=( const PolyPolygon& rPolyPoly ) in operator =()
693 DBG_CHKTHIS( PolyPolygon, NULL ); in operator =()
694 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in operator =()
710 sal_Bool PolyPolygon::operator==( const PolyPolygon& rPolyPoly ) const in operator ==()
712 DBG_CHKTHIS( PolyPolygon, NULL ); in operator ==()
713 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in operator ==()
723 sal_Bool PolyPolygon::IsEqual( const PolyPolygon& rPolyPoly ) const in IsEqual()
745 SvStream& operator>>( SvStream& rIStream, PolyPolygon& rPolyPoly ) in operator >>()
747 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in operator >>()
775 rPolyPoly = PolyPolygon(); in operator >>()
782 SvStream& operator<<( SvStream& rOStream, const PolyPolygon& rPolyPoly ) in operator <<()
784 DBG_CHKOBJ( &rPolyPoly, PolyPolygon, NULL ); in operator <<()
800 void PolyPolygon::Read( SvStream& rIStream ) in Read()
804 DBG_CHKTHIS( PolyPolygon, NULL ); in Read()
832 *this = PolyPolygon(); in Read()
837 void PolyPolygon::Write( SvStream& rOStream ) const in Write()
841 DBG_CHKTHIS( PolyPolygon, NULL ); in Write()
855 basegfx::B2DPolyPolygon PolyPolygon::getB2DPolyPolygon() const in getB2DPolyPolygon()
870 PolyPolygon::PolyPolygon(const basegfx::B2DPolyPolygon& rPolyPolygon) in PolyPolygon() function in PolyPolygon
872 DBG_CTOR( PolyPolygon, NULL ); in PolyPolygon()