LibreOffice
LibreOffice 24.2 SDK API Reference
|
Constants designating the link type in ExternalLinkInfo, used with FormulaParser::ExternalLinks. More...
Variables | |
const long | UNKNOWN = 0 |
Unknown element type. More... | |
const long | DOCUMENT = 1 |
URL of an external document. More... | |
const long | DDE = 2 |
DDE link. More... | |
const long | SELF = 3 |
Reference to the own document. More... | |
const long | SPECIAL = 4 |
For special use cases. More... | |
Constants designating the link type in ExternalLinkInfo, used with FormulaParser::ExternalLinks.
const long DDE = 2 |
DDE link.
const long DOCUMENT = 1 |
URL of an external document.
const long SELF = 3 |
Reference to the own document.
const long SPECIAL = 4 |
For special use cases.
Behaviour is dependent on the implementation of the formula parser.
const long UNKNOWN = 0 |
Unknown element type.