summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-05-19 09:38:43 +0000
committerKurt Zenker <kz@openoffice.org>2004-05-19 09:38:43 +0000
commita8f0aea65f17cf2352aac478bdd2b21942f3088a (patch)
tree9ec4cbd204c23588faedaba12e3b2fd4348043ea /offapi/com/sun/star/document
parentdde24a8019c5a0957de13f821b2602708e16c8cb (diff)
INTEGRATION: CWS sdk10 (1.17.210); FILE MERGED
2004/02/11 12:00:04 mi 1.17.210.1: #i18941# OutputStream added
Diffstat (limited to 'offapi/com/sun/star/document')
-rw-r--r--offapi/com/sun/star/document/MediaDescriptor.idl20
1 files changed, 18 insertions, 2 deletions
diff --git a/offapi/com/sun/star/document/MediaDescriptor.idl b/offapi/com/sun/star/document/MediaDescriptor.idl
index 33d90fe950f3..86d928add9eb 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.17 $
+ * $Revision: 1.18 $
*
- * last change: $Author: vg $ $Date: 2003-05-16 14:28:19 $
+ * last change: $Author: kz $ $Date: 2004-05-19 10:38:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -61,6 +61,10 @@
#ifndef __com_sun_star_document_MediaDescriptor_idl__
#define __com_sun_star_document_MediaDescriptor_idl__
+#ifndef __com_sun_star_io_XOutputStream_idl__
+#include <com/sun/star/io/XOutputStream.idl>
+#endif
+
#ifndef __com_sun_star_io_XInputStream_idl__
#include <com/sun/star/io/XInputStream.idl>
#endif
@@ -242,6 +246,18 @@ service MediaDescriptor
[optional,property] boolean Hidden;
//-------------------------------------------------------------------------
+ /** a stream to receive the document data.
+
+ <p>
+ If used when storing a document: writing must be done using this stream.
+ If no stream is provided, the loader will create a stream by itself using
+ the other properties. It is not allowed to keep a reference to this
+ OutputStream after storing the component.
+ </p>
+ */
+ [optional,property] com::sun::star::io::XOutputStream OutputStream;
+
+ //-------------------------------------------------------------------------
/** content of document
<p>