Searched refs:resValue (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/qadevOOo/runner/lib/ |
H A D | MultiPropertyTest.java | 246 Object resValue = oObj.getPropertyValue(propName); in testProperty() local 249 checkResult(propName, oldValue, newValue, resValue, exception); in testProperty() 285 Object newValue, Object resValue, Exception exception) in checkResult() argument 361 if (!compare(resValue, oldValue)) in checkResult() 372 log.println("result = " + toString(resValue)); in checkResult() 397 if ((!compare(resValue, newValue)) || (compare(resValue, oldValue))) in checkResult() 408 log.println("result = " + toString(resValue)); in checkResult() 416 if (resValue != null) in checkResult() 418 if ((!compare(resValue, oldValue)) || (!resValue.equals(oldValue))) in checkResult() 445 log.println("result = " + toString(resValue)); in checkResult()
|
/aoo42x/main/sc/qa/complex/sc/ |
H A D | CalcRTL.java | 332 Object resValue = set.getPropertyValue(pName); in changeProperty() local 336 worked = checkResult(set, pName, oldValue, pValue, resValue, in changeProperty() 360 Object resValue, Exception exception) in checkResult() argument 367 resValue = getRealValue(resValue); in checkResult() 424 if (!ValueComparer.equalValue(resValue, oldValue)) { in checkResult() 438 System.out.println("result = " + toString(resValue)); in checkResult() 455 if ((!ValueComparer.equalValue(resValue, newValue)) || in checkResult() 456 (ValueComparer.equalValue(resValue, oldValue))) { in checkResult() 470 System.out.println("result = " + toString(resValue)); in checkResult() 474 if (resValue != null) { in checkResult() [all …]
|
/aoo42x/main/qadevOOo/tests/java/ifc/form/ |
H A D | _DataAwareControlModel.java | 117 Object newValue, Object resValue, Exception exception) in _DataField() 122 if (newValue.equals(resValue)) { in _DataField() 127 " same value, but result is '" + resValue + "' : FAILED") ; in _DataField() 134 resValue, exception); in _DataField()
|
/aoo42x/main/qadevOOo/tests/java/ifc/text/ |
H A D | _BaseIndex.java | 147 Object newValue, Object resValue, in _LevelFormat() 152 resValue)).getByIndex(0); in _LevelFormat() 155 printLevelFormatProperty(resValue); in _LevelFormat()
|
/aoo42x/main/qadevOOo/tests/java/ifc/sdb/ |
H A D | _RowSet.java | 80 Object newValue, Object resValue, Exception exception) in checkResult() argument 83 super.checkResult(propName, oldValue, newValue, resValue, exception); in checkResult()
|
Completed in 21 milliseconds