22 module
com { module sun { module star { module script {
provides access to additional scripting code.
Definition XLibraryAccess.idl:32
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.
sequence< string > getModuleNames()
Return all module names which contain code.
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.
base interface of all UNO interfaces
Definition generated_idl_chapter_refs.idl:452
Definition Ambiguous.idl:20