summaryrefslogtreecommitdiff
path: root/i18npool/inc/numtotext_cjk.hxx
diff options
context:
space:
mode:
authorKarl Hong <khong@openoffice.org>2002-05-30 05:59:29 +0000
committerKarl Hong <khong@openoffice.org>2002-05-30 05:59:29 +0000
commitcb9cf006bcfd3c6ed3d94ace1c2dd11d800d34c5 (patch)
treeb274834d76403136f6503897e0b343519b096d99 /i18npool/inc/numtotext_cjk.hxx
parent33f5991d80ce898fe8e0e420dfc39328f8e3317c (diff)
#99499#added new transliteration for Native number formatter
Diffstat (limited to 'i18npool/inc/numtotext_cjk.hxx')
-rw-r--r--i18npool/inc/numtotext_cjk.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/i18npool/inc/numtotext_cjk.hxx b/i18npool/inc/numtotext_cjk.hxx
index 0db214ccecd4..98ef614a2928 100644
--- a/i18npool/inc/numtotext_cjk.hxx
+++ b/i18npool/inc/numtotext_cjk.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: numtotext_cjk.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: khong $ $Date: 2002-03-30 09:23:22 $
+ * last change: $Author: khong $ $Date: 2002-05-30 06:59:29 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -77,6 +77,8 @@ protected:
sal_Int16 numberFlag;
sal_Int16 bulletCount;
sal_Int16 number;
+ sal_Int16 exponentCount;
+ sal_Int16 *multiplierExponent;
private:
sal_Bool SAL_CALL numberMaker(const sal_Unicode *str, sal_Int32 begin, sal_Int32 len,
@@ -104,6 +106,8 @@ TRANSLITERATION_NUMTOTEXT_CJK ( FormalUpper_ko )
TRANSLITERATION_NUMTOTEXT_CJK ( FormalHangul_ko )
TRANSLITERATION_NUMTOTEXT_CJK ( KanjiLongModern_ja_JP )
TRANSLITERATION_NUMTOTEXT_CJK ( KanjiLongTraditional_ja_JP )
+TRANSLITERATION_NUMTOTEXT_CJK ( KanjiShortModern_ja_JP )
+TRANSLITERATION_NUMTOTEXT_CJK ( KanjiShortTraditional_ja_JP )
TRANSLITERATION_NUMTOTEXT_CJK ( AIUFullWidth_ja_JP )
TRANSLITERATION_NUMTOTEXT_CJK ( AIUHalfWidth_ja_JP )
TRANSLITERATION_NUMTOTEXT_CJK ( IROHAFullWidth_ja_JP )