Searched defs:refValue (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/forms/qa/integration/forms/ |
H A D | RadioButtons.java | 82 …rtySet insertRadio( int nXPos, int nYPos, String label, String name, String refValue ) throws com.… in insertRadio() 88 …rtySet insertRadio( int nXPos, int nYPos, String label, String name, String refValue, XPropertySet… in insertRadio() 300 …private void checkRadio( String groupName, String refValue ) throws com.sun.star.uno.Exception, ja… in checkRadio() 308 …private void checkRadio( String groupName, String refValue, XPropertySet form ) throws com.sun.sta… in checkRadio() 318 …private XPropertySet getRadioModel( String name, String refValue ) throws com.sun.star.uno.Excepti… in getRadioModel() 324 …private XPropertySet getRadioModel( String name, String refValue, XPropertySet form ) throws com.s… in getRadioModel()
|
H A D | FormControlTest.java | 565 …private void insertRadio( int nYPos, String label, String refValue ) throws com.sun.star.uno.Excep… in insertRadio() 758 …private XPropertySet getRadioModel( String name, String refValue ) throws com.sun.star.uno.Excepti… in getRadioModel()
|
H A D | FormLayer.java | 278 …public XPropertySet getRadioModelByRefValue( XPropertySet form, String name, String refValue ) thr… in getRadioModelByRefValue()
|
H A D | CellBinding.java | 250 String refValue = new String( "checked " ); in checkStringCheckBoxBinding() local
|
/aoo42x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | FormLayer.java | 250 …public XPropertySet getRadioModelByRefValue( XPropertySet form, String name, String refValue ) thr… in getRadioModelByRefValue()
|
Completed in 22 milliseconds