20#ifndef __com_sun_star_script_vba_XVBAMacroResolver_idl__
21#define __com_sun_star_script_vba_XVBAMacroResolver_idl__
26module
com { module sun { module star { module script { module vba {
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument.
Definition: IllegalArgumentException.idl:31
Converts VBA macro names to script URLs and vice versa.
Definition: XVBAMacroResolver.idl:32
string resolveVBAMacroToScriptURL([in] string aVBAMacroName)
Returns the script URL representing the passed VBA macro name.
string resolveScriptURLtoVBAMacro([in] string aScriptURL)
Returns the VBA macro name for a macro with the passed script URL.
Definition: Ambiguous.idl:22