Author: arielch Date: Wed Oct 10 22:23:33 2012 New Revision: 1396833 URL: http://svn.apache.org/viewvc?rev=1396833&view=rev Log: #i121197# - Scape non-ASCII chars from css.style.NumberingType
Patch by: Tsutomu Uchino Review by: arielch Modified: incubator/ooo/trunk/main/offapi/com/sun/star/style/NumberingType.idl Modified: incubator/ooo/trunk/main/offapi/com/sun/star/style/NumberingType.idl URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/offapi/com/sun/star/style/NumberingType.idl?rev=1396833&r1=1396832&r2=1396833&view=diff ============================================================================== --- incubator/ooo/trunk/main/offapi/com/sun/star/style/NumberingType.idl (original) +++ incubator/ooo/trunk/main/offapi/com/sun/star/style/NumberingType.idl Wed Oct 10 22:23:33 2012 @@ -117,7 +117,7 @@ published constants NumberingType //------------------------------------------------------------------------- /** Numbering for Chinese lower case number - as "ä¸,äº,ä¸..." + as "一,二,三..." */ const short NUMBER_LOWER_ZH = 15; @@ -133,13 +133,13 @@ published constants NumberingType //------------------------------------------------------------------------- /** Bullet for Chinese Tian Gan - as "ç²,ä¹,ä¸..." + as "甲,乙,丙..." */ const short TIAN_GAN_ZH = 18; //------------------------------------------------------------------------- /** Bullet for Chinese Di Zi - as "å,ä¸,å¯ ..." + as "子,丑,寅..." */ const short DI_ZI_ZH = 19; @@ -170,43 +170,43 @@ published constants NumberingType //------------------------------------------------------------------------- /** Numbering for Korean upper case number - as "壹,è²³,å..." + as "壹,貳,參..." */ const short NUMBER_UPPER_KO = 25; //------------------------------------------------------------------------- /** Numbering for Korean hangul number - as "ì¼,ì´,ì¼..." + as "일,이,삼..." */ const short NUMBER_HANGUL_KO = 26; //------------------------------------------------------------------------- /** Bullet for Korean Hangul Jamo - as "ã±,ã´,ã·..." + as "ㄱ,ㄴ,ㄷ..." */ const short HANGUL_JAMO_KO = 27; //------------------------------------------------------------------------- /** Bullet for Korean Hangul Syllable - as "ê°,ë,ë¤..." + as "가,나,다..." */ const short HANGUL_SYLLABLE_KO = 28; //------------------------------------------------------------------------- /** Bullet for Korean Hangul Circled Jamo - as "ã ,ã¡,ã¢..." + as "㉠,㉡,㉢..." */ const short HANGUL_CIRCLED_JAMO_KO = 29; //------------------------------------------------------------------------- /** Bullet for Korean Hangul Circled Syllable - as "ã®,ã¯,ã°..." + as "㉮,㉯,㉰..." */ const short HANGUL_CIRCLED_SYLLABLE_KO = 30; //------------------------------------------------------------------------- /** Numbering in Arabic alphabet letters - as "Ø£,ب,ت..." + as "أ,ب,ت..." @since OOo 1.1.2 */