Home
last modified time | relevance | path

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

/aoo4110/main/wizards/com/sun/star/wizards/ui/
H A DFieldSelection.java487 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 …]
H A DFilterComponent.java775 …XListBox xFieldsListBox = UnoRuntime.queryInterface(XListBox.class, ControlElements[SOLSTFIELDNAME… in setCondition() local
776 xFieldsListBox.selectItem(_filtercondition.Name, true); in setCondition()
/aoo4110/main/wizards/com/sun/star/wizards/table/
H A DScenarioSelector.java330 super.xFieldsListBox.addItem(SelItems[i], xFieldsListBox.getItemCount()); in shiftFromLeftToRight()
/aoo4110/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()
/aoo4110/main/wizards/com/sun/star/wizards/report/
H A DGroupFieldHandler.java159 String[] CurGroupNames = xFieldsListBox.getItems(); in shiftFromLeftToRight()

Completed in 48 milliseconds