summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/document/XDocumentInfoSupplier.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
committerMichael Hönnig <mi@openoffice.org>2002-10-03 12:11:20 +0000
commit3ed849358bbc4beacb456e3f903b52709d58b1bb (patch)
tree278e87a4cdec4d27e4b93a501c422b9d23b0b5c9 /offapi/com/sun/star/document/XDocumentInfoSupplier.idl
parent3ca7e230e0f4a6244bd4f094c31660e84f86caa7 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/document/XDocumentInfoSupplier.idl')
-rw-r--r--offapi/com/sun/star/document/XDocumentInfoSupplier.idl114
1 files changed, 45 insertions, 69 deletions
diff --git a/offapi/com/sun/star/document/XDocumentInfoSupplier.idl b/offapi/com/sun/star/document/XDocumentInfoSupplier.idl
index 207f74f70..c1e2066e5 100644
--- a/offapi/com/sun/star/document/XDocumentInfoSupplier.idl
+++ b/offapi/com/sun/star/document/XDocumentInfoSupplier.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XDocumentInfoSupplier.idl,v $
*
- * $Revision: 1.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: jsc $ $Date: 2001-03-16 16:41:20 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:03:54 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -58,73 +58,49 @@
*
*
************************************************************************/
-#ifndef __com_sun_star_document_XDocumentInfoSupplier_idl__
-#define __com_sun_star_document_XDocumentInfoSupplier_idl__
-
-#ifndef __com_sun_star_uno_XInterface_idl__
-#include <com/sun/star/uno/XInterface.idl>
-#endif
-
-#ifndef __com_sun_star_document_XDocumentInfo_idl__
-#include <com/sun/star/document/XDocumentInfo.idl>
-#endif
-
-
-//=============================================================================
-
- module com { module sun { module star { module document {
-
-//=============================================================================
-
-// DocMerge: from xml
-
-// DocMerge from xml: interface com::sun::star::document::XDocumentInfoSupplier
-/** Through this interface documents can provide a <type>DocumentInfo</type>.
+#ifndef __com_sun_star_document_XDocumentInfoSupplier_idl__
+#define __com_sun_star_document_XDocumentInfoSupplier_idl__
+
+#ifndef __com_sun_star_uno_XInterface_idl__
+#include <com/sun/star/uno/XInterface.idl>
+#endif
+
+#ifndef __com_sun_star_document_XDocumentInfo_idl__
+#include <com/sun/star/document/XDocumentInfo.idl>
+#endif
+
+//=============================================================================
+
+module com { module sun { module star { module document {
+
+//=============================================================================
+/** through this interface documents can provide a <type>DocumentInfo</type>
+
+ <p>
+ A <type>DocumentInfo</type> is available on already opened documents only
+ and must be provides by this supplier interface.
+ Instead of that you can use the service <type>StandaloneDocumentInfo</type>
+ to have access to such informations without opening the whole file.
+ It read/write parts of the document, which include the required informations,
+ only.
+ </p>
+
+ @see DocumentInfo
+ @see StandaloneDocumentInfo
*/
interface XDocumentInfoSupplier: com::sun::star::uno::XInterface
-{
- //-------------------------------------------------------------------------
-
- // DocMerge: from xml
-
- // DocMerge from xml: method com::sun::star::document::XDocumentInfoSupplier::getDocumentInfo
- /** This method contains the document information object.
-
-
-
- <p>The object supports the DocumentInfo service.
-
- </p>@see DocumentInfo
+{
+ //-------------------------------------------------------------------------
+ /** provides the document information object
+
+ @returns
+ an object of type <type>DocumentInfo</type>
*/
- com::sun::star::document::XDocumentInfo getDocumentInfo();
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.4 2000/12/21 08:35:05 mi
- @see interface/service/... ident -> @see ident - for new docu generator
-
- Revision 1.3 2000/11/08 12:42:40 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:10 hjs
- initial import
-
- Revision 1.6 2000/09/11 11:52:19 mi
- documentation merged from XML
-
- Revision 1.2 2000/08/04 15:18:44 mi
- #76800# document events
-
- Revision 1.1.1.1 1999/11/11 09:48:42 jsc
- new
-
-
-=============================================================================*/
-#endif
+ XDocumentInfo getDocumentInfo();
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif