On 30.11.2005 14:29, Eike Rathke wrote:
> Hi Hristo,
Hi Eike,
> > > If this is not a general Cyrillic numbering and there will be more than
> > > one Cyrillic numbering, it must be assured that the
> > > makeNumberingIdentifier() method will create distinct strings, as those
> > > identfiers are used to distinguish the numbering types.
> >
> > I can't undestand this :(
> > Did you mean to put something instead of NULL here:
> > {style::NumberingType::CHARS_BG_CYRILLIC_UPPER_LETTER, NULL, LANG_CJK},
>
> Yes. I'll create examples using Latin script, since I don't know
> Cyrillic ;)  Let's assume we have two alphabetic numberings:
>
> 1. A,B,C,D,E,F,G,...
> 2. A,B,C,D,K,L,M,...
Strange. I removed the condition 
 (aLangOpt.IsCJKFontEnabled() || aLangOpt.IsCTLFontEnabled()) and I tried 
this:
        {style::NumberingType::CHARS_BG_CYRILLIC_UPPER_LETTER,      "BCD", 
LANG_ALL}, //Абв
        {style::NumberingType::CHARS_BG_CYRILLIC_LOWER_LETTER,      "bcd", 
LANG_ALL}, //абв
        {style::NumberingType::CHARS_BG_CYRILLIC_UPPER_LETTER_N,    "Bbb", 
LANG_ALL}, //Ааа
        {style::NumberingType::CHARS_BG_CYRILLIC_LOWER_LETTER_N,    "bbb", 
LANG_ALL}, //ааа

and they do not appear in Options tab. They appeared when I switched on CTL.

regards
-- 
Hristo Simeonov Hristov
Leader of OpenOffice.org - Bulgarian
GnuPG key 0xD0D895EB: 0282 D8D0 90D3 963F E57E B0A7 2670 88D9 D0D8 95EB

Attachment: pgpAVX3HwNQhG.pgp
Description: PGP signature

Reply via email to