:: org :: openoffice :: vba ::

interface XVBAToOOEventDescGen

Methods' Summary
getEventDescriptions  
getEventSupplier  
Methods' Details
getEventDescriptions
sequence< ::com::sun::star::script::ScriptEventDescriptor >
getEventDescriptions( [in] ::com::sun::star::uno::XInterface  xControl,
[in] string  sLibModName,
[in] sequence< string >  handlerExts );

getEventSupplier
::com::sun::star::script::XScriptEventsSupplier
getEventSupplier( [in] ::com::sun::star::uno::XInterface  xControl );

Top of Page