Searched refs:tableSize (Results 1 – 9 of 9) sorted by relevance
295 if( n>=tableSize ) lcl_formatChars( table, tableSize, (n-tableSize)/tableSize, s ); in lcl_formatChars()297 s += OUString::valueOf( table[ n % tableSize ] ); in lcl_formatChars()307 int repeat_count = n / tableSize + 1; in lcl_formatChars1()310 s += OUString::valueOf( table[ n%tableSize ] ); in lcl_formatChars1()319 if( n>=tableSize ) in lcl_formatChars2()321 lcl_formatChars2( table_capital, table_small, tableSize, (n-tableSize)/tableSize, s ); in lcl_formatChars2()333 int repeat_count = n / tableSize + 1; in lcl_formatChars3()334 s += OUString::valueOf( table_capital[ n%tableSize ] ); in lcl_formatChars3()383 sal_Int16 tableSize = 0; in makeNumberingString() local672 } else if (tableSize) { in makeNumberingString()[all …]
94 } if (number > tableSize && !recycleSymbol) { in transliterateBullet()103 out[j++] = table[--number % tableSize]; in transliterateBullet()124 if (tableSize) in transliterate()133 if (tableSize) { in transliterateChar2Char()136 if (number <= tableSize || recycleSymbol) in transliterateChar2Char()137 return table[--number % tableSize]; in transliterateChar2Char()
38 tableSize = 0; \69 tableSize = sizeof(_table) / sizeof(sal_Unicode); \
41 tableSize = 0; \
80 ::Size const tableSize = i_tableControl.getTableSizePixel(); in handleMouseMove()85 if ( ( aPoint.X() > tableSize.Width() ) in handleMouseMove()102 Size( 1, tableSize.Height() ) in handleMouseMove()
70 Size tableSize = accessibleComponent -> getSize();75 point.X = tableSize.Width - 1;76 point.Y = tableSize.Height - 1;
57 sal_Int16 tableSize; member in com::sun::star::i18n::transliteration_Numeric
Completed in 35 milliseconds