Home
last modified time | relevance | path

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

/aoo41x/main/svx/source/sdr/contact/
H A Dviewobjectcontactofunocontrol.cxx238 bool operator==( const ControlHolder& _rControl, const Reference< XInterface >& _rxCompare ) in operator ==() argument
240 return _rControl.getControl() == _rxCompare; in operator ==()
244 bool operator==( const Reference< XInterface >& _rxCompare, const ControlHolder& _rControl ) in operator ==() argument
246 return _rxCompare == _rControl.getControl(); in operator ==()
250 bool operator==( const ControlHolder& _rControl, const Any& _rxCompare ) in operator ==() argument
252 return _rControl == Reference< XInterface >( _rxCompare, UNO_QUERY ); in operator ==()
256 bool operator==( const Any& _rxCompare, const ControlHolder& _rControl ) in operator ==() argument
258 return Reference< XInterface >( _rxCompare, UNO_QUERY ) == _rControl; in operator ==()

Completed in 46 milliseconds