Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DDBLimitedFieldSelection.java118 short[] SelList = null; in initializeListBox() local
127 SelList = new short[] { (short) (index) }; in initializeListBox()
131 SelList = new short[] { (short) (0) }; in initializeListBox()
133 … Helper.setUnoPropertyValue(UnoDialog.getModel(xListBox), PropertyNames.SELECTED_ITEMS, SelList); in initializeListBox() local
137 SelList = new short[] { (short) (0) }; in initializeListBox()
138 … Helper.setUnoPropertyValue(UnoDialog.getModel(xListBox), PropertyNames.SELECTED_ITEMS, SelList); in initializeListBox() local
145 short[] SelList = null; in initializeListBox() local
147 SelList = new short[] { (short) (index) }; in initializeListBox()
148 … Helper.setUnoPropertyValue(UnoDialog.getModel(xListBox), PropertyNames.SELECTED_ITEMS, SelList); in initializeListBox() local
H A DSortingComponent.java165 short[] SelList = null; in initialize() local
170 SelList = new short[] in initialize()
177 SelList = new short[] in initialize()
183 …log.setControlProperty("lstSort" + Integer.toString(i + 1), PropertyNames.SELECTED_ITEMS, SelList); in initialize()
H A DUnoDialog.java258 short[] SelList = xListBox.getSelectedItemsPos(); in removeSelectedItems() local
259 int Sellen = SelList.length; in removeSelectedItems()
262 xListBox.removeItems(SelList[i], (short) 1); in removeSelectedItems()
H A DFieldSelection.java624 String[] SelList = xFieldsListBox.getItems(); in deselectFields() local
629 if (JavaTools.FieldInList(SelList, SearchString) != -1) in deselectFields()

Completed in 43 milliseconds