:: ooo :: vba ::

interface XVBAAppService

Methods' Summary
getVBE  
getVBProjects  
Methods' Details
getVBE
any
getVBE( [in] XHelperInterface  xParent,
[in] ::com::sun::star::uno::XComponentContext  xContext,
[in] ::com::sun::star::frame::XModel  xModel );

getVBProjects
any
getVBProjects( [in] XHelperInterface  xParent,
[in] ::com::sun::star::uno::XComponentContext  xContext,
[in] ::com::sun::star::frame::XModel  xModel,
[in] ::com::sun::star::script::XLibraryContainer  xMacroLibraryContainer,
[in] ::com::sun::star::script::XLibraryContainer  xDialogLibraryContainer );

Top of Page