Searched refs:_rLH (Results 1 – 2 of 2) sorted by relevance
765 sal_Bool operator==(const Date& _rLH,const Date& _rRH) in operator ==() argument767 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 ==() argument773 …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 ==() argument779 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 ==()
76 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 24 milliseconds