summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/text/BaseIndex.idl
diff options
context:
space:
mode:
authorOliver Specht <os@openoffice.org>2001-06-06 10:27:13 +0000
committerOliver Specht <os@openoffice.org>2001-06-06 10:27:13 +0000
commit8261368a2280eb2a1c1c4cc2543b0940555e4e0d (patch)
tree28d493762b8f3d51fffe22c1ff19f6c8f3f34340 /offapi/com/sun/star/text/BaseIndex.idl
parent98408214856bf51af9265c30ad5cf29163c9984e (diff)
#87851# enable I18N aware sorting in indexes
Diffstat (limited to 'offapi/com/sun/star/text/BaseIndex.idl')
-rw-r--r--offapi/com/sun/star/text/BaseIndex.idl15
1 files changed, 13 insertions, 2 deletions
diff --git a/offapi/com/sun/star/text/BaseIndex.idl b/offapi/com/sun/star/text/BaseIndex.idl
index ae749e994..7068b7b06 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.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: mi $ $Date: 2000-12-21 08:35:21 $
+ * last change: $Author: os $ $Date: 2001-06-06 11:27:13 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,6 +75,9 @@
#ifndef __com_sun_star_style_GraphicLocation_idl__
#include <com/sun/star/style/GraphicLocation.idl>
#endif
+#ifndef __com_sun_star_lang_Locale_idl__
+#include <com/sun/star/lang/Locale.idl>
+#endif
//=============================================================================
@@ -191,6 +194,14 @@ service BaseIndex
complete document content or form the current chapter only.
<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;
};