Home
last modified time | relevance | path

Searched refs:xFieldsListBox (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/wizards/com/sun/star/wizards/ui/
H A DFieldSelection.java38 public XListBox xFieldsListBox; // Left ListBox field in FieldSelection
233xFieldsListBox = 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 …]
H A DFilterComponent.java775 …XListBox xFieldsListBox = UnoRuntime.queryInterface(XListBox.class, ControlElements[SOLSTFIELDNAME… in setCondition() local
776 xFieldsListBox.selectItem(_filtercondition.Name, true); in setCondition()
/AOO41X/main/wizards/com/sun/star/wizards/table/
H A DScenarioSelector.java330 super.xFieldsListBox.addItem(SelItems[i], xFieldsListBox.getItemCount()); in shiftFromLeftToRight()
/AOO41X/main/wizards/com/sun/star/wizards/query/
H A DQueryWizard.java459 String FieldList[] = m_groupFieldSelection.xFieldsListBox.getItems(); in shiftFromRightToLeft()
463 m_groupFieldSelection.xFieldsListBox.removeItems((short) index, (short) 1); in shiftFromRightToLeft()
/AOO41X/main/wizards/com/sun/star/wizards/report/
H A DGroupFieldHandler.java159 String[] CurGroupNames = xFieldsListBox.getItems(); in shiftFromLeftToRight()