Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DCommandFieldSelection.java419 public void preselectCommand(String _selitem, int _nCommandType, boolean _bReadOnly) in preselectCommand() argument
421 if (_selitem.length() > 0) in preselectCommand()
425 short iselpos = (short) JavaTools.FieldInList(sitems, sPrefix + _selitem); in preselectCommand()
443 …noDialog.getModel(xTableListBox), PropertyNames.READ_ONLY, Boolean.valueOf(_selitem.length() > 0)); in preselectCommand()
447 public void preselectCommand(String _selitem, boolean _bReadOnly) in preselectCommand() argument
449 if (_selitem.length() > 0) in preselectCommand()
452 short iselpos = (short) JavaTools.FieldInList(sitems, getTablePrefix() + _selitem); in preselectCommand()
466 …noDialog.getModel(xTableListBox), PropertyNames.READ_ONLY, Boolean.valueOf(_selitem.length() > 0)); in preselectCommand()