summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-06-18 13:04:23 +0000
committerOliver Specht <os@openoffice.org>2001-06-18 13:04:23 +0000
commita1b05d0209f9adf8af5c8a7d8aea3313814f1c3c (patch)
treebf704267a5c7f933aa0405737f55e25dcf540816 /offapi
parent3fa9e7f1ac8f13a541a18ddbd24b9969a28d98a8 (diff)
#87851# sort language only available in alphabetical index and bibliography
Diffstat (limited to 'offapi')
-rw-r--r--offapi/com/sun/star/text/BaseIndex.idl11
-rw-r--r--offapi/com/sun/star/text/Bibliography.idl26
-rw-r--r--offapi/com/sun/star/text/DocumentIndex.idl12
3 files changed, 22 insertions, 27 deletions
diff --git a/offapi/com/sun/star/text/BaseIndex.idl b/offapi/com/sun/star/text/BaseIndex.idl
index 7068b7b06b50..453389676f9f 100644
--- a/offapi/com/sun/star/text/BaseIndex.idl
+++ b/offapi/com/sun/star/text/BaseIndex.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: BaseIndex.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: os $ $Date: 2001-06-06 11:27:13 $
+ * last change: $Author: os $ $Date: 2001-06-18 14:04:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -195,13 +195,6 @@ service BaseIndex
<p> It is not available in the bibliography</p>*/
[optional, property] boolean CreateFromChapter;
//------------------------------------------------------------------------
- /** contains the locale of the index.
- */
- [property] com::sun::star::lang::Locale Locale;
- //------------------------------------------------------------------------
- /** contains the name of the sort algorithm that is used to sort the entries.
- */
- [property] string SortAlgorithm;
};
diff --git a/offapi/com/sun/star/text/Bibliography.idl b/offapi/com/sun/star/text/Bibliography.idl
index 13730177e408..bd03d7e287cc 100644
--- a/offapi/com/sun/star/text/Bibliography.idl
+++ b/offapi/com/sun/star/text/Bibliography.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: Bibliography.idl,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: mi $ $Date: 2000-11-08 12:44:26 $
+ * last change: $Author: os $ $Date: 2001-06-18 14:04:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -78,25 +78,19 @@ service Bibliography
{
// DocMerge: empty anyway
service com::sun::star::text::BaseIndex;
-
+ //------------------------------------------------------------------------
+ /** contains the locale of the index.
+ */
+ [property] com::sun::star::lang::Locale Locale;
+ //------------------------------------------------------------------------
+ /** contains the name of the sort algorithm that is used to sort the entries.
+ */
+ [property] string SortAlgorithm;
};
//=============================================================================
}; }; }; };
-/*=============================================================================
-
- $Log: not supported by cvs2svn $
- Revision 1.1.1.1 2000/09/18 23:35:58 hjs
- initial import
-
- Revision 1.3 2000/09/11 11:52:58 mi
- documentation merged from XML
-
- Revision 1.1 2000/08/09 15:52:11 os
- #77072# service Bibliography
-
-=============================================================================*/
#endif
diff --git a/offapi/com/sun/star/text/DocumentIndex.idl b/offapi/com/sun/star/text/DocumentIndex.idl
index 8a3932fd044f..140109643723 100644
--- a/offapi/com/sun/star/text/DocumentIndex.idl
+++ b/offapi/com/sun/star/text/DocumentIndex.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: DocumentIndex.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: os $ $Date: 2001-03-07 12:41:22 $
+ * last change: $Author: os $ $Date: 2001-06-18 14:04:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -119,6 +119,14 @@ service DocumentIndex
contains all index marks that are related to this index.
*/
[readonly, property] sequence <com::sun::star::text::XDocumentIndexMark> DocumentIndexMarks;
+ //------------------------------------------------------------------------
+ /** contains the locale of the index.
+ */
+ [property] com::sun::star::lang::Locale Locale;
+ //------------------------------------------------------------------------
+ /** contains the name of the sort algorithm that is used to sort the entries.
+ */
+ [property] string SortAlgorithm;
};
//=============================================================================