Lines Matching refs:lcl_formatChars
289 void lcl_formatChars( sal_Unicode table[], int tableSize, int n, OUString& s ) in lcl_formatChars() function
295 if( n>=tableSize ) lcl_formatChars( table, tableSize, (n-tableSize)/tableSize, s ); in lcl_formatChars()
431 …lcl_formatChars( upperLetter, 26, number-1, result ); // 1=>A, 2=>B, ..., 26=>Z, 27=>AA, 28=>AB, .… in makeNumberingString()
434 lcl_formatChars( lowerLetter, 26, number-1, result ); in makeNumberingString()
559 …lcl_formatChars(table_Alphabet_ar, sizeof(table_Alphabet_ar) / sizeof(sal_Unicode), number - 1, re… in makeNumberingString()
562 …lcl_formatChars(table_Alphabet_th, sizeof(table_Alphabet_th) / sizeof(sal_Unicode), number - 1, re… in makeNumberingString()
565 …lcl_formatChars(table_Alphabet_he, sizeof(table_Alphabet_he) / sizeof(sal_Unicode), number - 1, re… in makeNumberingString()
568 …lcl_formatChars(table_Alphabet_ne, sizeof(table_Alphabet_ne) / sizeof(sal_Unicode), number - 1, re… in makeNumberingString()
571 …lcl_formatChars(table_Alphabet_km, sizeof(table_Alphabet_km) / sizeof(sal_Unicode), number - 1, re… in makeNumberingString()
574 …lcl_formatChars(table_Alphabet_lo, sizeof(table_Alphabet_lo) / sizeof(sal_Unicode), number - 1, re… in makeNumberingString()
577 …lcl_formatChars(table_Alphabet_my, sizeof(table_Alphabet_my) / sizeof(sal_Unicode), number - 1, re… in makeNumberingString()
580 …lcl_formatChars(table_Alphabet_dz, sizeof(table_Alphabet_dz) / sizeof(sal_Unicode), number - 1, re… in makeNumberingString()
590 lcl_formatChars( table_CyrillicLowerLetter_bg, in makeNumberingString()
616 lcl_formatChars( table_CyrillicLowerLetter_ru, in makeNumberingString()
642 lcl_formatChars( table_CyrillicLowerLetter_sr, in makeNumberingString()
661 …lcl_formatChars(table_Alphabet_fa, sizeof(table_Alphabet_fa) / sizeof(sal_Unicode), number - 1, re… in makeNumberingString()