Language

The Free and Open Productivity Suite
Released: Apache OpenOffice 4.1.15

API

SDK

Tips ‘n’ Tricks

Miscellaneous


:: com :: sun :: star :: sheet ::

unpublished constants group ExternalLinkType
Usage Restrictions
not published
Description
Constants designating the link type in ExternalLinkInfo, used with FormulaParser::ExternalLinks.
Since
OOo 3.1

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

Apache Software Foundation

Copyright & License | Privacy | Contact Us | Donate | Thanks

Apache, OpenOffice, OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. The Apache feather logo is a trademark of The Apache Software Foundation. Other names appearing on the site may be trademarks of their respective owners.