Home
last modified time | relevance | path

Searched refs:xTableListBox (Results 1 – 2 of 2) sorted by relevance

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DCommandFieldSelection.java42 private XListBox xTableListBox; field in CommandFieldSelection
144xTableListBox = CurUnoDialog.insertListBox(sTableListBoxName, 0, null, new ItemListenerImpl(), in insertControls()
204 …short[] iSelPoses = ((short[]) Helper.getUnoPropertyValue(UnoDialog.getModel(xTableListBox), Prope… in getselectedItemPos()
232 final String sSelectedTableName = xTableListBox.getItem(iSelPos); in fillUpFieldsListbox()
303 …Helper.setUnoPropertyValue(UnoDialog.getModel(xTableListBox), PropertyNames.STRING_ITEM_LIST, Cont… in fillupCommandListBox()
321 …Helper.setUnoPropertyValue(UnoDialog.getModel(xTableListBox), PropertyNames.SELECTED_ITEMS, iSelAr… in fillupCommandListBox()
371 String sCommandname = xTableListBox.getSelectedItem(); in getSelectedCommandName()
388 String sCommandname = xTableListBox.getSelectedItem(); in getSelectedCommandType()
428 …Helper.setUnoPropertyValue(UnoDialog.getModel(xTableListBox), PropertyNames.SELECTED_ITEMS, new sh… in preselectCommand()
437 …Helper.setUnoPropertyValue(UnoDialog.getModel(xTableListBox), PropertyNames.SELECTED_ITEMS, new sh… in preselectCommand()
[all …]
/trunk/main/wizards/com/sun/star/wizards/table/
H A DScenarioSelector.java64 private XListBox xTableListBox; field in ScenarioSelector
149 xTableListBox = CurUnoDialog.insertListBox("lstTableNames", 3, null, this, in ScenarioSelector()
184 xTableListBox.removeItems((short) 0, xTableListBox.getItemCount()); in initializeCategory()
185 xTableListBox.addItems(oCGCategory.getTableNames(), (short) _iCategory); in initializeCategory()
196 …Helper.setUnoPropertyValue(UnoDialog.getModel(xTableListBox), PropertyNames.SELECTED_ITEMS, new sh… in initializeTable()
253 return xTableListBox.getSelectedItem(); in getTableName()
299 initializeTable((int) xTableListBox.getSelectedItemPos()); in itemStateChanged()

Completed in 22 milliseconds