summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/ContentIndex.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/text/ContentIndex.idl')
-rw-r--r--offapi/com/sun/star/text/ContentIndex.idl39
1 files changed, 10 insertions, 29 deletions
diff --git a/offapi/com/sun/star/text/ContentIndex.idl b/offapi/com/sun/star/text/ContentIndex.idl
index 14d88ddb6bad..c23ccafa3a45 100644
--- a/offapi/com/sun/star/text/ContentIndex.idl
+++ b/offapi/com/sun/star/text/ContentIndex.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: ContentIndex.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:21 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -67,11 +67,10 @@
//=============================================================================
- module com { module sun { module star { module text {
+module com { module sun { module star { module text {
//=============================================================================
-// DocMerge from xml: service com::sun::star::text::ContentIndex
/** specifies service of content indexes within a document.@see com::sun::star::text::BaseIndex
*/
service ContentIndex
@@ -79,25 +78,23 @@ service ContentIndex
// DocMerge: empty anyway
service com::sun::star::text::BaseIndex;
- /* determins the depth of outline levels that are included into the content index.*/
+ /** determins the depth of outline levels that are included into the content index.*/
- // DocMerge: empty anyway
+ /// @missing
[optional, property] short Level;
- /* determins if the document index is created from outlines.
+
+ /** determins if the document index is created from outlines.
*/
- // DocMerge: empty anyway
[optional, property] boolean CreateFromOutline;
- /*
- returns the interface to access the paragraph style names that are included
+ /** contains the interface to access the paragraph style names that are included
in this index.
@see DocumentIndexParagraphStyles
*/
- // DocMerge: empty anyway
[optional, property] com::sun::star::container::XIndexReplace LevelParagraphStyles;
- /* determins if the document index marks are included in this index.
+
+ /** contains <TRUE/> if the document index marks are included in this index.
*/
- // DocMerge: empty anyway
[optional, property] boolean CreateFromMarks;
@@ -107,21 +104,5 @@ service ContentIndex
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.3 2000/11/08 12:44:26 mi
- moved from api
-
- Revision 1.1.1.1 2000/09/18 23:35:59 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:59 mi
- documentation merged from XML
-
- Revision 1.1 2000/08/09 15:52:45 os
- #77067# service ContentIndex
-
-=============================================================================*/
#endif