Searched refs:getRadioModel (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/forms/qa/integration/forms/ |
H A D | RadioButtons.java | 320 return getRadioModel( name, refValue, m_primaryForm ); in getRadioModel() 370 radios[0] = getRadioModel( "group 1", "" ); in verifySingleRadios() 371 radios[1] = getRadioModel( "group 2", "" ); in verifySingleRadios() 372 radios[2] = getRadioModel( "group 3", "" ); in verifySingleRadios() 373 radios[3] = getRadioModel( "group 4", "" ); in verifySingleRadios() 407 radios[0] = getRadioModel( "group 1", "a" ); in verifySixPack() 408 radios[1] = getRadioModel( "group 1", "b" ); in verifySixPack() 409 radios[2] = getRadioModel( "group 2", "a" ); in verifySixPack() 410 radios[3] = getRadioModel( "group 2", "b" ); in verifySixPack() 411 radios[4] = getRadioModel( "group 3", "a" ); in verifySixPack() [all …]
|
H A D | FormControlTest.java | 300 XPropertySet radioModel = getRadioModel( "radio_group", "normal" ); in checkCrossUpdates_radioButton() 311 … getRadioModel( "radio_group", "important" ).setPropertyValue( "State", new Short( (short)1 ) ); in checkCrossUpdates_radioButton() 639 …if ( ((Short)getRadioModel( "radio_group", "none" ).getPropertyValue( "State" )).shortValue() != s… in checkRadios() 643 …else if ( ((Short)getRadioModel( "radio_group", "normal" ).getPropertyValue( "State" )).shortValue… in checkRadios() 647 …else if ( ((Short)getRadioModel( "radio_group", "important" ).getPropertyValue( "State" )).shortVa… in checkRadios() 758 …private XPropertySet getRadioModel( String name, String refValue ) throws com.sun.star.uno.Excepti… in getRadioModel() method in FormControlTest
|
Completed in 27 milliseconds