summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/embed/EmbedMisc.idl
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-10-04 16:38:16 +0000
committerKurt Zenker <kz@openoffice.org>2004-10-04 16:38:16 +0000
commit85863623e8c0c937ec7fb8de8466d64884e4750a (patch)
tree4bb163817d9f6503585c510e47348ca48f6f90fe /offapi/com/sun/star/embed/EmbedMisc.idl
parent977f61c8ed57567dd500c9165778a023be0d0362 (diff)
INTEGRATION: CWS mav09 (1.3.2); FILE MERGED
2004/07/06 16:22:47 mba 1.3.2.2: #i27773#: new constant for non-resizable objects 2004/05/24 08:43:01 mba 1.3.2.1: #i27773#: some changes about MapUnit
Diffstat (limited to 'offapi/com/sun/star/embed/EmbedMisc.idl')
-rw-r--r--offapi/com/sun/star/embed/EmbedMisc.idl15
1 files changed, 13 insertions, 2 deletions
diff --git a/offapi/com/sun/star/embed/EmbedMisc.idl b/offapi/com/sun/star/embed/EmbedMisc.idl
index 01cf04f38a80..c8ce03a0cf48 100644
--- a/offapi/com/sun/star/embed/EmbedMisc.idl
+++ b/offapi/com/sun/star/embed/EmbedMisc.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: EmbedMisc.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: hr $ $Date: 2004-05-10 17:59:44 $
+ * last change: $Author: kz $ $Date: 2004-10-04 17:38:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -196,6 +196,17 @@ constants EmbedMisc
/**
*/
const hyper MS_EMBED_SUPPORTSMULTILEVELUNDO = 2097152;
+
+ // ----------------------------------------------------------------------
+ /**
+ */
+ const hyper EMBED_ACTIVATEIMMEDIATELY = 4294967296;
+
+ // ----------------------------------------------------------------------
+ /**
+ */
+ const hyper EMBED_NEVERRESIZE = 8589934592;
+
};
//=============================================================================