20 #ifndef __com_sun_star_script_vba_XVBAModuleInfo_idl__
21 #define __com_sun_star_script_vba_XVBAModuleInfo_idl__
31 module
com { module sun { module star { module script { module vba {
41 boolean hasModuleInfo( [in]
string ModuleName );
44 void insertModuleInfo( [in]
string ModuleName,
51 void removeModuleInfo( [in]
string ModuleName )
– idl definition –
Definition: Ambiguous.idl:22
Definition: XVBAModuleInfo.idl:33
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
Definition: ModuleInfo.idl:26
This is a checked exception that wraps an exception thrown by the original target.
Definition: WrappedTargetException.idl:37
is thrown by child access methods of collections, if the addressed child does not exist...
Definition: NoSuchElementException.idl:34
is thrown by container methods, if an element is added which is already a child of the container...
Definition: ElementExistException.idl:38