Lines Matching refs:SUCCEEDED

437                 if ( SUCCEEDED( pInfo->GetDocumentation( -1, &sName, NULL, NULL, NULL  ) ) )  in getValue()
446 if ( SUCCEEDED( pInfo->GetContainingTypeLib( &pTypeLib.p, &index )) ) in getValue()
448 … if ( SUCCEEDED( pTypeLib->GetDocumentation( -1, &sName, NULL, NULL, NULL ) ) ) in getValue()
952 if( SUCCEEDED( CComObject<JScriptOutParam>::CreateInstance( &pParamObject))) in invokeWithDispIdUnoTlb()
1061 if( SUCCEEDED( pDisp.GetPropertyByName( L"0", &varOut))) in invokeWithDispIdUnoTlb()
1213 if ( SUCCEEDED( pType->GetDocumentation(0, &defaultMemberName, 0, 0, 0 ) ) ) in initialize()
1337 if ( SUCCEEDED( hr ) ) in directInvoke()
1434 if ( SUCCEEDED( hInvRes ) ) in directInvoke()
1624 if( SUCCEEDED( disp.GetPropertyByName( JSCRIPT_ID_PROPERTY, &result))) in isJScriptObject()
2220 if( SUCCEEDED(getTypeInfo()->GetNames( id, & memberName, 1, &pcNames))) in getFuncDesc()
2246 if (SUCCEEDED(pType->GetFuncDesc(itIndex->second, & pDesc))) in getFuncDesc()
2282 if( SUCCEEDED(getTypeInfo()->GetNames( id, & memberName, 1, &pcNames))) in getPropDesc()
2298 if (SUCCEEDED( pType->GetFuncDesc(p.first->second, & pFuncDesc))) in getPropDesc()
2330 if (SUCCEEDED(pType->GetVarDesc(p.first->second, & pVD))) in getPropDesc()
2417 if( SUCCEEDED( pType->GetTypeAttr( &typeAttr))) in buildComTlbIndex()
2422 if( SUCCEEDED( pType->GetFuncDesc( i, &funcDesc))) in buildComTlbIndex()
2426 … if( SUCCEEDED(pType->GetNames( funcDesc->memid, & memberName, 1, &pcNames))) in buildComTlbIndex()
2447 if (SUCCEEDED(pType->GetVarDesc(i, & varDesc))) in buildComTlbIndex()
2451 … if (SUCCEEDED(pType->GetNames(varDesc->memid, & memberName, 1, &pcNames))) in buildComTlbIndex()
2500 if( SUCCEEDED( m_spDispatch->GetTypeInfo( 0, LOCALE_USER_DEFAULT, &spType.p))) in getTypeInfo()
2508 if( SUCCEEDED(spType->GetTypeAttr( &typeAttr))) in getTypeInfo()
2514 …if (SUCCEEDED(spType->GetRefTypeOfImplType(::sal::static_int_cast< UINT, int >( -1 ), &refDispatch… in getTypeInfo()
2517 if (SUCCEEDED(spType->GetRefTypeInfo(refDispatch, & spTypeDisp))) in getTypeInfo()