Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DDBLimitedFieldSelection.java116 …nitializeListBox(XListBox xListBox, String[] _AllFieldNames, String[] _SelFieldNames, int curindex) in initializeListBox() argument
120 if (_SelFieldNames != null) in initializeListBox()
122 if (curindex < _SelFieldNames.length) in initializeListBox()
124 int index = JavaTools.FieldInList(_AllFieldNames, _SelFieldNames[curindex]); in initializeListBox()
H A DFieldSelection.java556 public void initialize(String[] _AllFieldNames, String[] _SelFieldNames, boolean _AppendMode) in initialize() argument
559 xSelectedFieldsListBox.addItems(_SelFieldNames, (short) 0); in initialize()

Completed in 8 milliseconds