Home
last modified time | relevance | path

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

/trunk/main/forms/qa/integration/forms/
H A DFormControlTest.java309 XPropertySet radioModel = getRadioModel( "radio_group", "normal" ); in checkCrossUpdates_radioButton() local
310 radioModel.setPropertyValue( "State", new Short( (short)1 ) ); in checkCrossUpdates_radioButton()
352 m_document.getCurrentView().grabControlFocus( radioModel ); in checkCrossUpdates_radioButton()
H A DCellBinding.java540 private void simulateUserRadioCheck( XPropertySet radioModel ) throws com.sun.star.uno.Exception in simulateUserRadioCheck() argument
543 XAccessible.class, m_document.getCurrentView().getControl( radioModel ) ); in simulateUserRadioCheck()