summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-11-07 14:17:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-11-07 14:17:20 +0000
commitc2ec605b1458884f42273d1180e14c8f29f0cfde (patch)
tree4625db9ddc7cfe79249041db961eecaac5f1a679 /offapi/com/sun/star/text
parent827c4c9406873262dd24ad4d07fb02895b0b7036 (diff)
INTEGRATION: CWS tlapi1 (1.6.156); FILE MERGED
2003/10/14 09:57:08 tl 1.6.156.1: #i19018# css.text.CellProperties documentation improvements and implementation extension for SwXCell
Diffstat (limited to 'offapi/com/sun/star/text')
-rw-r--r--offapi/com/sun/star/text/TableIndex.idl21
1 files changed, 11 insertions, 10 deletions
diff --git a/offapi/com/sun/star/text/TableIndex.idl b/offapi/com/sun/star/text/TableIndex.idl
index a613ef77cfbd..d8ee46812f06 100644
--- a/offapi/com/sun/star/text/TableIndex.idl
+++ b/offapi/com/sun/star/text/TableIndex.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: TableIndex.idl,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: hr $ $Date: 2003-03-26 13:56:53 $
+ * last change: $Author: hr $ $Date: 2003-11-07 15:17:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -71,26 +71,27 @@
//=============================================================================
-// DocMerge from xml: service com::sun::star::text::TableIndex
-/** specifies service of table indexes within a document.@see com::sun::star::text::BaseIndex
+/** specifies service of table indexes within a document.
+ @see com::sun::star::text::BaseIndex
*/
service TableIndex
{
- // DocMerge: empty anyway
service com::sun::star::text::BaseIndex;
+ //-------------------------------------------------------------------------
/* determins if the name or the label of an object is used to create the index.
*/
- // DocMerge: empty anyway
[optional, property] boolean CreateFromLabels; //tables, illustrations
+
+ //-------------------------------------------------------------------------
/* determins the name of the sequence field that is evaluated to create the index.
*/
- // DocMerge: empty anyway
[optional, property] string LabelCategory; //tables, illustrations
- /* determins the way the paragraph containing a label is included in the index.
- @see ChapterFormat*/
- // DocMerge: empty anyway
+ //-------------------------------------------------------------------------
+ /* determins the way the paragraph containing a label is included in the index.
+ @see ChapterFormat
+ */
[optional, property] short LabelDisplayType;//tables, illustrations
};