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 );
96 virtual Any SAL_CALL approveFiring( const ScriptEvent& aEvent );
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 ) in firing()
250 …:PostUserEvent( LINK( this, FormScriptListener, OnAsyncScriptEvent ), new ScriptEvent( _rEvent ) ); in firing()
254 Any SAL_CALL FormScriptListener::approveFiring( const ScriptEvent& _rEvent ) in approveFiring()
[all …]
H A Dfmundo.cxx98 virtual void SAL_CALL firing(const ScriptEvent& evt) in firing()
107 virtual Any SAL_CALL approveFiring(const ScriptEvent& evt) 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 );
138 …void DialogVBAScriptListenerImpl::firing_impl( const script::ScriptEvent& aScriptEvent, uno::Any* ) in firing_impl()
142 ScriptEvent aScriptEventCopy( aScriptEvent ); in firing_impl()
371 ScriptEvent aScriptEvent; in firing_impl()
445 void DialogSFScriptListenerImpl::firing_impl( const ScriptEvent& aScriptEvent, Any* pRet ) in firing_impl()
504 void DialogLegacyScriptListenerImpl::firing_impl( const ScriptEvent& aScriptEvent, Any* pRet ) in firing_impl()
520 ScriptEvent aSFScriptEvent( aScriptEvent ); in firing_impl()
[all …]
H A Ddlgevtatt.hxx131 …virtual void firing_impl( const ::com::sun::star::script::ScriptEvent& aScriptEvent, ::com::sun::s…
140 virtual void SAL_CALL firing( const ::com::sun::star::script::ScriptEvent& aScriptEvent );
141 …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 )
265 …bool (*ApproveRule)(const ScriptEvent& evt, void* pPara); //this method is used to determine which…
282 bool ApproveAll(const ScriptEvent& evt, void* pPara); //allow all types of controls to execute the …
283 bool ApproveType(const ScriptEvent& evt, void* pPara); //certain types of controls should execute t…
284 bool DenyType(const ScriptEvent& evt, void* pPara); //certain types of controls should not execu…
285 bool DenyMouseDrag(const ScriptEvent& evt, void* pPara); //used for VBA MouseMove event when "Shift…
650 virtual void SAL_CALL firing(const ScriptEvent& evt);
651 virtual Any SAL_CALL approveFiring(const ScriptEvent& evt);
699 void firing_Impl( const ScriptEvent& evt, Any *pSyncRet=NULL );
742 EventListener::firing(const ScriptEvent& evt) in firing()
[all …]
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx143 …rtual void SAL_CALL registerScriptEvent(sal_Int32 Index, const ScriptEventDescriptor& ScriptEvent);
219 ScriptEvent aScriptEvent; in firing()
283 ScriptEvent aScriptEvent; in approveFiring()
504 const ScriptEventDescriptor& ScriptEvent in registerScriptEvent() argument
514 ScriptEventDescriptor aEvt = ScriptEvent; in registerScriptEvent()
537 new AttacherAllListener_Impl( this, ScriptEvent.ScriptType, ScriptEvent.ScriptCode ); in registerScriptEvent()
541 (*aObjIt).aHelper, ScriptEvent.ListenerType, in registerScriptEvent()
542 ScriptEvent.AddListenerParam, ScriptEvent.EventMethod ); in registerScriptEvent()
/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);
179 virtual Any SAL_CALL approveFiring(const ScriptEvent& aScriptEvent);
186 void BasicScriptListener_Impl::firing( const ScriptEvent& aScriptEvent ) in firing()
191 Any BasicScriptListener_Impl::approveFiring( const ScriptEvent& aScriptEvent ) in approveFiring()
207 void BasicScriptListener_Impl::firing_impl( const ScriptEvent& aScriptEvent, Any* pRet ) in firing_impl()
/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 \