summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/UserDefinedIndex.idl
diff options
context:
space:
mode:
authorMichael Hönnig <mi@openoffice.org>2000-11-06 12:20:09 +0000
committerMichael Hönnig <mi@openoffice.org>2000-11-06 12:20:09 +0000
commit0413adb2d078be1ea19caf7c90a201be8884c331 (patch)
tree1c62e527ec8f02f279a4b8400cf91d1e50f97ede /offapi/com/sun/star/text/UserDefinedIndex.idl
parent1f47610c1e38e0c1d987cac06a5a02aa36908355 (diff)
moved from api
Diffstat (limited to 'offapi/com/sun/star/text/UserDefinedIndex.idl')
-rw-r--r--offapi/com/sun/star/text/UserDefinedIndex.idl25
1 files changed, 9 insertions, 16 deletions
diff --git a/offapi/com/sun/star/text/UserDefinedIndex.idl b/offapi/com/sun/star/text/UserDefinedIndex.idl
index 34aa04d9c723..837fadf6a6aa 100644
--- a/offapi/com/sun/star/text/UserDefinedIndex.idl
+++ b/offapi/com/sun/star/text/UserDefinedIndex.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: UserDefinedIndex.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:44 $
*
* 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_UserDefinedIndex_idl__
#include <com/sun/star/text/BaseIndex.idl>
+#ifndef __com_sun_star_text_XDocumentIndexMark_idl__
+#include <com/sun/star/text/XDocumentIndexMark.idl>
+#endif
//=============================================================================
@@ -111,24 +114,14 @@ service UserDefinedIndex
*/
// DocMerge: empty anyway
[optional, property] boolean CreateFromEmbeddedObjects;
+ /**
+ 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:36:04 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:53:01 mi
- documentation merged from XML
-
- Revision 1.1 2000/08/09 15:53:08 os
- #77068# service UserDefinedIndex
-
-=============================================================================*/
#endif