summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XTextSearch.idl
diff options
context:
space:
mode:
authorjp <jp@openoffice.org>2001-02-01 19:12:03 +0000
committerjp <jp@openoffice.org>2001-02-01 19:12:03 +0000
commitfae7f22a7c8de419680bb2755cf1d8ddd6a4a44c (patch)
treeb2084fe28ac848cf2507cdc4a4795ea883e36dea /offapi/com/sun/star/util/XTextSearch.idl
parent3b58144ef34c459398a879307c8ac8001f0363fa (diff)
SearchOptions: add new member for the transliteration flags
Diffstat (limited to 'offapi/com/sun/star/util/XTextSearch.idl')
-rw-r--r--offapi/com/sun/star/util/XTextSearch.idl10
1 files changed, 8 insertions, 2 deletions
diff --git a/offapi/com/sun/star/util/XTextSearch.idl b/offapi/com/sun/star/util/XTextSearch.idl
index cdad932cc80a..1c1bc1abd547 100644
--- a/offapi/com/sun/star/util/XTextSearch.idl
+++ b/offapi/com/sun/star/util/XTextSearch.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTextSearch.idl,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: mi $ $Date: 2000-12-14 15:53:02 $
+ * last change: $Author: jp $ $Date: 2001-02-01 20:12:03 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -143,6 +143,12 @@ struct SearchOptions {
/// this many characters can be additional in the found word in a "Weight Levenshtein-Distance"
long insertedChars;
+
+ /** asian flags for the transliteration. Same meaning as the enum of TransliteratorModule
+
+ @see com/sun/star/i18n/XTransliteration.idl
+ */
+ long transliterateFlags;
};