LibreOffice
LibreOffice 6.4 SDK API Reference
|
Go to the documentation of this file.
19 #ifndef __com_sun_star_script_ContextInformation_idl__
20 #define __com_sun_star_script_ContextInformation_idl__
24 module
com { module sun { module star { module script {
sequence< string > LocalVariableNames
Get all names of the local variable in this context.
Definition: ContextInformation.idl:75
long EndColumn
contains the first column in the EndLine that is NOT associated with the context.
Definition: ContextInformation.idl:71
long StartColumn
contains the first column in the StartLine associated with the context.
Definition: ContextInformation.idl:60
string SourceCode
Source code of the Module, that is associated with the context.
Definition: ContextInformation.idl:42
string Name
Full qualified name to address the module or function associated with the context.
Definition: ContextInformation.idl:36
long EndLine
contains the last line in the module's source code associated with the context.
Definition: ContextInformation.idl:66
Definition: Ambiguous.idl:22
long StartLine
contains the first line in the module's source code associated with the context.
Definition: ContextInformation.idl:55
provides information about a certain stack frame.
Definition: ContextInformation.idl:31