Home
last modified time | relevance | path

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

/trunk/main/extensions/source/ole/
H A Doleobjw.cxx2416 TypeAttr typeAttr(pType); in buildComTlbIndex() local
2417 if( SUCCEEDED( pType->GetTypeAttr( &typeAttr))) in buildComTlbIndex()
2419 for( long i= 0; i < typeAttr->cFuncs; i++) in buildComTlbIndex()
2444 for (long i = 0; i < typeAttr->cVars; i++) in buildComTlbIndex()
2507 TypeAttr typeAttr(spType.p); in getTypeInfo() local
2508 if( SUCCEEDED(spType->GetTypeAttr( &typeAttr))) in getTypeInfo()
2510 if (typeAttr->typekind == TKIND_INTERFACE && in getTypeInfo()
2511 typeAttr->wTypeFlags & TYPEFLAG_FDUAL) in getTypeInfo()
2527 else if (typeAttr->typekind == TKIND_DISPATCH) in getTypeInfo()

Completed in 25 milliseconds