Home
last modified time | relevance | path

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

/aoo4110/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp860 VARIANT varTmp[1]; in get_accSelection() local
862 VariantInit(&varTmp[0]); in get_accSelection()
863 m_pEnumVar->Next(1,varTmp,&count); in get_accSelection()
867 pvarChildren->lVal = varTmp[0].lVal; in get_accSelection()
868 VariantClear(&varTmp[0]); in get_accSelection()

Completed in 27 milliseconds