summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/xllink.hxx
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2004-06-28 17:00:07 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2004-06-28 17:00:07 +0000
commitef135d9bedd0ee588a3baf1c71b490ef775bbbc9 (patch)
treeb7d0b3c3a12de4224fe6ad36d567079cf79e08fd /sc/source/filter/inc/xllink.hxx
parentc253123a73e7b7c0e7b0dd2ca7a7fda2e216a1ff (diff)
INTEGRATION: CWS dr18 (1.3.100); FILE MERGED
2004/05/24 16:30:15 dr 1.3.100.1: #116856# fixed loading external linked data
Diffstat (limited to 'sc/source/filter/inc/xllink.hxx')
-rw-r--r--sc/source/filter/inc/xllink.hxx13
1 files changed, 11 insertions, 2 deletions
diff --git a/sc/source/filter/inc/xllink.hxx b/sc/source/filter/inc/xllink.hxx
index 2af7999878c6..4aca607bacaa 100644
--- a/sc/source/filter/inc/xllink.hxx
+++ b/sc/source/filter/inc/xllink.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: xllink.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2004-03-02 09:46:01 $
+ * last change: $Author: hjs $ $Date: 2004-06-28 18:00:07 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -145,6 +145,15 @@ const sal_uInt16 EXC_ID_SUPBOOK = 0x01AE;
const sal_uInt16 EXC_SUPB_SELF = 0x0401;
const sal_uInt16 EXC_SUPB_ADDIN = 0x3A01;
+/** This enumeration specifies the type of a SUPBOOK record. */
+enum XclSupbookType
+{
+ EXC_SBTYPE_UNKNOWN, /// unknown SUPBOOK record type.
+ EXC_SBTYPE_SELF, /// SUPBOOK is used for internal references.
+ EXC_SBTYPE_EXTERN, /// SUPBOOK is used for external references.
+ EXC_SBTYPE_ADDIN, /// SUPBOOK contains add-in functions.
+ EXC_SBTYPE_SPECIAL /// SUPBOOK is used for DDE or OLE links.
+};
// ============================================================================