Lines Matching refs:B2DRange

55                               (void (B2DRange::*)(const B2DRange&))(  in updateBounds()
56 &B2DRange::expand), in updateBounds()
74 explicit ImplB2DPolyRange( const B2DRange& rRange, B2VectorOrientation eOrient ) : in ImplB2DPolyRange()
103 void setElement(sal_uInt32 nIndex, const B2DRange& rRange, B2VectorOrientation eOrient ) in setElement()
117 …void insertElement(sal_uInt32 nIndex, const B2DRange& rRange, B2VectorOrientation eOrient, sal_uIn… in insertElement()
131 void appendElement(const B2DRange& rRange, B2VectorOrientation eOrient, sal_uInt32 nCount) in appendElement()
165 std::vector<B2DRange> aTmpRanges; in clear()
183 B2DRange getBounds() const in getBounds()
196 std::vector<B2DRange>::const_iterator aCurr( maRanges.begin() ); in isInside()
197 const std::vector<B2DRange>::const_iterator aEnd ( maRanges.end() ); in isInside()
205 bool overlaps( const B2DRange& rRange ) const in overlaps()
210 const std::vector<B2DRange>::const_iterator aEnd( maRanges.end() ); in overlaps()
213 boost::bind<bool>( boost::mem_fn( &B2DRange::overlaps ), in overlaps()
223 const B2DRange* begin() const in begin()
231 const B2DRange* end() const in end()
239 B2DRange* begin() in begin()
247 B2DRange* end() in end()
256 B2DRange maBounds;
257 std::vector<B2DRange> maRanges;
272 B2DPolyRange::B2DPolyRange( const B2DRange& rRange, B2VectorOrientation eOrient ) : in B2DPolyRange()
319 …void B2DPolyRange::setElement(sal_uInt32 nIndex, const B2DRange& rRange, B2VectorOrientation eOrie… in setElement()
329 …void B2DPolyRange::insertElement(sal_uInt32 nIndex, const B2DRange& rRange, B2VectorOrientation eO… in insertElement()
339 …void B2DPolyRange::appendElement(const B2DRange& rRange, B2VectorOrientation eOrient, sal_uInt32 n… in appendElement()
369 B2DRange B2DPolyRange::getBounds() const in getBounds()
379 bool B2DPolyRange::isInside( const B2DRange& rRange ) const in isInside()
384 bool B2DPolyRange::overlaps( const B2DRange& rRange ) const in overlaps()
394 const B2DRange* B2DPolyRange::begin() const in begin()
399 const B2DRange* B2DPolyRange::end() const in end()
404 B2DRange* B2DPolyRange::begin() in begin()
409 B2DRange* B2DPolyRange::end() in end()