Lines Matching refs:_rLHS

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 …bool operator() (const ::vos::ORef< TemplateContent >& _rLHS, const ::vos::ORef< TemplateContent >… 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 ()()
275 if ( _rLHS->getSubContents().size() ) in operator ()()
279 _rLHS->getSubContents().begin(), in operator ()()
280 _rLHS->getSubContents().end(), in operator ()()
284 if ( aFirstDifferent.first != _rLHS->getSubContents().end() ) in operator ()()
506 …static sal_Bool equalStates( const TemplateFolderContent& _rLHS, const TemplateFolderContent& _rRH…
557 …sal_Bool TemplateFolderCacheImpl::equalStates( const TemplateFolderContent& _rLHS, const TemplateF… in equalStates() argument
559 if ( _rLHS.size() != _rRHS.size() ) in equalStates()
566 _rLHS.begin(), in equalStates()
567 _rLHS.end(), in equalStates()
572 return aFirstDifferent.first == _rLHS.end(); in equalStates()