Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DDBLimitedFieldSelection.java116 …protected void initializeListBox(XListBox xListBox, String[] _AllFieldNames, String[] _SelFieldNam… in initializeListBox() argument
119 ….setUnoPropertyValue(UnoDialog.getModel(xListBox), PropertyNames.STRING_ITEM_LIST, _AllFieldNames); in initializeListBox() local
124 int index = JavaTools.FieldInList(_AllFieldNames, _SelFieldNames[curindex]); in initializeListBox()
142 … protected void initializeListBox(XListBox xListBox, String[] _AllFieldNames, String _SelFieldName) in initializeListBox() argument
144 ….setUnoPropertyValue(UnoDialog.getModel(xListBox), PropertyNames.STRING_ITEM_LIST, _AllFieldNames); in initializeListBox() local
146 int index = JavaTools.FieldInList(_AllFieldNames, _SelFieldName); in initializeListBox()
H A DFieldSelection.java527 public void initialize(String[] _AllFieldNames, boolean _AppendMode) in initialize() argument
531 xFieldsListBox.addItems(_AllFieldNames, (short) 0); in initialize()
550 public void initialize(String[] _AllFieldNames, boolean _AppendMode, int _maxfieldcount) in initialize() argument
553 initialize(_AllFieldNames, _AppendMode); in initialize()
556 public void initialize(String[] _AllFieldNames, String[] _SelFieldNames, boolean _AppendMode) in initialize() argument
560 initialize(_AllFieldNames, _AppendMode); in initialize()

Completed in 23 milliseconds