From cbbf9fc8514ad918a149fd2d4870b591a5251376 Mon Sep 17 00:00:00 2001 From: Bustamam Harun Date: Thu, 22 Feb 2001 19:15:04 +0000 Subject: Add Number to Text transliteration --- offapi/com/sun/star/i18n/XTransliteration.idl | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'offapi/com/sun') 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, -- cgit