LibreOffice
LibreOffice 24.2 SDK API Reference
|
Task (thread) local execution context for UNO. More...
import"XCurrentContext.idl";
Public Member Functions | |
any | getValueByName ([in] string Name) |
Gets a value from the context. More... | |
Public Member Functions inherited from XInterface | |
any | queryInterface ([in] type aType) |
queries for a new interface to an existing UNO object. More... | |
void | acquire () |
increases the reference counter by one. More... | |
void | release () |
decreases the reference counter by one. More... | |
Task (thread) local execution context for UNO.
Arbitrary values can be retrieved from the context.
You have to use UNO runtime functions to obtain the current context in your target language.
any getValueByName | ( | [in] string | Name | ) |
Gets a value from the context.
Name | name of value |