Lines Matching refs:_rRHS
93 sal_Bool operator == ( const util::DateTime& _rLHS, const util::DateTime& _rRHS ) in operator ==() argument
95 return _rLHS.HundredthSeconds == _rRHS.HundredthSeconds in operator ==()
96 && _rLHS.Seconds == _rRHS.Seconds in operator ==()
97 && _rLHS.Minutes == _rRHS.Minutes in operator ==()
98 && _rLHS.Hours == _rRHS.Hours in operator ==()
99 && _rLHS.Day == _rRHS.Day in operator ==()
100 && _rLHS.Month == _rRHS.Month in operator ==()
101 && _rLHS.Year == _rRHS.Year; in operator ==()
105 sal_Bool operator != ( const util::DateTime& _rLHS, const util::DateTime& _rRHS ) in operator !=() argument
107 return !( _rLHS == _rRHS ); in operator !=()
257 …rator() (const ::vos::ORef< TemplateContent >& _rLHS, const ::vos::ORef< TemplateContent >& _rRHS ) in operator ()()
259 if ( !_rLHS.isValid() || !_rRHS.isValid() ) in operator ()()
266 if ( _rLHS->getURL() != _rRHS->getURL() ) in operator ()()
269 if ( _rLHS->getModDate() != _rRHS->getModDate() ) in operator ()()
272 if ( _rLHS->getSubContents().size() != _rRHS->getSubContents().size() ) in operator ()()
281 _rRHS->getSubContents().begin(), in operator ()()
506 …tic sal_Bool equalStates( const TemplateFolderContent& _rLHS, const TemplateFolderContent& _rRHS );
557 …derCacheImpl::equalStates( const TemplateFolderContent& _rLHS, const TemplateFolderContent& _rRHS ) in equalStates() argument
559 if ( _rLHS.size() != _rRHS.size() ) in equalStates()
568 _rRHS.begin(), in equalStates()