Home
last modified time | relevance | path

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

/trunk/main/framework/qa/complex/framework/recovery/
H A DRecoveryTest.java349 String[] documents = oUITools.getListBoxItems("The following files will be recovered"); in handleRecoveryDialogAfterCrash()
451 String[] documents = oUITools.getListBoxItems(listBoxName); in handleRecoveryDialogAtRestart()
566 documents = oUITools.getListBoxItems(listBoxName); in handleSaveDocumentsDialog()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A DUITools.java399 public String[] getListBoxItems(String ListBoxName) in getListBoxItems() method in UITools