Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DFieldSelection.java395 short iSelIndex = iSelIndices[0]; in changeSelectionOrder() local
397 String CurItem = NewItemList[iSelIndex]; in changeSelectionOrder()
398 String NeighborItem = NewItemList[iSelIndex + iNeighbor]; in changeSelectionOrder()
399 NewItemList[iSelIndex + iNeighbor] = CurItem; in changeSelectionOrder()
400 NewItemList[iSelIndex] = NeighborItem; in changeSelectionOrder()
H A DUnoDialog.java287 public void addSingleItemtoListbox(XListBox xListBox, String ListItem, short iSelIndex) in addSingleItemtoListbox() argument
290 if (iSelIndex != -1) in addSingleItemtoListbox()
292 xListBox.selectItemPos(iSelIndex, true); in addSingleItemtoListbox()

Completed in 38 milliseconds