Searched refs:_rLeft (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/comphelper/source/misc/ |
| H A D | types.cxx | 51 sal_Bool operator ==(const DateTime& _rLeft, const DateTime& _rRight) in operator ==() argument 53 return ( _rLeft.HundredthSeconds == _rRight.HundredthSeconds) && in operator ==() 54 ( _rLeft.Seconds == _rRight.Seconds) && in operator ==() 55 ( _rLeft.Minutes == _rRight.Minutes) && in operator ==() 56 ( _rLeft.Hours == _rRight.Hours) && in operator ==() 57 ( _rLeft.Day == _rRight.Day) && in operator ==() 58 ( _rLeft.Month == _rRight.Month) && in operator ==() 59 ( _rLeft.Year == _rRight.Year) ; in operator ==() 63 sal_Bool operator ==(const Date& _rLeft, const Date& _rRight) in operator ==() argument 65 return ( _rLeft.Day == _rRight.Day) && in operator ==() [all …]
|
| /AOO41X/main/unotools/source/misc/ |
| H A D | datetime.cxx | 86 sal_Bool operator ==(const starutil::DateTime& _rLeft, const starutil::DateTime& _rRight) in operator ==() argument 88 return ( _rLeft.HundredthSeconds == _rRight.HundredthSeconds) && in operator ==() 89 ( _rLeft.Seconds == _rRight.Seconds) && in operator ==() 90 ( _rLeft.Minutes == _rRight.Minutes) && in operator ==() 91 ( _rLeft.Hours == _rRight.Hours) && in operator ==() 92 ( _rLeft.Day == _rRight.Day) && in operator ==() 93 ( _rLeft.Month == _rRight.Month) && in operator ==() 94 ( _rLeft.Year == _rRight.Year) ; in operator ==() 98 sal_Bool operator ==(const starutil::Date& _rLeft, const starutil::Date& _rRight) in operator ==() argument 100 return ( _rLeft.Day == _rRight.Day) && in operator ==() [all …]
|
| /AOO41X/main/comphelper/inc/comphelper/ |
| H A D | sequence.hxx | 72 …staruno::Sequence<T> concatSequences(const staruno::Sequence<T>& _rLeft, const staruno::Sequence<T… in concatSequences() argument 74 sal_Int32 nLeft(_rLeft.getLength()), nRight(_rRight.getLength()); in concatSequences() 75 const T* pLeft = _rLeft.getConstArray(); in concatSequences() 91 …staruno::Sequence<T> concatSequences(const staruno::Sequence<T>& _rLeft, const staruno::Sequence<T… in concatSequences() argument 93 … sal_Int32 nLeft(_rLeft.getLength()), nMiddle(_rMiddle.getLength()), nRight(_rRight.getLength()); in concatSequences() 94 const T* pLeft = _rLeft.getConstArray(); in concatSequences()
|
| H A D | types.hxx | 63 …COMPHELPER_DLLPUBLIC sal_Bool operator ==(const starawt::FontDescriptor& _rLeft, const starawt::… 64 …inline sal_Bool operator !=(const starawt::FontDescriptor& _rLeft, const starawt::FontDescript… in operator !=() argument 66 return !(_rLeft == _rRight); in operator !=()
|
| /AOO41X/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/ |
| H A D | OSubComponent.hxx | 193 …o::Sequence<T> concatSequences(const ::com::sun::star::uno::Sequence<T>& _rLeft, const ::com::sun:… in concatSequences() argument 195 sal_Int32 nLeft(_rLeft.getLength()), nRight(_rRight.getLength()); in concatSequences() 196 const T* pLeft = _rLeft.getConstArray(); in concatSequences()
|
| /AOO41X/main/mysqlc/source/ |
| H A D | mysqlc_subcomponent.hxx | 200 …o::Sequence<T> concatSequences(const ::com::sun::star::uno::Sequence<T>& _rLeft, const ::com::sun:… in concatSequences() argument 202 sal_Int32 nLeft(_rLeft.getLength()), nRight(_rRight.getLength()); in concatSequences() 203 const T* pLeft = _rLeft.getConstArray(); in concatSequences()
|
| /AOO41X/main/xmloff/source/forms/ |
| H A D | controlpropertymap.cxx | 102 sal_Bool operator()(const XMLPropertyMapEntry& _rLeft, const XMLPropertyMapEntry& _rRight) in operator ()() 104 return strcmp(_rLeft.msApiName, _rRight.msApiName) < 0; in operator ()()
|
| H A D | elementimport.cxx | 90 sal_Bool operator()(const PropertyValue& _rLeft, const PropertyValue& _rRight) in operator ()() 92 return _rLeft.Name < _rRight.Name; in operator ()()
|