summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/DocumentIndex.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/DocumentIndex.idl')
-rw-r--r--offapi/com/sun/star/text/DocumentIndex.idl40
1 files changed, 9 insertions, 31 deletions
diff --git a/offapi/com/sun/star/text/DocumentIndex.idl b/offapi/com/sun/star/text/DocumentIndex.idl
index dc9aa4e03f20..c4a8ec05eb7c 100644
--- a/offapi/com/sun/star/text/DocumentIndex.idl
+++ b/offapi/com/sun/star/text/DocumentIndex.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DocumentIndex.idl,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: mi $ $Date: 2000-11-06 09:22:20 $
+ * last change: $Author: mi $ $Date: 2000-11-06 13:17:43 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -64,6 +64,9 @@
#define __com_sun_star_text_DocumentIndex_idl__
#include <com/sun/star/text/BaseIndex.idl>
+#ifndef __com_sun_star_text_XDocumentIndexMark_idl__
+#include <com/sun/star/text/XDocumentIndexMark.idl>
+#endif
//=============================================================================
@@ -112,39 +115,14 @@ service DocumentIndex
*/
// DocMerge: empty anyway
[optional, property] string MainEntryCharacterStyleName;
+ /**
+ contains all index marks that are related to this index.
+ */
+ [property] sequence <com::sun::star::text::XDocumentIndexMark> DocumentIndexMarks;
};
//=============================================================================
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:59 hjs
- initial import
-
- Revision 1.8 2000/09/11 11:52:59 mi
- documentation merged from XML
-
- Revision 1.6 2000/08/09 15:54:55 os
- several new index services
-
- Revision 1.5 2000/06/29 12:27:31 os
- TransparentBackground -> ~BackTransparent
-
- Revision 1.4 2000/06/16 11:42:16 os
- #75622# BackGraphicLocation/URL/Filter added/changed
-
- Revision 1.3 2000/02/14 12:03:08 os
- #72990# service specified
-
- Revision 1.2 2000/02/07 11:25:00 mi
- zu #70728# missing documentation marked
-
- Revision 1.1.1.1 1999/11/11 09:48:46 jsc
- new
-
-
-=============================================================================*/
#endif