Lines Matching refs:ScriptEvent
60 using ::com::sun::star::script::ScriptEvent;
95 virtual void SAL_CALL firing( const ScriptEvent& aEvent ) throw (RuntimeException);
96 …virtual Any SAL_CALL approveFiring( const ScriptEvent& aEvent ) throw (InvocationTargetException, …
138 …_doFireScriptEvent_nothrow( ::osl::ClearableMutexGuard& _rGuard, const ScriptEvent& _rEvent, Any* …
141 DECL_LINK( OnAsyncScriptEvent, ScriptEvent* );
164 void doFireScriptEvent( const ScriptEvent& _rEvent, Any* _pSyncronousResult );
222 …_doFireScriptEvent_nothrow( ::osl::ClearableMutexGuard& _rGuard, const ScriptEvent& _rEvent, Any* … in impl_doFireScriptEvent_nothrow()
232 void SAL_CALL FormScriptListener::firing( const ScriptEvent& _rEvent ) throw (RuntimeException) in firing()
250 …:PostUserEvent( LINK( this, FormScriptListener, OnAsyncScriptEvent ), new ScriptEvent( _rEvent ) ); in firing()
254 …Any SAL_CALL FormScriptListener::approveFiring( const ScriptEvent& _rEvent ) throw (InvocationTarg… in approveFiring()
279 IMPL_LINK( FormScriptListener, OnAsyncScriptEvent, ScriptEvent*, _pEvent ) in IMPL_LINK() argument
421 …void FormScriptingEnvironment::doFireScriptEvent( const ScriptEvent& _rEvent, Any* _pSyncronousRes… in doFireScriptEvent()