summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/excdefs.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-09-20 13:05:13 +0000
committerDaniel Rentz <dr@openoffice.org>2001-09-20 13:05:13 +0000
commitc67d669477ceffb17db8dceee6e92d8ccf53fefa (patch)
tree312c35f0c79d1b152dfa6c407152b8405f2d12f5 /sc/source/filter/inc/excdefs.hxx
parent4611b6257ec22ea206e07b8aaecdf16d465c82e5 (diff)
#91273# import of DDE improved
Diffstat (limited to 'sc/source/filter/inc/excdefs.hxx')
-rw-r--r--sc/source/filter/inc/excdefs.hxx17
1 files changed, 5 insertions, 12 deletions
diff --git a/sc/source/filter/inc/excdefs.hxx b/sc/source/filter/inc/excdefs.hxx
index 29c94f011411..549cb7f3a37c 100644
--- a/sc/source/filter/inc/excdefs.hxx
+++ b/sc/source/filter/inc/excdefs.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: excdefs.hxx,v $
*
- * $Revision: 1.20 $
+ * $Revision: 1.21 $
*
- * last change: $Author: dr $ $Date: 2001-08-24 12:08:57 $
+ * last change: $Author: dr $ $Date: 2001-09-20 14:03:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -85,8 +85,11 @@
//_________________________________________________________
// cached values list (EXTERNNAME, ptgArray, ...)
+#define EXC_CACHEDVAL_EMPTY 0x00
#define EXC_CACHEDVAL_DOUBLE 0x01
#define EXC_CACHEDVAL_STRING 0x02
+#define EXC_CACHEDVAL_BOOL 0x04
+#define EXC_CACHEDVAL_ERROR 0x10
//_________________________________________________________
// Supbooks, ExcETabNumBuffer
@@ -203,16 +206,6 @@
#define EXC_CONT 0x003C
//_________________________________________________________
-// (0x0059, 0x005A) CRN, XCT
-
-// CRN data types
-#define EXC_CRN_NONE 0x00
-#define EXC_CRN_DOUBLE 0x01
-#define EXC_CRN_STRING 0x02
-#define EXC_CRN_BOOL 0x04
-#define EXC_CRN_ERROR 0x10
-
-//_________________________________________________________
// (0x005D) OBJ
#define EXC_OBJT_LINE 0x01