Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/inc/
H A Dftools.hxx187 inline bool operator==( const ScfRef< Type >& rxRef1, const ScfRef< Type >& rxRef2 ) in operator ==() argument
189 return rxRef1.get() == rxRef2.get(); in operator ==()
193 inline bool operator!=( const ScfRef< Type >& rxRef1, const ScfRef< Type >& rxRef2 ) in operator !=() argument
195 return rxRef1.get() != rxRef2.get(); in operator !=()
199 inline bool operator<( const ScfRef< Type >& rxRef1, const ScfRef< Type >& rxRef2 ) in operator <() argument
201 return rxRef1.get() < rxRef2.get(); in operator <()
205 inline bool operator>( const ScfRef< Type >& rxRef1, const ScfRef< Type >& rxRef2 ) in operator >() argument
207 return rxRef1.get() > rxRef2.get(); in operator >()
211 inline bool operator<=( const ScfRef< Type >& rxRef1, const ScfRef< Type >& rxRef2 ) in operator <=() argument
213 return rxRef1.get() <= rxRef2.get(); in operator <=()
[all …]

Completed in 21 milliseconds