Lines Matching refs:event

3143 sal_Bool SAL_CALL ODatabaseForm::approveCursorMove(const EventObject& event) throw( RuntimeExceptio…  in approveCursorMove()  argument
3146 if (event.Source == InterfaceRef(static_cast<XWeak*>(this))) in approveCursorMove()
3160 if ( !xListener->approveCursorMove( event ) ) in approveCursorMove()
3182 if ( !impl_approveRowChange_throw( event, false, aGuard ) ) in approveCursorMove()
3189 sal_Bool SAL_CALL ODatabaseForm::approveRowChange(const RowChangeEvent& event) throw( RuntimeExcept… in approveRowChange() argument
3192 if (event.Source == InterfaceRef(static_cast<XWeak*>(this))) in approveRowChange()
3206 if ( !xListener->approveRowChange( event ) ) in approveRowChange()
3226 sal_Bool SAL_CALL ODatabaseForm::approveRowSetChange(const EventObject& event) throw( RuntimeExcept… in approveRowSetChange() argument
3228 …if (event.Source == InterfaceRef(static_cast<XWeak*>(this))) // ignore our aggregate as we handle … in approveRowSetChange()
3232 if ( !impl_approveRowChange_throw( event, false, aGuard ) ) in approveRowSetChange()
3237 m_aLoadListeners.notifyEach( &XLoadListener::reloading, event ); in approveRowSetChange()
3246 if ( !impl_approveRowChange_throw( event, false, aGuard ) ) in approveRowSetChange()
3329 EventObject event(static_cast< XWeak* >(this)); in executeWithCompletion() local
3330 if ( !impl_approveRowChange_throw( event, true, aGuard ) ) in executeWithCompletion()
3355 EventObject event(static_cast< XWeak* >(this)); in execute() local
3356 if ( !impl_approveRowChange_throw( event, true, aGuard ) ) in execute()