Home
last modified time | relevance | path

Searched refs:ScriptEvent (Results 1 – 13 of 13) sorted by relevance

/trunk/main/svx/source/form/
H A Dfmscriptingenv.cxx60 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 );
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
[all …]
H A Dfmundo.cxx98 virtual void SAL_CALL firing(const ScriptEvent& evt) throw(RuntimeException) in firing()
107 …virtual Any SAL_CALL approveFiring(const ScriptEvent& evt) throw( com::sun::star::reflection::Invo… in approveFiring()
/trunk/main/scripting/source/dlgprov/
H A Ddlgevtatt.cxx70 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 );
142 ScriptEvent aScriptEventCopy( aScriptEvent ); in firing_impl()
373 ScriptEvent aScriptEvent; in firing_impl()
448 void DialogSFScriptListenerImpl::firing_impl( const ScriptEvent& aScriptEvent, Any* pRet ) in firing_impl()
507 void DialogLegacyScriptListenerImpl::firing_impl( const ScriptEvent& aScriptEvent, Any* pRet ) in firing_impl()
523 ScriptEvent aSFScriptEvent( aScriptEvent ); in firing_impl()
529 void DialogUnoScriptListenerImpl::firing_impl( const ScriptEvent& aScriptEvent, Any* pRet ) in firing_impl()
[all …]
H A Ddlgevtatt.hxx139 …virtual void firing_impl( const ::com::sun::star::script::ScriptEvent& aScriptEvent, ::com::sun::s…
149 virtual void SAL_CALL firing( const ::com::sun::star::script::ScriptEvent& aScriptEvent )
151 …:star::uno::Any SAL_CALL approveFiring( const ::com::sun::star::script::ScriptEvent& aScriptEvent )
/trunk/main/scripting/source/vbaevents/
H A Deventhelper.cxx137 void dumpEvent( const ScriptEvent& evt )
282 bool ApproveAll(const ScriptEvent& evt, void* pPara); //allow all types of controls to execute the …
650 virtual void SAL_CALL firing(const ScriptEvent& evt) throw(RuntimeException);
699 void firing_Impl( const ScriptEvent& evt, Any *pSyncRet=NULL ) throw( RuntimeException );
742 EventListener::firing(const ScriptEvent& evt) throw(RuntimeException) in firing()
818 bool ApproveAll(const ScriptEvent&, void* ) in ApproveAll() argument
824 bool FindControl(const ScriptEvent& evt, void* pPara) in FindControl()
847 bool ApproveType(const ScriptEvent& evt, void* pPara) in ApproveType()
853 bool DenyType(const ScriptEvent& evt, void* pPara) in DenyType()
861 bool DenyMouseDrag(const ScriptEvent& evt, void* ) in DenyMouseDrag()
[all …]
/trunk/main/basic/source/classes/
H A Deventatt.cxx87 void SFURL_firing_impl( const ScriptEvent& aScriptEvent, Any* pRet, const Reference< frame::XModel … in SFURL_firing_impl()
171 virtual void firing_impl(const ScriptEvent& aScriptEvent, Any* pRet);
178 virtual void SAL_CALL firing(const ScriptEvent& aScriptEvent)
180 virtual Any SAL_CALL approveFiring(const ScriptEvent& aScriptEvent)
189 void BasicScriptListener_Impl::firing( const ScriptEvent& aScriptEvent ) throw ( RuntimeException ) in firing()
194 Any BasicScriptListener_Impl::approveFiring( const ScriptEvent& aScriptEvent ) in approveFiring()
211 void BasicScriptListener_Impl::firing_impl( const ScriptEvent& aScriptEvent, Any* pRet ) in firing_impl()
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx143 …irtual void SAL_CALL registerScriptEvent(sal_Int32 Index, const ScriptEventDescriptor& ScriptEvent)
232 ScriptEvent aScriptEvent; in firing()
298 ScriptEvent aScriptEvent; in approveFiring()
522 const ScriptEventDescriptor& ScriptEvent in registerScriptEvent() argument
533 ScriptEventDescriptor aEvt = ScriptEvent; in registerScriptEvent()
556 new AttacherAllListener_Impl( this, ScriptEvent.ScriptType, ScriptEvent.ScriptCode ); in registerScriptEvent()
560 (*aObjIt).aHelper, ScriptEvent.ListenerType, in registerScriptEvent()
561 ScriptEvent.AddListenerParam, ScriptEvent.EventMethod ); in registerScriptEvent()
/trunk/main/udkapi/com/sun/star/script/
H A DXScriptListener.idl31 #include <com/sun/star/script/ScriptEvent.idl>
44 /** makes it possible to receive <type>ScriptEvent</type>s.
53 void firing( [in] com::sun::star::script::ScriptEvent aEvent );
58 any approveFiring( [in] com::sun::star::script::ScriptEvent aEvent )
H A DXScriptEventsAttacher.idl75 by one of the objects are mapped into a <type>ScriptEvent</type>
80 <type>ScriptEvent</type>.
H A DXEventAttacherManager.idl166 /** attaches all the <type>ScriptEvent</type>s which are registered
182 /** detaches all the <type>ScriptEvent</type>s from the given object
H A DScriptEvent.idl40 published struct ScriptEvent: com::sun::star::script::AllEventObject
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/script/
H A D_XEventAttacherManager.java30 import com.sun.star.script.ScriptEvent;
482 public void firing(ScriptEvent evt) { in firing()
485 public Object approveFiring(ScriptEvent evt) { in approveFiring()
/trunk/main/udkapi/
H A DUnoApi_udkapi.mk386 udkapi/com/sun/star/script/ScriptEvent \

Completed in 71 milliseconds