summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/excdefs.hxx
diff options
context:
space:
mode:
authorDaniel Rentz <dr@openoffice.org>2001-01-11 08:37:41 +0000
committerDaniel Rentz <dr@openoffice.org>2001-01-11 08:37:41 +0000
commite2a36792179f7a42632de0b1b605c50e53ce79cd (patch)
tree87771f7025ecb21776a49fca2859fd7afe4745bd /sc/source/filter/inc/excdefs.hxx
parent2651f3f4eccd28378943b7289046b71ce9708285 (diff)
add: hyperlinks
Diffstat (limited to 'sc/source/filter/inc/excdefs.hxx')
-rw-r--r--sc/source/filter/inc/excdefs.hxx20
1 files changed, 14 insertions, 6 deletions
diff --git a/sc/source/filter/inc/excdefs.hxx b/sc/source/filter/inc/excdefs.hxx
index afd39585dc17..f4921652e633 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.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: dr $ $Date: 2000-12-06 16:14:23 $
+ * last change: $Author: dr $ $Date: 2001-01-11 09:37:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -240,6 +240,18 @@
#define EXC_SCEN_MAXSTRINGLEN 0xFF
//_________________________________________________________
+// (0x01B8) HLINK
+
+#define EXC_HLINK_BODY 0x00000001 // contains file link or URL
+#define EXC_HLINK_ABS 0x00000002 // absolute path
+#define EXC_HLINK_DESCR 0x00000014 // description
+#define EXC_HLINK_MARK 0x00000008 // text mark
+#define EXC_HLINK_NET 0x00000100 // network path
+
+#define EXC_HLINK_ID_FILE 0x00000303
+#define EXC_HLINK_ID_URL 0x79EAC9E0
+
+//_________________________________________________________
// (0x007D) COLINFO
// flags
@@ -361,10 +373,6 @@
#define EXC_CHTR_ACCEPT 0x0001
#define EXC_CHTR_REJECT 0x0003
-// list for 3D references - internal or external
-#define EXC_CHTR_3DREF_INT 0x0001
-#define EXC_CHTR_3DREF_EXT 0x0002
-
//_________________________________________________________
#endif // _EXCDEFS_HXX