Home
last modified time | relevance | path

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

/trunk/main/forms/qa/integration/forms/
H A DRadioButtons.java321 XPropertySet xRadio = getRadioModel( groupName, refValue, form ); in checkRadio()
329 …private XPropertySet getRadioModel( String name, String refValue ) throws com.sun.star.uno.Excepti… in getRadioModel() method in RadioButtons
331 return getRadioModel( name, refValue, m_primaryForm ); in getRadioModel()
335 …private XPropertySet getRadioModel( String name, String refValue, XPropertySet form ) throws com.s… in getRadioModel() method in RadioButtons
381 radios[0] = getRadioModel( "group 1", "" ); in verifySingleRadios()
382 radios[1] = getRadioModel( "group 2", "" ); in verifySingleRadios()
383 radios[2] = getRadioModel( "group 3", "" ); in verifySingleRadios()
384 radios[3] = getRadioModel( "group 4", "" ); in verifySingleRadios()
418 radios[0] = getRadioModel( "group 1", "a" ); in verifySixPack()
419 radios[1] = getRadioModel( "group 1", "b" ); in verifySixPack()
[all …]
H A DFormControlTest.java309 XPropertySet radioModel = getRadioModel( "radio_group", "normal" ); in checkCrossUpdates_radioButton()
320getRadioModel( "radio_group", "important" ).setPropertyValue( "State", new Short( (short)1 ) ); in checkCrossUpdates_radioButton()
651 …if ( ((Short)getRadioModel( "radio_group", "none" ).getPropertyValue( "State" )).shortValue() != s… in checkRadios()
655 …else if ( ((Short)getRadioModel( "radio_group", "normal" ).getPropertyValue( "State" )).shortValue… in checkRadios()
659 …else if ( ((Short)getRadioModel( "radio_group", "important" ).getPropertyValue( "State" )).shortVa… in checkRadios()
770 …private XPropertySet getRadioModel( String name, String refValue ) throws com.sun.star.uno.Excepti… in getRadioModel() method in FormControlTest