Home
last modified time | relevance | path

Searched refs:tmpSelected (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svx/source/dialog/
H A Dcharmap.cxx259 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()
294 tmpSelected = - 1; // mark as invalid in KeyInput()
309 if ( tmpSelected >= 0 ) in KeyInput()
[all …]

Completed in 16 milliseconds