Home
last modified time | relevance | path

Searched refs:curVal (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/qadevOOo/tests/java/ifc/accessibility/
H A D_XAccessibleValue.java57 private double curVal = 0; field in _XAccessibleValue
84 double curVal ; in _getCurrentValue() local
88 curVal = 0; in _getCurrentValue()
90 curVal = getDoubleValue(val); in _getCurrentValue()
93 if (curVal < minVal || maxVal < curVal) { in _getCurrentValue()
94 log.println("" + (curVal - minVal) + "," + (maxVal - curVal)); in _getCurrentValue()
95 log.println("Current value " + curVal + " is not in range [" in _getCurrentValue()
141 double newVal = curVal + 1; in _setCurrentValue()
/aoo4110/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java618 …protected boolean convertPropertyValue(Property property, Object[] newVal, Object[]curVal, Object… in convertPropertyValue() argument
634 curVal[0]= propField.get(this); in convertPropertyValue()
674 if (curVal[0] == null) in convertPropertyValue()
679 convObj= new Any( ((Any)curVal[0]).getType(), null); in convertPropertyValue()

Completed in 104 milliseconds