Home
last modified time | relevance | path

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

/aoo41x/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java662 public void selectListBoxItem(XListBox xListBox, short iFieldsSelIndex) in selectListBoxItem() argument
664 if (iFieldsSelIndex > -1) in selectListBoxItem()
669 if (iFieldsSelIndex < FieldCount) in selectListBoxItem()
671 xListBox.selectItemPos(iFieldsSelIndex, true); in selectListBoxItem()
675 xListBox.selectItemPos((short) (iFieldsSelIndex - 1), true); in selectListBoxItem()
H A DFieldSelection.java445 protected void toggleListboxButtons(short iFieldsSelIndex, short iSelFieldsSelIndex) in toggleListboxButtons() argument
451 CurUnoDialog.selectListBoxItem(xFieldsListBox, iFieldsSelIndex); in toggleListboxButtons()
/aoo41x/main/wizards/com/sun/star/wizards/report/
H A DGroupFieldHandler.java122 protected void toggleListboxButtons(short iFieldsSelIndex, short iSelFieldsSelIndex) in toggleListboxButtons() argument
124 super.toggleListboxButtons(iFieldsSelIndex, iSelFieldsSelIndex); in toggleListboxButtons()

Completed in 39 milliseconds