Searched refs:B2DPolyRange (Results 1 – 7 of 7) sorted by relevance
261 B2DPolyRange::B2DPolyRange() : in B2DPolyRange() function in basegfx::B2DPolyRange265 B2DPolyRange::~B2DPolyRange() in ~B2DPolyRange()268 B2DPolyRange::B2DPolyRange( const ElementType& rElem ) : in B2DPolyRange() function in basegfx::B2DPolyRange272 B2DPolyRange::B2DPolyRange( const B2DRange& rRange, B2VectorOrientation eOrient ) : in B2DPolyRange() function in basegfx::B2DPolyRange276 B2DPolyRange::B2DPolyRange( const B2DPolyRange& rRange ) : in B2DPolyRange() function in basegfx::B2DPolyRange280 B2DPolyRange& B2DPolyRange::operator=( const B2DPolyRange& rRange ) in operator =()291 bool B2DPolyRange::operator==(const B2DPolyRange& rRange) const in operator ==()299 bool B2DPolyRange::operator!=(const B2DPolyRange& rRange) const in operator !=()309 B2DPolyRange::ElementType B2DPolyRange::getElement(sal_uInt32 nIndex) const in getElement()344 void B2DPolyRange::insertPolyRange(sal_uInt32 nIndex, const B2DPolyRange& rRange) in insertPolyRange()[all …]
54 class B2DPolyRange class59 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&);[all …]
73 B2DPolyRange aDisjunctRanges;74 B2DPolyRange aEqualRanges;75 B2DPolyRange aIntersectionN;76 B2DPolyRange aIntersectionE;77 B2DPolyRange aIntersectionS;78 B2DPolyRange aIntersectionW;79 B2DPolyRange aIntersectionNE;80 B2DPolyRange aIntersectionSE;81 B2DPolyRange aIntersectionSW;82 B2DPolyRange aIntersectionNW;[all …]
286 B2DPolyRange aRange; in check()
35 class B2DPolyRange;
293 basegfx::B2DPolyRange maUpdateAreas;
495 mutable B2DPolyRange maPendingRanges;
Completed in 49 milliseconds