Home
last modified time | relevance | path

Searched refs:B3IRange (Results 1 – 5 of 5) sorted by relevance

/trunk/main/basegfx/inc/basegfx/range/
H A Db3irange.hxx36 class BASEGFX_DLLPUBLIC B3IRange class
45 B3IRange() in B3IRange() function in basegfx::B3IRange
49 explicit B3IRange(const B3ITuple& rTuple) in B3IRange() function in basegfx::B3IRange
56 B3IRange(sal_Int32 x1, in B3IRange() function in basegfx::B3IRange
71 B3IRange(const B3ITuple& rTuple1, in B3IRange() function in basegfx::B3IRange
80 B3IRange(const B3IRange& rRange) in B3IRange() function in basegfx::B3IRange
99 bool operator==( const B3IRange& rRange ) const in operator ==()
106 bool operator!=( const B3IRange& rRange ) const in operator !=()
113 B3IRange& operator=(const B3IRange& rRange) in operator =()
211 bool isInside(const B3IRange& rRange) const in isInside()
[all …]
H A Db3drange.hxx36 class B3IRange;
90 explicit B3DRange(const B3IRange& rRange);
295 BASEGFX_DLLPUBLIC B3IRange fround(const B3DRange& rRange);
H A Db3ivolume.hxx33 typedef B3IRange B3IBox;
H A Drangeexpander.hxx74 typedef RangeExpander< B3IRange > B3IRangeExpander;
/trunk/main/basegfx/source/range/
H A Db3drange.cxx33 B3DRange::B3DRange(const B3IRange& rRange) : in B3DRange()
67 B3IRange fround(const B3DRange& rRange ) in fround()
70 B3IRange() : in fround()
71 B3IRange(fround(rRange.getMinX()), in fround()