Searched refs:refValue (Results  1 – 5 of 5) sorted by relevance
| /trunk/main/forms/qa/integration/forms/ | 
| H A D | RadioButtons.java | 88 …et insertRadio( int nXPos, int nYPos, String label, String name, String refValue ) throws com.sun.…  in insertRadio()  argument 90         return insertRadio( nXPos, nYPos, label, name, refValue, null );  in insertRadio() 99         xRadio.setPropertyValue( "RefValue", refValue );  in insertRadio() 311 …private void checkRadio( String groupName, String refValue ) throws com.sun.star.uno.Exception, ja…  in checkRadio()  argument 313         checkRadio( groupName, refValue, m_primaryForm );  in checkRadio() 319 …private void checkRadio( String groupName, String refValue, XPropertySet form ) throws com.sun.sta…  in checkRadio()  argument 321         XPropertySet xRadio = getRadioModel( groupName, refValue, form );  in checkRadio() 329 …private XPropertySet getRadioModel( String name, String refValue ) throws com.sun.star.uno.Excepti…  in getRadioModel()  argument 331         return getRadioModel( name, refValue, m_primaryForm );  in getRadioModel() 335 …private XPropertySet getRadioModel( String name, String refValue, XPropertySet form ) throws com.s…  in getRadioModel()  argument [all …] 
 | 
| H A D | FormControlTest.java | 577 …private void insertRadio( int nYPos, String label, String refValue ) throws com.sun.star.uno.Excep…  in insertRadio()  argument 581         xRadio.setPropertyValue( "RefValue", refValue );  in insertRadio() 770 …private XPropertySet getRadioModel( String name, String refValue ) throws com.sun.star.uno.Excepti…  in getRadioModel()  argument 772         return m_formLayer.getRadioModelByRefValue( m_masterForm, name, refValue );  in getRadioModel()
  | 
| H A D | CellBinding.java | 260         String refValue = new String( "checked " );  in checkStringCheckBoxBinding()  local 265         checkBox.setPropertyValue( "RefValue", refValue );  in checkStringCheckBoxBinding() 277 …verifyStringCellContent( col, row, refValue, "moving the check box state to 'checked' does not pro…  in checkStringCheckBoxBinding()
  | 
| H A D | FormLayer.java | 278 …public XPropertySet getRadioModelByRefValue( XPropertySet form, String name, String refValue ) thr…  in getRadioModelByRefValue()  argument 287                 if ( ((String)control.getPropertyValue( "RefValue" )).equals( refValue ) )  in getRadioModelByRefValue()
  | 
| /trunk/main/odk/examples/DevelopersGuide/Forms/ | 
| H A D | FormLayer.java | 250 …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 41 milliseconds