Lines Matching refs:EventObject

293 void SAL_CALL OControl::disposing(const com::sun::star::lang::EventObject& _rEvent) throw (RuntimeE…  in disposing()
487 void SAL_CALL OBoundControl::disposing(const EventObject& Source) throw (RuntimeException) in disposing()
792 void SAL_CALL OControlModel::disposing(const com::sun::star::lang::EventObject& _rSource) throw (Ru… in disposing()
1502 com::sun::star::lang::EventObject aEvt( static_cast< XWeak* >( this ) ); in disposing()
1643 void SAL_CALL OBoundControlModel::disposing(const com::sun::star::lang::EventObject& _rEvent) throw… in disposing()
2008 void SAL_CALL OBoundControlModel::onRowSetChanged( const EventObject& /*i_Event*/ ) throw (RuntimeE… in onRowSetChanged() argument
2070 EventObject aEvent; in commit()
2282 void SAL_CALL OBoundControlModel::loaded( const EventObject& _rEvent ) throw(RuntimeException) in loaded()
2299 void SAL_CALL OBoundControlModel::unloaded( const com::sun::star::lang::EventObject& /*aEvent*/ ) t… in unloaded() argument
2305 void SAL_CALL OBoundControlModel::reloading( const com::sun::star::lang::EventObject& /*aEvent*/ ) … in reloading() argument
2316 void SAL_CALL OBoundControlModel::unloading(const com::sun::star::lang::EventObject& /*aEvent*/) th… in unloading() argument
2329 void SAL_CALL OBoundControlModel::reloaded( const EventObject& _rEvent ) throw(RuntimeException) in reloaded()
2780 void SAL_CALL OBoundControlModel::modified( const EventObject& _rEvent ) throw ( RuntimeException ) in modified()
3020 void SAL_CALL OBoundControlModel::validityConstraintChanged( const EventObject& /*Source*/ ) throw … in validityConstraintChanged() argument
3080 …ach( &validation::XFormComponentValidityListener::componentValidityChanged, EventObject( *this ) ); in recheckValidity()