Searched refs:listBoxControl (Results 1 – 2 of 2) sorted by relevance
113 XListBox listBoxControl = UnoRuntime.queryInterface( XListBox.class, in checkForeignKeys() local115 if ( !listBoxControl.getSelectedItem().equals( displayValues[row] ) ) in checkForeignKeys()
571 XListBox listBoxControl = (XListBox)UnoRuntime.queryInterface( in simulateUserListBoxSelection() local573 listBoxControl.selectItem( _selectEntry, true ); in simulateUserListBoxSelection()