summaryrefslogtreecommitdiff
path: root/offapi/com/sun
diff options
context:
space:
mode:
authorBustamam Harun <bustamam@openoffice.org>2001-02-22 19:15:04 +0000
committerBustamam Harun <bustamam@openoffice.org>2001-02-22 19:15:04 +0000
commitcbbf9fc8514ad918a149fd2d4870b591a5251376 (patch)
tree737e2d81d2768c67f304bd82ca6e8bca57ff8776 /offapi/com/sun
parent84bc865982533a15d04bc1d7dc25ac2e7554d0d6 (diff)
Add Number to Text transliteration
Diffstat (limited to 'offapi/com/sun')
-rw-r--r--offapi/com/sun/star/i18n/XTransliteration.idl11
1 files changed, 9 insertions, 2 deletions
diff --git a/offapi/com/sun/star/i18n/XTransliteration.idl b/offapi/com/sun/star/i18n/XTransliteration.idl
index bcaf9615d9b6..cfcbf660a2e0 100644
--- a/offapi/com/sun/star/i18n/XTransliteration.idl
+++ b/offapi/com/sun/star/i18n/XTransliteration.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XTransliteration.idl,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: bustamam $ $Date: 2001-01-09 00:32:46 $
+ * last change: $Author: bustamam $ $Date: 2001-02-22 20:15:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -149,6 +149,13 @@ enum TransliterationModules
FULLWIDTH_HALFWIDTH = 4,
KATAKANA_HIRAGANA = 5,
HIRAGANA_KATAKANA = 6,
+ NumToTextLower_zh_CN = 7,
+ NumToTextUpper_zh_CN = 8,
+ NumToTextLower_zh_TW = 9,
+ NumToTextUpper_zh_TW = 10,
+ NumToTextFormalHangul_ko = 11,
+ NumToTextFormalLower_ko = 12,
+ NumToTextFormalUpper_ko = 13,
NON_IGNORE_MASK = 0x000000ff,
IGNORE_MASK = 0xffffff00,
IGNORE_CASE = 0x00000100,