Searched refs:nMapIndex (Results 1 – 1 of 1) sorted by relevance
508 int nMapIndex = maFontCharMap.GetIndexFromChar( getSelectedChar() ); in SetFont() local509 SelectIndex( nMapIndex ); in SetFont()529 int nMapIndex = maFontCharMap.GetIndexFromChar( cPrev ); in SelectIndex() local530 int nNewPos = nMapIndex / COLUMN_COUNT; in SelectIndex()532 nSelectedIndex = bFocus ? nMapIndex+1 : -1; in SelectIndex()619 int nMapIndex = maFontCharMap.GetIndexFromChar( cNext ); in SelectCharacter() local620 SelectIndex( nMapIndex, bFocus ); in SelectCharacter()624 aVscrollSB.SetThumbPos( nMapIndex / COLUMN_COUNT ); in SelectCharacter()
Completed in 29 milliseconds