Home
last modified time | relevance | path

Searched refs:gValues (Results 1 – 3 of 3) sorted by relevance

/aoo41x/main/qadevOOo/tests/java/ifc/beans/
H A D_XMultiPropertySet.java188 Object[] gValues = oObj.getPropertyValues(testPropsNames); in _addPropertiesChangeListener() local
189 Object newValue = ValueChanger.changePValue(gValues[i]); in _addPropertiesChangeListener()
190 gValues[i] = newValue; in _addPropertiesChangeListener()
192 oObj.setPropertyValues(testPropsNames, gValues); in _addPropertiesChangeListener()
280 Object[] gValues = oObj.getPropertyValues(testPropsNames); in _setPropertyValues() local
282 Object oldValue = gValues[i]; in _setPropertyValues()
284 gValues[i] = newValue; in _setPropertyValues()
288 oObj.setPropertyValues(testPropsNames, gValues); in _setPropertyValues()
291 if (newValues[i].equals(gValues[i])) { in _setPropertyValues()
/aoo41x/main/qadevOOo/tests/java/ifc/form/validation/
H A D_XValidatableFormComponent.java114 Object[] gValues = mProps.getPropertyValues(testPropsNames); in changeAllProperties() local
118 Object oldValue = gValues[i]; in changeAllProperties()
130 gValues[i] = newValue; in changeAllProperties()
141 mProps.setPropertyValues(testPropsNames, gValues); in changeAllProperties()
/aoo41x/main/forms/qa/complex/forms/
H A DCheckOGroupBoxModel.java107 Object[] gValues = m_xPropSet.getPropertyValues(boundPropsToTest); in setPropertyValues() local
108 Object[] newValue = new Object[gValues.length]; in setPropertyValues()
112 newValue[i] = ValueChanger.changePValue(gValues[i]); in setPropertyValues()

Completed in 22 milliseconds