Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java850 short SelPos = xListBox.getSelectedItemPos(); in deletefirstListboxEntry() local
852 if (SelPos > 0) in deletefirstListboxEntry()
854 setControlProperty(ListBoxName, PropertyNames.SELECTED_ITEMS, new short[SelPos]); in deletefirstListboxEntry()
855 xListBox.selectItemPos((short) (SelPos - 1), true); in deletefirstListboxEntry()

Completed in 13 milliseconds