Home
last modified time | relevance | path

Searched refs:refValue (Results 1 – 5 of 5) sorted by relevance

/aoo42x/main/forms/qa/integration/forms/
H A DRadioButtons.java82 …et insertRadio( int nXPos, int nYPos, String label, String name, String refValue ) throws com.sun.… in insertRadio() argument
84 return insertRadio( nXPos, nYPos, label, name, refValue, null ); in insertRadio()
93 xRadio.setPropertyValue( "RefValue", refValue ); in insertRadio()
300 …private void checkRadio( String groupName, String refValue ) throws com.sun.star.uno.Exception, ja… in checkRadio() argument
302 checkRadio( groupName, refValue, m_primaryForm ); in checkRadio()
308 …private void checkRadio( String groupName, String refValue, XPropertySet form ) throws com.sun.sta… in checkRadio() argument
310 XPropertySet xRadio = getRadioModel( groupName, refValue, form ); in checkRadio()
318 …private XPropertySet getRadioModel( String name, String refValue ) throws com.sun.star.uno.Excepti… in getRadioModel() argument
320 return getRadioModel( name, refValue, m_primaryForm ); in getRadioModel()
324 …private XPropertySet getRadioModel( String name, String refValue, XPropertySet form ) throws com.s… in getRadioModel() argument
[all …]
H A DFormControlTest.java565 …private void insertRadio( int nYPos, String label, String refValue ) throws com.sun.star.uno.Excep… in insertRadio() argument
569 xRadio.setPropertyValue( "RefValue", refValue ); in insertRadio()
758 …private XPropertySet getRadioModel( String name, String refValue ) throws com.sun.star.uno.Excepti… in getRadioModel() argument
760 return m_formLayer.getRadioModelByRefValue( m_masterForm, name, refValue ); in getRadioModel()
H A DCellBinding.java250 String refValue = new String( "checked " ); in checkStringCheckBoxBinding() local
255 checkBox.setPropertyValue( "RefValue", refValue ); in checkStringCheckBoxBinding()
267 …verifyStringCellContent( col, row, refValue, "moving the check box state to 'checked' does not pro… in checkStringCheckBoxBinding()
H A DFormLayer.java278 …public XPropertySet getRadioModelByRefValue( XPropertySet form, String name, String refValue ) thr… in getRadioModelByRefValue() argument
287 if ( ((String)control.getPropertyValue( "RefValue" )).equals( refValue ) ) in getRadioModelByRefValue()
/aoo42x/main/odk/examples/DevelopersGuide/Forms/
H A DFormLayer.java250 …public XPropertySet getRadioModelByRefValue( XPropertySet form, String name, String refValue ) thr… in getRadioModelByRefValue() argument
260 if ( ((String)control.getPropertyValue( "RefValue" )).equals( refValue ) ) in getRadioModelByRefValue()

Completed in 34 milliseconds