Home
last modified time | relevance | path

Searched refs:xSelectedFieldsListBox (Results 1 – 4 of 4) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DFieldSelection.java39 public XListBox xSelectedFieldsListBox; // right (selected) ListBox field in FieldSelection
303xSelectedFieldsListBox = CurUnoDialog.insertListBox("lstSelFields" + sIncSuffix, SOSELFLDSLST, new… in FieldSelection()
336 …CurUnoDialog.getPeerConfiguration().setAccessibleName(xSelectedFieldsListBox, JavaTools.replaceSub… in FieldSelection()
391 short[] iSelIndices = xSelectedFieldsListBox.getSelectedItemsPos(); in changeSelectionOrder()
396 String[] NewItemList = xSelectedFieldsListBox.getItems(); in changeSelectionOrder()
402 xSelectedFieldsListBox.selectItem(CurItem, true); in changeSelectionOrder()
452 CurUnoDialog.selectListBoxItem(xSelectedFieldsListBox, iSelFieldsSelIndex); in toggleListboxButtons()
453 int SelListBoxSelLength = xSelectedFieldsListBox.getSelectedItems().length; in toggleListboxButtons()
458 int SelectCount = xSelectedFieldsListBox.getItemCount(); in toggleListboxButtons()
461 short[] iSelIndices = xSelectedFieldsListBox.getSelectedItemsPos(); in toggleListboxButtons()
[all …]
/trunk/main/wizards/com/sun/star/wizards/report/
H A DGroupFieldHandler.java125 int iSelCount = xSelectedFieldsListBox.getItemCount(); in toggleListboxButtons()
134 int iSelCount = xSelectedFieldsListBox.getItemCount(); in selectFields()
147 CurReportDocument.refreshGroupFields(xSelectedFieldsListBox.getItems()); in moveItemDown()
152 CurReportDocument.refreshGroupFields(xSelectedFieldsListBox.getItems()); in moveItemUp()
158 int iSelCount = xSelectedFieldsListBox.getItemCount(); in shiftFromLeftToRight()
174 String[] NewSelList = xSelectedFieldsListBox.getItems(); in shiftFromRightToLeft()
176 String[] NewSelGroupNames = xSelectedFieldsListBox.getItems(); in shiftFromRightToLeft()
/trunk/main/wizards/com/sun/star/wizards/query/
H A DQueryWizard.java458 …m_groupFieldSelection.xSelectedFieldsListBox.addItems(SelItems, m_groupFieldSelection.xSelectedFie… in shiftFromRightToLeft()
/trunk/main/wizards/com/sun/star/wizards/table/
H A DScenarioSelector.java326 super.xSelectedFieldsListBox.removeItems((short) selindex, (short) 1); in shiftFromLeftToRight()