Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DSortingComponent.java53 XListBox[] xSortListBox = new XListBox[4]; field in SortingComponent
105xSortListBox[i] = CurUnoDialog.insertListBox("lstSort" + Integer.toString(i + 1), SOSORTLST[i], nu… in SortingComponent()
193 if (xSortListBox[i].getSelectedItemPos() > 0) in setMaxSortIndex()
229 boolean bDoEnable = (xSortListBox[CurIndex].getSelectedItemPos() != 0);
259 CurFieldName = xSortListBox[i].getSelectedItem();
319 iNextItemPos = xSortListBox[i + 1].getSelectedItemPos();
336 if (MaxSortIndex < xSortListBox.length - 2)
351 if (CurIndex < xSortListBox.length)

Completed in 7 milliseconds