:: org :: openoffice :: vba ::

interface XVBAToOOEventDescGen
Base Interfaces
::com::sun::star::uno::XInterface
  |  
  +--XVBAToOOEventDescGen
::com::sun::star::uno::XInterface
(referenced interface's summary:)
base interface of all UNO interfaces

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