Home
last modified time | relevance | path

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

/aoo41x/main/connectivity/source/commontools/
H A DFValue.cxx765 sal_Bool operator==(const Date& _rLH,const Date& _rRH) in operator ==() argument
767 return _rLH.Day == _rRH.Day && _rLH.Month == _rRH.Month && _rLH.Year == _rRH.Year; in operator ==()
771 sal_Bool operator==(const Time& _rLH,const Time& _rRH) in operator ==() argument
773 …return _rLH.Minutes == _rRH.Minutes && _rLH.Hours == _rRH.Hours && _rLH.Seconds == _rRH.Seconds &&… in operator ==()
777 sal_Bool operator==(const DateTime& _rLH,const DateTime& _rRH) in operator ==() argument
779 return _rLH.Day == _rRH.Day && _rLH.Month == _rRH.Month && _rLH.Year == _rRH.Year && in operator ==()
780_rLH.Minutes == _rRH.Minutes && _rLH.Hours == _rRH.Hours && _rLH.Seconds == _rRH.Seconds && _rLH.H… in operator ==()
/aoo41x/main/connectivity/source/inc/odbc/
H A DOResultSet.hxx76 inline bool operator()( const ::com::sun::star::uno::Sequence<sal_Int8>& _rLH, in operator ()()
79 if(_rLH.getLength() == _rRH.getLength()) in operator ()()
81 sal_Int32 nCount = _rLH.getLength(); in operator ()()
84 const sal_Int8* pLHBack = _rLH.getConstArray() + nCount - 1; in operator ()()
101 …return *reinterpret_cast<const sal_Int32*>(_rLH.getConstArray()) < *reinterpret_cast<const sal_Int… in operator ()()
105 return _rLH.getLength() < _rRH.getLength(); in operator ()()

Completed in 17 milliseconds