Home
last modified time | relevance | path

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

/aoo4110/main/basegfx/inc/basegfx/range/
H A Dbasicrange.hxx44 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 ==()
156 BasicRange& operator=(const BasicRange& rRange) in operator =()
163 bool equal(const BasicRange& rRange) const in equal()
190 void expand(const BasicRange& rRange) in expand()
[all …]
H A Dbasicbox.hxx39 class BasicBox : public BasicRange< sal_Int32, Int32Traits >
41 typedef BasicRange< sal_Int32, Int32Traits > Base;
H A Db1irange.hxx34 ::basegfx::BasicRange< sal_Int32, Int32Traits > maRange;
H A Db1drange.hxx36 ::basegfx::BasicRange< double, DoubleTraits > maRange;
H A Db2irange.hxx219 typedef ::basegfx::BasicRange< ValueType, TraitsType > MyBasicRange;
H A Db2drange.hxx253 typedef ::basegfx::BasicRange< ValueType, TraitsType > MyBasicRange;
H A Db3irange.hxx37 typedef ::basegfx::BasicRange< sal_Int32, Int32Traits > MyBasicRange;
H A Db3drange.hxx40 typedef ::basegfx::BasicRange< double, DoubleTraits > MyBasicRange;

Completed in 41 milliseconds