Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DDBLimitedFieldSelection.java116 …protected void initializeListBox(XListBox xListBox, String[] _AllFieldNames, String[] _SelFieldNam… in initializeListBox()
119 ….setUnoPropertyValue(UnoDialog.getModel(xListBox), PropertyNames.STRING_ITEM_LIST, _AllFieldNames); in initializeListBox() local
142 … protected void initializeListBox(XListBox xListBox, String[] _AllFieldNames, String _SelFieldName) in initializeListBox()
144 ….setUnoPropertyValue(UnoDialog.getModel(xListBox), PropertyNames.STRING_ITEM_LIST, _AllFieldNames); in initializeListBox() local
H A DFieldSelection.java527 public void initialize(String[] _AllFieldNames, boolean _AppendMode) in initialize()
550 public void initialize(String[] _AllFieldNames, boolean _AppendMode, int _maxfieldcount) in initialize()
556 public void initialize(String[] _AllFieldNames, String[] _SelFieldNames, boolean _AppendMode) in initialize()

Completed in 18 milliseconds