Home
last modified time | relevance | path

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

/trunk/main/wizards/com/sun/star/wizards/ui/
H A DCommandFieldSelection.java45 private String sTableListBoxName; field in CommandFieldSelection
62 …short[] SelItems = (short[]) CurUnoDialog.getControlProperty(sTableListBoxName, PropertyNames.SELE… in itemStateChanged()
129 sTableListBoxName = "lstTables_" + super.sIncSuffix; in insertControls()
144 … xTableListBox = CurUnoDialog.insertListBox(sTableListBoxName, 0, null, new ItemListenerImpl(), in insertControls()