Searched refs:aVarDesc (Results 1 – 1 of 1) sorted by relevance
245 VarDesc aVarDesc(pInfo); in setValue() local246 getPropDesc(aPropertyName, & aDescGet, & aDescPut, & aVarDesc); in setValue()248 if ( ! aDescPut && ! aDescGet && ! aVarDesc) in setValue()255 if ( (! aDescPut && aDescGet) || aVarDesc in setValue()256 && aVarDesc->wVarFlags == VARFLAG_FREADONLY ) in setValue()282 OSL_ASSERT(aDescPut || aVarDesc); in setValue()297 vt = getElementTypeDesc( & aVarDesc->elemdescVar.tdesc); in setValue()298 dispid = aVarDesc->memid; in setValue()456 VarDesc aVarDesc(pInfo); in getValue() local457 getPropDesc(aPropertyName, & aDescGet, & aDescPut, & aVarDesc); in getValue()[all …]