Searched refs:BasicRange (Results 1 – 8 of 8) sorted by relevance
34 template< typename T, typename Traits > class BasicRange class44 BasicRange() : in BasicRange() function in basegfx::BasicRange50 BasicRange( T nValue ) : in BasicRange() function in basegfx::BasicRange56 BasicRange(const BasicRange& rRange) : in BasicRange() function in basegfx::BasicRange100 bool isInside(const BasicRange& rRange) const in isInside()119 bool overlaps(const BasicRange& rRange) const in overlaps()138 bool overlapsMore(const BasicRange& rRange) const in overlapsMore()146 bool operator==( const BasicRange& rRange ) const in operator ==()151 bool operator!=( const BasicRange& rRange ) const in operator !=()156 BasicRange& operator=(const BasicRange& rRange) in operator =()[all …]
40 class BASEGFX_DLLPUBLIC BasicBox : public BasicRange< sal_Int32, Int32Traits >42 typedef BasicRange< sal_Int32, Int32Traits > Base;
35 ::basegfx::BasicRange< sal_Int32, Int32Traits > maRange;
37 ::basegfx::BasicRange< double, DoubleTraits > maRange;
220 typedef ::basegfx::BasicRange< ValueType, TraitsType > MyBasicRange;
254 typedef ::basegfx::BasicRange< ValueType, TraitsType > MyBasicRange;
38 typedef ::basegfx::BasicRange< sal_Int32, Int32Traits > MyBasicRange;
41 typedef ::basegfx::BasicRange< double, DoubleTraits > MyBasicRange;