Home
last modified time | relevance | path

Searched refs:BasicRange (Results 1 – 8 of 8) sorted by relevance

/trunk/main/basegfx/inc/basegfx/range/
H A Dbasicrange.hxx34 template< typename T, typename Traits > class BasicRange class
44 BasicRange() : in BasicRange() function in basegfx::BasicRange
50 BasicRange( T nValue ) : in BasicRange() function in basegfx::BasicRange
56 BasicRange(const BasicRange& rRange) : in BasicRange() function in basegfx::BasicRange
100 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 …]
H A Dbasicbox.hxx40 class BASEGFX_DLLPUBLIC BasicBox : public BasicRange< sal_Int32, Int32Traits >
42 typedef BasicRange< sal_Int32, Int32Traits > Base;
H A Db1irange.hxx35 ::basegfx::BasicRange< sal_Int32, Int32Traits > maRange;
H A Db1drange.hxx37 ::basegfx::BasicRange< double, DoubleTraits > maRange;
H A Db2irange.hxx220 typedef ::basegfx::BasicRange< ValueType, TraitsType > MyBasicRange;
H A Db2drange.hxx254 typedef ::basegfx::BasicRange< ValueType, TraitsType > MyBasicRange;
H A Db3irange.hxx38 typedef ::basegfx::BasicRange< sal_Int32, Int32Traits > MyBasicRange;
H A Db3drange.hxx41 typedef ::basegfx::BasicRange< double, DoubleTraits > MyBasicRange;