Lines Matching refs:B2DPolyRange
54 class B2DPolyRange class
59 B2DPolyRange();
60 ~B2DPolyRange();
64 explicit B2DPolyRange( const ElementType& rElement );
65 B2DPolyRange( const B2DRange& rRange, B2VectorOrientation eOrient );
66 B2DPolyRange( const B2DPolyRange& );
67 B2DPolyRange& operator=( const B2DPolyRange& );
72 bool operator==(const B2DPolyRange&) const;
73 bool operator!=(const B2DPolyRange&) const;
89 void insertPolyRange(sal_uInt32 nIndex, const B2DPolyRange&);
90 void appendPolyRange(const B2DPolyRange&);