Home
last modified time | relevance | path

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

/AOO42X/main/wizards/com/sun/star/wizards/ui/
H A DCommandFieldSelection.java283 short[] iSelArray = new short[0]; in fillupCommandListBox() local
310 iSelArray = new short[] in fillupCommandListBox()
319 iSelArray = new short[] {iSelPos}; in fillupCommandListBox()
321 …er.setUnoPropertyValue(UnoDialog.getModel(xTableListBox), PropertyNames.SELECTED_ITEMS, iSelArray); in fillupCommandListBox() local