22 module
com { module sun { module star { module script {
Definition Ambiguous.idl:20
provides information about a certain stack frame.
Definition ContextInformation.idl:29
long StartColumn
contains the first column in the StartLine associated with the context.
Definition ContextInformation.idl:58
long EndColumn
contains the first column in the EndLine that is NOT associated with the context.
Definition ContextInformation.idl:69
sequence< string > LocalVariableNames
Get all names of the local variable in this context.
Definition ContextInformation.idl:73
string SourceCode
Source code of the Module, that is associated with the context.
Definition ContextInformation.idl:40
string Name
Full qualified name to address the module or function associated with the context.
Definition ContextInformation.idl:34
long StartLine
contains the first line in the module's source code associated with the context.
Definition ContextInformation.idl:53
long EndLine
contains the last line in the module's source code associated with the context.
Definition ContextInformation.idl:64