Lines Matching refs:tmpSelected
259 int tmpSelected = nSelectedIndex; in KeyInput() local
267 --tmpSelected; in KeyInput()
270 ++tmpSelected; in KeyInput()
273 tmpSelected -= COLUMN_COUNT; in KeyInput()
276 tmpSelected += COLUMN_COUNT; in KeyInput()
279 tmpSelected -= ROW_COUNT * COLUMN_COUNT; in KeyInput()
282 tmpSelected += ROW_COUNT * COLUMN_COUNT; in KeyInput()
285 tmpSelected = 0; in KeyInput()
288 tmpSelected = maFontCharMap.GetCharCount() - 1; in KeyInput()
294 tmpSelected = - 1; // mark as invalid in KeyInput()
300 tmpSelected = maFontCharMap.GetIndexFromChar( cNext ); in KeyInput()
301 if( tmpSelected < 0 || (cChar != cNext) ) in KeyInput()
304 tmpSelected = - 1; // mark as invalid in KeyInput()
309 if ( tmpSelected >= 0 ) in KeyInput()
311 SelectIndex( tmpSelected, sal_True ); in KeyInput()