summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/MediaDescriptor.idl
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2003-04-17 09:04:08 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2003-04-17 09:04:08 +0000
commitd6aec1dfb35c62761c99d6ffdce552509dd62443 (patch)
tree745a1ff47002935f76d18f423e44c1666ec1ab18 /offapi/com/sun/star/document/MediaDescriptor.idl
parent4704524cd91fb181dc02dc85b516394ecfb4efff (diff)
INTEGRATION: CWS sdk01 (1.10.6.5.38); FILE MERGED
2003/04/07 07:46:13 mi 1.10.6.5.38.1: #107627# marked interface elements new in OOo 1.1 SDK with @since tag
Diffstat (limited to 'offapi/com/sun/star/document/MediaDescriptor.idl')
-rw-r--r--offapi/com/sun/star/document/MediaDescriptor.idl14
1 files changed, 10 insertions, 4 deletions
diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl
index e601280c8c62..ac56738d3f92 100644
--- a/offapi/com/sun/star/document/MediaDescriptor.idl
+++ b/offapi/com/sun/star/document/MediaDescriptor.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: MediaDescriptor.idl,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:53:38 $
+ * last change: $Author: rt $ $Date: 2003-04-17 10:04:08 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -428,6 +428,8 @@ service MediaDescriptor
For loading of corrupted zip packages: Setting this to <TRUE/> let the document
be opened in repair mode, so as much as possible information will be retrieved.
</p>
+
+ @since #107627#
*/
[optional,property] boolean RepairPackage;
@@ -523,14 +525,18 @@ service MediaDescriptor
//-------------------------------------------------------------------------
/** should the macro be executed.
the value should be one from <type scope="com::sun::star::document">MacroExecMode</type>
- constant list
+ constant list.
+
+ @since #107627#
*/
[optional,property] short MacroExecutionMode;
//-------------------------------------------------------------------------
/** can the document be updated depending from links.
the value should be one from <type scope="com::sun::star::document">UpdateDocMode</type>
- constant list
+ constant list.
+
+ @since #107627#
*/
[optional,property] short UpdateDocMode;
};