| /trunk/main/eventattacher/source/ |
| H A D | eventattacher.cxx | 171 aRet = m_xAllListener->approveFiring( aAllEvent ); in invoke() 441 …virtual Any SAL_CALL approveFiring(const AllEventObject& Event) throw( InvocationTargetException, … 522 Any SAL_CALL FilterAllListenerImpl::approveFiring( const AllEventObject& Event ) in approveFiring() function in comp_EventAttacher::FilterAllListenerImpl 529 aRet = m_AllListener->approveFiring( Event ); in approveFiring()
|
| /trunk/main/scripting/source/dlgprov/ |
| H A D | dlgevtatt.cxx | 385 *pRet = m_xScriptListener->approveFiring( aScriptEvent ); in firing_impl() 412 Any DialogAllListenerImpl::approveFiring( const AllEventObject& Event ) in approveFiring() function in dlgprov::DialogAllListenerImpl 658 Any DialogScriptListenerImpl::approveFiring( const ScriptEvent& aScriptEvent ) in approveFiring() function in dlgprov::DialogScriptListenerImpl
|
| H A D | dlgevtatt.hxx | 122 …virtual ::com::sun::star::uno::Any SAL_CALL approveFiring( const ::com::sun::star::script::AllEven… 151 …virtual ::com::sun::star::uno::Any SAL_CALL approveFiring( const ::com::sun::star::script::ScriptE…
|
| /trunk/main/svx/source/form/ |
| H A D | fmscriptingenv.cxx | 96 …virtual Any SAL_CALL approveFiring( const ScriptEvent& aEvent ) throw (InvocationTargetException, … 254 …Any SAL_CALL FormScriptListener::approveFiring( const ScriptEvent& _rEvent ) throw (InvocationTarg… in approveFiring() function in svxform::FormScriptListener
|
| H A D | fmundo.cxx | 107 …virtual Any SAL_CALL approveFiring(const ScriptEvent& evt) throw( com::sun::star::reflection::Invo… in approveFiring() function in ScriptEventListenerWrapper 112 return m_vbaListener->approveFiring( evt ); in approveFiring()
|
| /trunk/main/comphelper/source/eventattachermgr/ |
| H A D | eventattachermgr.cxx | 205 …virtual Any SAL_CALL approveFiring(const AllEventObject& Event) throw( InvocationTargetException, … 295 Any SAL_CALL AttacherAllListener_Impl::approveFiring( const AllEventObject& Event ) in approveFiring() function in comphelper::AttacherAllListener_Impl 312 aRet = ((XScriptListener *)aIt.next())->approveFiring( aScriptEvent ); in approveFiring()
|
| /trunk/main/basic/source/classes/ |
| H A D | eventatt.cxx | 180 virtual Any SAL_CALL approveFiring(const ScriptEvent& aScriptEvent) 194 Any BasicScriptListener_Impl::approveFiring( const ScriptEvent& aScriptEvent ) in approveFiring() function in BasicScriptListener_Impl
|
| H A D | sbunoobj.cxx | 3950 virtual Any SAL_CALL approveFiring(const AllEventObject& Event) throw ( RuntimeException ); 4029 Any BasicAllListener_Impl::approveFiring( const AllEventObject& Event ) throw ( RuntimeException ) in approveFiring() function in BasicAllListener_Impl 4161 aRet = m_xAllListener->approveFiring( aAllEvent ); in invoke()
|
| /trunk/main/udkapi/com/sun/star/script/ |
| H A D | XScriptListener.idl | 58 any approveFiring( [in] com::sun::star::script::ScriptEvent aEvent )
|
| H A D | XAllListener.idl | 63 any approveFiring( [in] com::sun::star::script::AllEventObject aEvent )
|
| /trunk/main/scripting/source/vbaevents/ |
| H A D | eventhelper.cxx | 651 …virtual Any SAL_CALL approveFiring(const ScriptEvent& evt) throw(reflection::InvocationTargetExcep… 748 EventListener::approveFiring(const ScriptEvent& evt) throw(reflection::InvocationTargetException, R… in approveFiring() function in EventListener
|
| /trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/script/ |
| H A D | _XEventAttacherManager.java | 485 public Object approveFiring(ScriptEvent evt) { in approveFiring() method in _XEventAttacherManager.MyScriptListener
|