Lines Matching refs:_rEvent

293 void SAL_CALL OControl::disposing(const com::sun::star::lang::EventObject& _rEvent) throw (RuntimeE…  in disposing()  argument
299 if (xAggAsIface != Reference< XInterface >(_rEvent.Source, UNO_QUERY)) in disposing()
303 xListener->disposing(_rEvent); in disposing()
1643 void SAL_CALL OBoundControlModel::disposing(const com::sun::star::lang::EventObject& _rEvent) throw… in disposing() argument
1647 if ( _rEvent.Source == getField() ) in disposing()
1651 else if ( _rEvent.Source == m_xLabelControl ) in disposing()
1659 else if ( _rEvent.Source == m_xExternalBinding ) in disposing()
1663 else if ( _rEvent.Source == m_xValidator ) in disposing()
1669 OControlModel::disposing(_rEvent); in disposing()
2282 void SAL_CALL OBoundControlModel::loaded( const EventObject& _rEvent ) throw(RuntimeException) in loaded() argument
2287 …OSL_ENSURE( _rEvent.Source == m_xAmbientForm, "OBoundControlModel::loaded: where does this come fr… in loaded()
2288 (void)_rEvent; in loaded()
2329 void SAL_CALL OBoundControlModel::reloaded( const EventObject& _rEvent ) throw(RuntimeException) in reloaded() argument
2334 …OSL_ENSURE( _rEvent.Source == m_xAmbientForm, "OBoundControlModel::reloaded: where does this come … in reloaded()
2335 (void)_rEvent; in reloaded()
2780 void SAL_CALL OBoundControlModel::modified( const EventObject& _rEvent ) throw ( RuntimeException ) in modified() argument
2785 … if ( !m_bTransferingValue && ( m_xExternalBinding == _rEvent.Source ) && m_xExternalBinding.is() ) in modified()