Kaydet (Commit) b46b71c8 authored tarafından obo's avatar obo

CWS-TOOLING: integrate CWS cbosdo03

...@@ -121,6 +121,7 @@ published constants NumberingType ...@@ -121,6 +121,7 @@ published constants NumberingType
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
/** Numbering for Chinese lower case number /** Numbering for Chinese lower case number
as ",,三..."
*/ */
const short NUMBER_LOWER_ZH = 15; const short NUMBER_LOWER_ZH = 15;
...@@ -136,11 +137,13 @@ published constants NumberingType ...@@ -136,11 +137,13 @@ published constants NumberingType
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
/** Bullet for Chinese Tian Gan /** Bullet for Chinese Tian Gan
as ",,丙..."
*/ */
const short TIAN_GAN_ZH = 18; const short TIAN_GAN_ZH = 18;
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
/** Bullet for Chinese Di Zi /** Bullet for Chinese Di Zi
as ",,寅..."
*/ */
const short DI_ZI_ZH = 19; const short DI_ZI_ZH = 19;
...@@ -171,36 +174,43 @@ published constants NumberingType ...@@ -171,36 +174,43 @@ published constants NumberingType
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
/** Numbering for Korean upper case number /** Numbering for Korean upper case number
as ",,參..."
*/ */
const short NUMBER_UPPER_KO = 25; const short NUMBER_UPPER_KO = 25;
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
/** Numbering for Korean hangul number /** Numbering for Korean hangul number
as ",,삼..."
*/ */
const short NUMBER_HANGUL_KO = 26; const short NUMBER_HANGUL_KO = 26;
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
/** Bullet for Korean Hangul Jamo /** Bullet for Korean Hangul Jamo
as ",,ㄷ..."
*/ */
const short HANGUL_JAMO_KO = 27; const short HANGUL_JAMO_KO = 27;
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
/** Bullet for Korean Hangul Syllable /** Bullet for Korean Hangul Syllable
as ",,다..."
*/ */
const short HANGUL_SYLLABLE_KO = 28; const short HANGUL_SYLLABLE_KO = 28;
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
/** Bullet for Korean Hangul Circled Jamo /** Bullet for Korean Hangul Circled Jamo
as ",,㉢..."
*/ */
const short HANGUL_CIRCLED_JAMO_KO = 29; const short HANGUL_CIRCLED_JAMO_KO = 29;
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
/** Bullet for Korean Hangul Circled Syllable /** Bullet for Korean Hangul Circled Syllable
as ",,㉰..."
*/ */
const short HANGUL_CIRCLED_SYLLABLE_KO = 30; const short HANGUL_CIRCLED_SYLLABLE_KO = 30;
//------------------------------------------------------------------------- //-------------------------------------------------------------------------
/** Numbering in Arabic alphabet letters /** Numbering in Arabic alphabet letters
as "أ,ب,ت..."
@since OOo 1.1.2 @since OOo 1.1.2
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment