Searched refs:pcNames (Results 1 – 1 of 1) sorted by relevance
/aoo41x/main/extensions/source/ole/ |
H A D | oleobjw.cxx | 2218 unsigned int pcNames=0; in getFuncDesc() local 2220 if( SUCCEEDED(getTypeInfo()->GetNames( id, & memberName, 1, &pcNames))) in getFuncDesc() 2280 unsigned int pcNames=0; in getPropDesc() local 2282 if( SUCCEEDED(getTypeInfo()->GetNames( id, & memberName, 1, &pcNames))) in getPropDesc() 2425 unsigned int pcNames=0; in buildComTlbIndex() local 2426 … if( SUCCEEDED(pType->GetNames( funcDesc->memid, & memberName, 1, &pcNames))) in buildComTlbIndex() 2450 unsigned int pcNames = 0; in buildComTlbIndex() local 2451 … if (SUCCEEDED(pType->GetNames(varDesc->memid, & memberName, 1, &pcNames))) in buildComTlbIndex()
|
Completed in 50 milliseconds