Searched refs:xFieldsListBox (Results 1 – 5 of 5) sorted by relevance
487 xFieldsListBox.setMultipleMode(_bisMultiple); in setMultipleMode()512 xFieldsListBox.addItems(AllFieldNames, (short) 0); in mergeList()530 removeAllItems(xFieldsListBox); in initialize()532 AllFieldNames = xFieldsListBox.getItems(); in initialize()572 SelFieldItems = xFieldsListBox.getItems(); in selectFields()573 removeAllItems(xFieldsListBox); in selectFields()616 removeAllItems(xFieldsListBox); in deselectFields()624 String[] SelList = xFieldsListBox.getItems(); in deselectFields()638 xFieldsListBox.removeItems((short) 0, xFieldsListBox.getItemCount()); in deselectFields()657 String[] sOldList = xFieldsListBox.getItems(); in addItemsToFieldsListbox()[all …]
774 …XListBox xFieldsListBox = UnoRuntime.queryInterface(XListBox.class, ControlElements[SOLSTFIELDNAME… in setCondition() local775 xFieldsListBox.selectItem(_filtercondition.Name, true); in setCondition()
330 super.xFieldsListBox.addItem(SelItems[i], xFieldsListBox.getItemCount()); in shiftFromLeftToRight()
459 String FieldList[] = m_groupFieldSelection.xFieldsListBox.getItems(); in shiftFromRightToLeft()463 m_groupFieldSelection.xFieldsListBox.removeItems((short) index, (short) 1); in shiftFromRightToLeft()
159 String[] CurGroupNames = xFieldsListBox.getItems(); in shiftFromLeftToRight()
Completed in 42 milliseconds