Home
last modified time | relevance | path

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

/trunk/main/forms/qa/integration/forms/
H A DListBox.java113 XListBox listBoxControl = UnoRuntime.queryInterface( XListBox.class, in checkForeignKeys() local
115 if ( !listBoxControl.getSelectedItem().equals( displayValues[row] ) ) in checkForeignKeys()
H A DCellBinding.java571 XListBox listBoxControl = (XListBox)UnoRuntime.queryInterface( in simulateUserListBoxSelection() local
573 listBoxControl.selectItem( _selectEntry, true ); in simulateUserListBoxSelection()