summaryrefslogtreecommitdiff
path: root/xmloff/source/draw/sdpropls.hxx
diff options
context:
space:
mode:
authorChristian Lippka <cl@openoffice.org>2001-04-30 08:02:17 +0000
committerChristian Lippka <cl@openoffice.org>2001-04-30 08:02:17 +0000
commit2a87e64018a0768b7b5618dc876a0c33c71b2e44 (patch)
treee3fcac8d81c07b85512599e4e8f0f287c882814f /xmloff/source/draw/sdpropls.hxx
parent54d31199a0fce2a0db97d106499d5fe5c65d06ec (diff)
#86534# fixed ole2 export/import of applets,plugins and floating-frames for calc and draw
Diffstat (limited to 'xmloff/source/draw/sdpropls.hxx')
-rw-r--r--xmloff/source/draw/sdpropls.hxx12
1 files changed, 10 insertions, 2 deletions
diff --git a/xmloff/source/draw/sdpropls.hxx b/xmloff/source/draw/sdpropls.hxx
index a3af299230bd..9dbda131ef9d 100644
--- a/xmloff/source/draw/sdpropls.hxx
+++ b/xmloff/source/draw/sdpropls.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sdpropls.hxx,v $
*
- * $Revision: 1.19 $
+ * $Revision: 1.20 $
*
- * last change: $Author: aw $ $Date: 2001-04-25 16:27:15 $
+ * last change: $Author: cl $ $Date: 2001-04-30 09:02:17 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -195,6 +195,14 @@ extern const XMLPropertyMapEntry aXMLSDPresPageProps[];
#define CTF_FONTWORK_SHADOWTRANSPARENCE 1033
//////////////////////////////////////////////////////////////////////////////
+// OLE
+#define CTF_SD_OLE_VIS_AREA_LEFT 1040
+#define CTF_SD_OLE_VIS_AREA_TOP 1041
+#define CTF_SD_OLE_VIS_AREA_WIDTH 1042
+#define CTF_SD_OLE_VIS_AREA_HEIGHT 1043
+#define CTF_SD_OLE_ISINTERNAL 1044
+
+//////////////////////////////////////////////////////////////////////////////
// #FontWork# types
#define XML_SD_TYPE_FONTWORK_STYLE (XML_SD_TYPES_START + 47 )
#define XML_SD_TYPE_FONTWORK_ADJUST (XML_SD_TYPES_START + 48 )