Searched refs:xFieldsListBox (Results 1 – 5 of 5) sorted by relevance
38 public XListBox xFieldsListBox; // Left ListBox field in FieldSelection233 …xFieldsListBox = CurUnoDialog.insertListBox("lstFields" + sIncSuffix, SOFLDSLST, new ActionListene… in FieldSelection()335 …CurUnoDialog.getPeerConfiguration().setAccessibleName(xFieldsListBox, JavaTools.replaceSubString(s… in FieldSelection()451 CurUnoDialog.selectListBoxItem(xFieldsListBox, iFieldsSelIndex); in toggleListboxButtons()454 int ListBoxSelLength = xFieldsListBox.getSelectedItems().length; in toggleListboxButtons()456 int FieldCount = xFieldsListBox.getItemCount(); in toggleListboxButtons()479 …boolean btoggleMoveAll = (((xFieldsListBox.getItemCount() + xSelectedFieldsListBox.getItemCount())… in toggleMoveButtons()480 …boolean btoggleMoveSelected = (((xFieldsListBox.getSelectedItems().length + xSelectedFieldsListBox… in toggleMoveButtons()487 xFieldsListBox.setMultipleMode(_bisMultiple); in setMultipleMode()512 xFieldsListBox.addItems(AllFieldNames, (short) 0); in mergeList()[all …]
775 …XListBox xFieldsListBox = UnoRuntime.queryInterface(XListBox.class, ControlElements[SOLSTFIELDNAME… in setCondition() local776 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()