Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/misc/
H A Dtypes.cxx54 ( _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 Ddatetime.cxx89 ( _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 Dsequence.hxx72 …equence<T> concatSequences(const staruno::Sequence<T>& _rLeft, const staruno::Sequence<T>& _rRight) in concatSequences() argument
74 sal_Int32 nLeft(_rLeft.getLength()), nRight(_rRight.getLength()); in concatSequences()
76 const T* pRight = _rRight.getConstArray(); in concatSequences()
91 …no::Sequence<T>& _rLeft, const staruno::Sequence<T>& _rMiddle, const staruno::Sequence<T>& _rRight) in concatSequences() argument
93 sal_Int32 nLeft(_rLeft.getLength()), nMiddle(_rMiddle.getLength()), nRight(_rRight.getLength()); in concatSequences()
96 const T* pRight = _rRight.getConstArray(); in concatSequences()
H A Dtypes.hxx63 …al_Bool operator ==(const starawt::FontDescriptor& _rLeft, const starawt::FontDescriptor& _rRight);
64 …sal_Bool operator !=(const starawt::FontDescriptor& _rLeft, const starawt::FontDescriptor& _rRight) in operator !=() argument
66 return !(_rLeft == _rRight); in operator !=()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DOSubComponent.hxx193 …onst ::com::sun::star::uno::Sequence<T>& _rLeft, const ::com::sun::star::uno::Sequence<T>& _rRight) in concatSequences() argument
195 sal_Int32 nLeft(_rLeft.getLength()), nRight(_rRight.getLength()); in concatSequences()
197 const T* pRight = _rRight.getConstArray(); in concatSequences()
/trunk/main/mysqlc/source/
H A Dmysqlc_subcomponent.hxx200 …onst ::com::sun::star::uno::Sequence<T>& _rLeft, const ::com::sun::star::uno::Sequence<T>& _rRight) in concatSequences() argument
202 sal_Int32 nLeft(_rLeft.getLength()), nRight(_rRight.getLength()); in concatSequences()
204 const T* pRight = _rRight.getConstArray(); in concatSequences()
/trunk/main/xmloff/source/forms/
H A Dcontrolpropertymap.cxx102 sal_Bool operator()(const XMLPropertyMapEntry& _rLeft, const XMLPropertyMapEntry& _rRight) in operator ()()
104 return strcmp(_rLeft.msApiName, _rRight.msApiName) < 0; in operator ()()
H A Delementimport.cxx90 sal_Bool operator()(const PropertyValue& _rLeft, const PropertyValue& _rRight) in operator ()()
92 return _rLeft.Name < _rRight.Name; in operator ()()

Completed in 42 milliseconds