Go to the source code of this file.
| Modules | |
| module | com | 
| module | com::sun | 
| module | com::sun::star | 
| the module com::sun::star is the root module of the UNO API. | |
| module | com::sun::star::sheet | 
| Spreadsheet specific interfaces. | |
| Constant Groups | |
| constants | com::sun::star::sheet::ExternalLinkType | 
| Constants designating the link type in ExternalLinkInfo, used with FormulaParser::ExternalLinks. | |
| 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. | |