Searched refs:aVarDesc (Results 1 – 1 of 1) sorted by relevance
251 VarDesc aVarDesc(pInfo); in setValue() local252 getPropDesc(aPropertyName, & aDescGet, & aDescPut, & aVarDesc); in setValue()254 if ( ! aDescPut && ! aDescGet && ! aVarDesc) in setValue()261 if ( (! aDescPut && aDescGet) || aVarDesc in setValue()262 && aVarDesc->wVarFlags == VARFLAG_FREADONLY ) in setValue()288 OSL_ASSERT(aDescPut || aVarDesc); in setValue()303 vt = getElementTypeDesc( & aVarDesc->elemdescVar.tdesc); in setValue()304 dispid = aVarDesc->memid; in setValue()463 VarDesc aVarDesc(pInfo); in getValue() local464 getPropDesc(aPropertyName, & aDescGet, & aDescPut, & aVarDesc); in getValue()[all …]