Searched refs:SelList (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/wizards/com/sun/star/wizards/ui/ |
H A D | DBLimitedFieldSelection.java | 118 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 D | SortingComponent.java | 165 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 D | UnoDialog.java | 258 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 D | FieldSelection.java | 624 String[] SelList = xFieldsListBox.getItems(); in deselectFields() local 629 if (JavaTools.FieldInList(SelList, SearchString) != -1) in deselectFields()
|
Completed in 29 milliseconds