Lines Matching refs:anyVal
51 ::com::sun::star::uno::Any anyVal = GetXInterface()->getCurrentValue(); in get_currentValue()
53 CMAccessible::ConvertAnyToVariant(anyVal, currentValue); in get_currentValue()
77 ::com::sun::star::uno::Any anyVal; in setCurrentValue()
85 anyVal.setValue(&value.bVal, typeInfo); in setCurrentValue()
92 anyVal.setValue(&value.boolVal, typeInfo); in setCurrentValue()
99 anyVal.setValue(&value.iVal, typeInfo); in setCurrentValue()
106 anyVal.setValue(&value.lVal, typeInfo); in setCurrentValue()
113 anyVal.setValue(&value.fltVal, typeInfo); in setCurrentValue()
120 anyVal.setValue(&value.dblVal, typeInfo); in setCurrentValue()
134 hRet = pRXVal->setCurrentValue(anyVal) ? S_OK : E_FAIL ; in setCurrentValue()
160 ::com::sun::star::uno::Any anyVal = GetXInterface()->getMaximumValue(); in get_maximumValue()
162 CMAccessible::ConvertAnyToVariant(anyVal, maximumValue); in get_maximumValue()
187 ::com::sun::star::uno::Any anyVal = GetXInterface()->getMinimumValue(); in get_minimumValue()
189 CMAccessible::ConvertAnyToVariant(anyVal, mininumValue); in get_minimumValue()