Searched refs:tableSize (Results 1 – 9 of 9) sorted by relevance
289 void lcl_formatChars( sal_Unicode table[], int tableSize, int n, OUString& s ) in lcl_formatChars() argument295 if( n>=tableSize ) lcl_formatChars( table, tableSize, (n-tableSize)/tableSize, s ); in lcl_formatChars()297 s += OUString::valueOf( table[ n % tableSize ] ); in lcl_formatChars()301 void lcl_formatChars1( sal_Unicode table[], int tableSize, int n, OUString& s ) in lcl_formatChars1() argument307 int repeat_count = n / tableSize + 1; in lcl_formatChars1()310 s += OUString::valueOf( table[ n%tableSize ] ); in lcl_formatChars1()314 void lcl_formatChars2( sal_Unicode table_capital[], sal_Unicode table_small[], int tableSize, int n… in lcl_formatChars2() argument319 if( n>=tableSize ) in lcl_formatChars2()321 lcl_formatChars2( table_capital, table_small, tableSize, (n-tableSize)/tableSize, s ); in lcl_formatChars2()322 s += OUString::valueOf( table_small[ n % tableSize ] ); in lcl_formatChars2()[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; \
78 ::Size const tableSize = i_tableControl.getTableSizePixel(); in handleMouseMove()83 if ( ( aPoint.X() > tableSize.Width() ) in handleMouseMove()100 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