Lines Matching refs:firing_impl
70 virtual void firing_impl( const script::ScriptEvent& aScriptEvent, uno::Any* pRet );
78 virtual void firing_impl( const script::ScriptEvent& aScriptEvent, uno::Any* pRet );
90 virtual void firing_impl( const script::ScriptEvent& aScriptEvent, uno::Any* pRet );
107 virtual void firing_impl( const script::ScriptEvent& aScriptEvent, uno::Any* pRet );
138 …void DialogVBAScriptListenerImpl::firing_impl( const script::ScriptEvent& aScriptEvent, uno::Any* ) in firing_impl() function in dlgprov::DialogVBAScriptListenerImpl
371 void DialogAllListenerImpl::firing_impl( const AllEventObject& Event, Any* pRet ) in firing_impl() function in dlgprov::DialogAllListenerImpl
407 firing_impl( Event, NULL ); in firing()
418 firing_impl( Event, &aReturn ); in approveFiring()
448 void DialogSFScriptListenerImpl::firing_impl( const ScriptEvent& aScriptEvent, Any* pRet ) in firing_impl() function in dlgprov::DialogSFScriptListenerImpl
507 void DialogLegacyScriptListenerImpl::firing_impl( const ScriptEvent& aScriptEvent, Any* pRet ) in firing_impl() function in dlgprov::DialogLegacyScriptListenerImpl
525 DialogSFScriptListenerImpl::firing_impl( aSFScriptEvent, pRet ); in firing_impl()
529 void DialogUnoScriptListenerImpl::firing_impl( const ScriptEvent& aScriptEvent, Any* pRet ) in firing_impl() function in dlgprov::DialogUnoScriptListenerImpl
653 firing_impl( aScriptEvent, NULL ); in firing()
664 firing_impl( aScriptEvent, &aReturn ); in approveFiring()