summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
authorBustamam Harun <bustamam@openoffice.org>2001-02-08 20:14:47 +0000
committerBustamam Harun <bustamam@openoffice.org>2001-02-08 20:14:47 +0000
commit4783b9074d3c2b7d302198c6eab435f13bb55934 (patch)
tree34b854b7c2ee50f575df5fbc1fb64c0452709418 /offapi/com/sun
parentafdaad64daec8bd622c7ef8804ab42e341fc110b (diff)
Add access functions for Collation Flags and Search and Replace Flags
- Christian Lacunza
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/i18n/XLocaleData.idl6
1 files changed, 4 insertions, 2 deletions
diff --git a/offapi/com/sun/star/i18n/XLocaleData.idl b/offapi/com/sun/star/i18n/XLocaleData.idl
index 1a6796acbd20..71a4748b4b19 100644
--- a/offapi/com/sun/star/i18n/XLocaleData.idl
+++ b/offapi/com/sun/star/i18n/XLocaleData.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XLocaleData.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: bustamam $ $Date: 2000-12-09 00:30:16 $
+ * last change: $Author: bustamam $ $Date: 2001-02-08 21:14:47 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -141,6 +141,8 @@ interface XLocaleData: com::sun::star::uno::XInterface
sequence<FormatElement> getAllFormats ([in] com::sun::star::lang::Locale rLocale);
sequence<Implementation> getCollatorImplementations ([in] com::sun::star::lang::Locale rLocale);
+ sequence<string> getSearchOptions([in] com::sun::star::lang::Locale rLocale);
+ sequence<string> getCollationOptions([in] com::sun::star::lang::Locale rLocale);
sequence<string> getTransliterations([in] com::sun::star::lang::Locale rLocale);
ForbiddenCharacters getForbiddenCharacters ([in] com::sun::star::lang::Locale rLocale);