LibreOffice
LibreOffice 25.8 SDK API Reference
|
Constants designating the link type in ExternalLinkInfo, used with FormulaParser::ExternalLinks. More...
Variables | |
const long | UNKNOWN = 0 |
Unknown element type. | |
const long | DOCUMENT = 1 |
URL of an external document. | |
const long | DDE = 2 |
DDE link. | |
const long | SELF = 3 |
Reference to the own document. | |
const long | SPECIAL = 4 |
For special use cases. |
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.