Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DFieldSelection.java391 short[] iSelIndices = xSelectedFieldsListBox.getSelectedItemsPos(); in changeSelectionOrder() local
393 if (iSelIndices.length == 1) in changeSelectionOrder()
395 short iSelIndex = iSelIndices[0]; in changeSelectionOrder()
461 short[] iSelIndices = xSelectedFieldsListBox.getSelectedItemsPos(); in toggleListboxButtons() local
462 bmoveUpenabled = ((iSelIndices[0] > 0) && (iSelIndices.length == 1)); in toggleListboxButtons()
463 …bmoveDownenabled = (((iSelIndices[SelListBoxSelLength - 1]) < (short) (SelectCount - 1)) && (iSelI… in toggleListboxButtons()

Completed in 17 milliseconds