Lines Matching refs:ScriptEvent

137 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) throw(RuntimeException);
651 …virtual Any SAL_CALL approveFiring(const ScriptEvent& evt) throw(reflection::InvocationTargetExcep…
699 void firing_Impl( const ScriptEvent& evt, Any *pSyncRet=NULL ) throw( RuntimeException );
742 EventListener::firing(const ScriptEvent& evt) throw(RuntimeException) in firing()
748 EventListener::approveFiring(const ScriptEvent& evt) throw(reflection::InvocationTargetException, R… in approveFiring()
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()
881 EventListener::firing_Impl(const ScriptEvent& evt, Any* /*pRet*/ ) throw(RuntimeException) in firing_Impl()