Searched refs:_rLeft (Results 1 – 8 of 8) sorted by relevance
/trunk/main/comphelper/source/misc/ |
H A D | types.cxx | 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 ==() 65 return ( _rLeft.Day == _rRight.Day) && in operator ==() 66 ( _rLeft.Month == _rRight.Month) && in operator ==() 67 ( _rLeft.Year == _rRight.Year) ; in operator ==() 76 ( _rLeft.Hours == _rRight.Hours) ; in operator ==() [all …]
|
/trunk/main/unotools/source/misc/ |
H A D | datetime.cxx | 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 ==() 100 return ( _rLeft.Day == _rRight.Day) && in operator ==() 101 ( _rLeft.Month == _rRight.Month) && in operator ==() 102 ( _rLeft.Year == _rRight.Year) ; in operator ==() 109 ( _rLeft.Seconds == _rRight.Seconds) && in operator ==() [all …]
|
/trunk/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::Fo… 64 …inline sal_Bool operator !=(const starawt::FontDescriptor& _rLeft, const starawt::FontDescriptor& … in operator !=() argument 66 return !(_rLeft == _rRight); in operator !=()
|
/trunk/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()
|
/trunk/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()
|
/trunk/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 ()()
|
Completed in 52 milliseconds