19 #ifndef __com_sun_star_script_XLibraryAccess_idl__
20 #define __com_sun_star_script_XLibraryAccess_idl__
26 module
com { module sun { module star { module script {
provides access to additional scripting code.
Definition: XLibraryAccess.idl:36
boolean isFunction([in] string aFunctionName)
returns TRUE, if the function is accessible through this library; otherwise it returns FALSE.
sequence< byte > getFunctionCode([in] string FunctionName)
Get the compiled code of a function.
boolean isValidPath([in] string aPathName)
returns TRUE if a fully qualified function name begins with this name.
string getModuleSource([in] string aModulName)
get the source code of a module.
sequence< byte > getModuleCode([in] string aModuleName)
Get the whole compiled code of a module.
string getFunctionSource([in] string aFunctionName)
get the source code of a function.
sequence< string > getModuleNames()
Return all module names which contain code.
base interface of all UNO interfaces
Definition: XInterface.idl:48
Definition: Ambiguous.idl:22