Searched refs:_rRH (Results 1 – 8 of 8) sorted by relevance
365 if(&_rRH == this) in operator =()368 if ( m_eTypeKind != _rRH.m_eTypeKind || (_rRH.m_bNull && !m_bNull) || m_bSigned != _rRH.m_bSigned) in operator =()388 if ( _rRH.m_bSigned ) in operator =()431 if ( _rRH.m_bSigned ) in operator =()437 if ( _rRH.m_bSigned ) in operator =()443 if ( _rRH.m_bSigned ) in operator =()456 else if(!_rRH.m_bNull) in operator =()767 return _rLH.Day == _rRH.Day && _rLH.Month == _rRH.Month && _rLH.Year == _rRH.Year; in operator ==()773 …return _rLH.Minutes == _rRH.Minutes && _rLH.Hours == _rRH.Hours && _rLH.Seconds == _rRH.Seconds &&… in operator ==()779 return _rLH.Day == _rRH.Day && _rLH.Month == _rRH.Month && _rLH.Year == _rRH.Year && in operator ==()[all …]
89 operator=(_rRH); in ORowSetValue()100 operator=(_rRH); in ORowSetValue()111 operator=(_rRH); in ORowSetValue()122 operator=(_rRH); in ORowSetValue()133 operator=(_rRH); in ORowSetValue()143 operator=(_rRH); in ORowSetValue()153 operator=(_rRH); in ORowSetValue()163 operator=(_rRH); in ORowSetValue()174 operator=(_rRH); in ORowSetValue()185 operator=(_rRH); in ORowSetValue()[all …]
85 ORefVector(const ORefVector& _rRH) : m_vector(_rRH.m_vector),m_refCount(0) in ORefVector() argument88 ORefVector& operator=(const ORefVector& _rRH) in operator =() argument90 if ( &_rRH != this ) in operator =()92 m_vector = _rRH.m_vector; in operator =()
39 : m_aIter(_rRH.m_aIter) in ORowSetCacheIterator()40 , m_pCache(_rRH.m_pCache) in ORowSetCacheIterator()41 ,m_pRowSet(_rRH.m_pRowSet) in ORowSetCacheIterator()53 if(this == &_rRH) in operator =()56 m_pCache = _rRH.m_pCache; in operator =()57 m_aIter = _rRH.m_aIter; in operator =()58 m_pRowSet = _rRH.m_pRowSet; in operator =()103 return m_aIter->second.aIterator <= _rRH; in operator <=()108 return m_aIter->second.aIterator < _rRH; in operator <()113 return m_aIter->second.aIterator != _rRH; in operator !=()[all …]
61 ORowSetCacheIterator(const ORowSetCacheIterator& _rRH);74 bool operator <=(const ORowSetMatrix::iterator& _rRH) const;75 bool operator <(const ORowSetMatrix::iterator& _rRH) const;76 bool operator !=(const ORowSetMatrix::iterator& _rRH) const;77 bool operator ==(const ORowSetMatrix::iterator& _rRH) const;
50 ORowSetOldRowHelper& operator=(const ORowSetOldRowHelper& _rRH);85 sal_Bool operator ()(const ORowSetRow& _rRH) in operator ()() argument87 switch((_rRH->get())[0].getTypeKind()) in operator ()()92 return comphelper::getINT32(m_rAny) == (sal_Int32)(_rRH->get())[0]; in operator ()()97 return aSeq == (_rRH->get())[0]; in operator ()()
77 const ::com::sun::star::uno::Sequence<sal_Int8>& _rRH) const in operator ()()79 if(_rLH.getLength() == _rRH.getLength()) in operator ()()85 const sal_Int8* pRHBack = _rRH.getConstArray() + nCount - 1; in operator ()()101 …onst sal_Int32*>(_rLH.getConstArray()) < *reinterpret_cast<const sal_Int32*>(_rRH.getConstArray()); in operator ()()105 return _rLH.getLength() < _rRH.getLength(); in operator ()()
81 inline sal_Bool operator == ( const ::rtl::OUString & _rRH ) in operator ==() argument83 return m_aCase(m_Name,_rRH); in operator ==()
Completed in 40 milliseconds