Home
last modified time | relevance | path

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

/aoo41x/main/qadevOOo/runner/util/
H A DUITools.java298 public void selectListboxItem(String ListBoxName, int nChildIndex) in selectListboxItem() argument
305 AccessibleRole.COMBO_BOX, ListBoxName); in selectListboxItem()
308 AccessibleRole.PANEL, ListBoxName); in selectListboxItem()
324 "' in listbox '" + ListBoxName + "' : " + e.toString()); in selectListboxItem()
335 public Object[] getListBoxObjects(String ListBoxName) in getListBoxObjects() argument
344 AccessibleRole.COMBO_BOX, ListBoxName); in getListBoxObjects()
347 AccessibleRole.PANEL, ListBoxName); in getListBoxObjects()
353 AccessibleRole.TREE, ListBoxName); in getListBoxObjects()
377 + ListBoxName + "' : " + e.toString()); in getListBoxObjects()
383 + ListBoxName + "' : " + e.toString()); in getListBoxObjects()
[all …]
/aoo41x/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java843 public void deletefirstListboxEntry(String ListBoxName, String DelEntryName) in deletefirstListboxEntry() argument
845 XControl xListControl = xDlgContainer.getControl(ListBoxName); in deletefirstListboxEntry()
854 setControlProperty(ListBoxName, PropertyNames.SELECTED_ITEMS, new short[SelPos]); in deletefirstListboxEntry()

Completed in 51 milliseconds