Searched refs:anyVal (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/winaccessibility/source/UAccCOM/ |
H A D | AccValue.cpp | 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() 162 CMAccessible::ConvertAnyToVariant(anyVal, maximumValue); in get_maximumValue() [all …]
|
H A D | AccHyperLink.cpp | 123 ::com::sun::star::uno::Any anyVal = GetXInterface()->getAccessibleActionAnchor(index); in get_anchor() 125 CMAccessible::ConvertAnyToVariant(anyVal, anchor); in get_anchor() 156 ::com::sun::star::uno::Any anyVal = GetXInterface()->getAccessibleActionObject(index); in get_anchorTarget() 158 CMAccessible::ConvertAnyToVariant(anyVal, anchorTarget); in get_anchorTarget()
|
H A D | MAccessible.cpp | 3262 ::com::sun::star::uno::Any anyVal = pRXAttr->getExtendedAttributes(); in get_attributes() 3265 anyVal >>= val; in get_attributes()
|
/aoo4110/main/cli_ure/source/uno_bridge/ |
H A D | cli_data.cxx | 1579 uno::Any anyVal(mapUnoType(pAny->pType), objCli); in map_to_cli() local 1580 *cli_data= __box(anyVal); in map_to_cli()
|
Completed in 48 milliseconds