Home
last modified time | relevance | path

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

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/accessibility/
H A D_XAccessibleValue.java57 private double curVal = 0; field in _XAccessibleValue
84 double curVal ; in _getCurrentValue() local
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySet.java616 …protected boolean convertPropertyValue(Property property, Object[] newVal, Object[]curVal, Object… in convertPropertyValue()