summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/UserDefinedIndex.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/UserDefinedIndex.idl')
-rw-r--r--offapi/com/sun/star/text/UserDefinedIndex.idl121
1 files changed, 57 insertions, 64 deletions
diff --git a/offapi/com/sun/star/text/UserDefinedIndex.idl b/offapi/com/sun/star/text/UserDefinedIndex.idl
index c55e3c46a..837fadf6a 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
@@ -58,77 +58,70 @@
*
*
************************************************************************/
-
-
-#ifndef __com_sun_star_text_UserDefinedIndex_idl__
-#define __com_sun_star_text_UserDefinedIndex_idl__
-
-#include <com/sun/star/text/BaseIndex.idl>
-
-//=============================================================================
-
- module com { module sun { module star { module text {
-
-//=============================================================================
-
+
+
+#ifndef __com_sun_star_text_UserDefinedIndex_idl__
+#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
+
+//=============================================================================
+
+ module com { module sun { module star { module text {
+
+//=============================================================================
+
// DocMerge from xml: service com::sun::star::text::UserDefinedIndex
/** specifies service of user defined indexes within a document.@see com::sun::star::text::BaseIndex
*/
service UserDefinedIndex
-{
+{
// DocMerge: empty anyway
- service com::sun::star::text::BaseIndex;
-
- /*
- returns the interface to access the paragraph style names that are included
- in this index.
- @see service DocumentIndexParagraphStyles
- */
+ service com::sun::star::text::BaseIndex;
+
+ /*
+ returns the interface to access the paragraph style names that are included
+ in this index.
+ @see service DocumentIndexParagraphStyles
+ */
// DocMerge: empty anyway
- [optional, property] com::sun::star::container::XIndexReplace LevelParagraphStyles;
- /* determins if the document index marks are included in this index.
- */
+ [optional, property] com::sun::star::container::XIndexReplace LevelParagraphStyles;
+ /* determins if the document index marks are included in this index.
+ */
// DocMerge: empty anyway
- [optional, property] boolean CreateFromMarks;
- /* determins if the outline level of the location of the indexed object is
- used as index level of the index entry.*/
-
+ [optional, property] boolean CreateFromMarks;
+ /* determins if the outline level of the location of the indexed object is
+ used as index level of the index entry.*/
+
// DocMerge: empty anyway
- [optional, property] boolean UseLevelFromSource;
- /* determins if tables are included in the index.
- */
+ [optional, property] boolean UseLevelFromSource;
+ /* determins if tables are included in the index.
+ */
// DocMerge: empty anyway
- [optional, property] boolean CreateFromTables;
- /* determins if text frames are included in the index.
- */
+ [optional, property] boolean CreateFromTables;
+ /* determins if text frames are included in the index.
+ */
// DocMerge: empty anyway
- [optional, property] boolean CreateFromTextFrames;
- /* determins if graphic objects are included in the index.
- */
+ [optional, property] boolean CreateFromTextFrames;
+ /* determins if graphic objects are included in the index.
+ */
// DocMerge: empty anyway
- [optional, property] boolean CreateFromGraphicObjects;
- /* determins if embedded objects are included in the index.
- */
+ [optional, property] boolean CreateFromGraphicObjects;
+ /* determins if embedded objects are included in the index.
+ */
// DocMerge: empty anyway
- [optional, property] boolean CreateFromEmbeddedObjects;
-};
-
-//=============================================================================
-
-}; }; }; };
-
-/*=============================================================================
-
- $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
-
+ [optional, property] boolean CreateFromEmbeddedObjects;
+ /**
+ contains all index marks that are related to this index.
+ */
+ [property] sequence <com::sun::star::text::XDocumentIndexMark> DocumentIndexMarks;
+};
+
+//=============================================================================
+
+}; }; }; };
+#endif
+