Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DCommandFieldSelection.java425 short iselpos = (short) JavaTools.FieldInList(sitems, sPrefix + _selitem); in preselectCommand() local
426 if (iselpos > -1) in preselectCommand()
430 iselpos in preselectCommand()
452 short iselpos = (short) JavaTools.FieldInList(sitems, getTablePrefix() + _selitem); in preselectCommand() local
453 if (iselpos > -1) in preselectCommand()
455 …rtyValue(UnoDialog.getModel(xTableListBox), PropertyNames.SELECTED_ITEMS, new short[] { iselpos }); in preselectCommand()
/trunk/main/wizards/com/sun/star/wizards/table/
H A DFieldFormatter.java228 int iselpos = xlstFieldNames.getSelectedItemPos(); in toggleButtons() local
229 benableShiftUpButton = (iselpos != 0); in toggleButtons()
230 benableShiftDownButton = (iselpos != ilistcount - 1); in toggleButtons()

Completed in 40 milliseconds