Language
The Free and Open Productivity Suite
Constants |
UNKNOWN |
Unknown element type
|
DOCUMENT |
URL of an external document.
|
DDE |
DDE link.
|
SELF |
Reference to the own document.
|
SPECIAL |
For special use cases. Behaviour is dependent on the implementation of
the formula parser.
|
Constants' Details |
UNKNOWN
const long UNKNOWN = 0;
- Description
- Unknown element type
|
|
DOCUMENT
const long DOCUMENT = 1;
- Description
- URL of an external document.
|
|
DDE
const long DDE = 2;
- Description
- DDE link.
|
|
SELF
const long SELF = 3;
- Description
- Reference to the own document.
|
|
SPECIAL
const long SPECIAL = 4;
- Description
- For special use cases. Behaviour is dependent on the implementation of
the formula parser.
|
|
Top of Page
Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.