summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/UserDefinedIndex.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
commitcb23f6a62077022736a40d6315ee92a218f489e0 (patch)
tree713895d0de4930fd1a37b2fb7bb6ded971a2acdf /offapi/com/sun/star/text/UserDefinedIndex.idl
parent625aff4ec7a47d618a9da160e962fc6fb5c834c5 (diff)
#94968# IDL reviews merged
Diffstat (limited to 'offapi/com/sun/star/text/UserDefinedIndex.idl')
-rw-r--r--offapi/com/sun/star/text/UserDefinedIndex.idl38
1 files changed, 17 insertions, 21 deletions
diff --git a/offapi/com/sun/star/text/UserDefinedIndex.idl b/offapi/com/sun/star/text/UserDefinedIndex.idl
index 3d8aa251904d..10719a074e66 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.5 $
+ * $Revision: 1.6 $
*
- * last change: $Author: os $ $Date: 2001-03-07 12:41:22 $
+ * last change: $Author: mi $ $Date: 2002-10-03 13:10:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,50 +70,46 @@
//=============================================================================
- module com { module sun { module star { module text {
+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
+ /** 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.
+
+ /** 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.*/
- // DocMerge: empty anyway
+ /** determins if the outline level of the location of the indexed object is
+ used as index level of the index entry.*/
[optional, property] boolean UseLevelFromSource;
- /* determins if tables are included in the index.
+
+ /** determins if tables are included in the index.
*/
- // DocMerge: empty anyway
[optional, property] boolean CreateFromTables;
- /* determins if text frames are included in the index.
+
+ /** 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.
+
+ /** 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.
+
+ /** determins if embedded objects are included in the index.
*/
- // DocMerge: empty anyway
[optional, property] boolean CreateFromEmbeddedObjects;
+
/**
contains all index marks that are related to this index.
*/