Lines Matching refs:i

282 		sal_Int32 i = 0;  in ~TypeDescriptor_Init_Impl()  local
285 typelib_typedescriptionreference_acquire( ppTDR[i++] = (*aIt).second ); in ~TypeDescriptor_Init_Impl()
289 for( i = 0; i < nSize; i++ ) in ~TypeDescriptor_Init_Impl()
291 typelib_TypeDescriptionReference * pTDR = ppTDR[i]; in ~TypeDescriptor_Init_Impl()
399 for ( sal_Int32 i = pITD->nAllMembers; i--; ) in typelib_typedescription_initTables() local
401 pReadWriteAttributes[i] = sal_False; in typelib_typedescription_initTables()
402 if( typelib_TypeClass_INTERFACE_ATTRIBUTE == pITD->ppAllMembers[i]->eTypeClass ) in typelib_typedescription_initTables()
405 TYPELIB_DANGER_GET( &pM, pITD->ppAllMembers[i] ); in typelib_typedescription_initTables()
409 pReadWriteAttributes[i] = !((typelib_InterfaceAttributeTypeDescription *)pM)->bReadOnly; in typelib_typedescription_initTables()
415 … OString aStr( OUStringToOString( pITD->ppAllMembers[i]->pTypeName, RTL_TEXTENCODING_ASCII_US ) ); in typelib_typedescription_initTables()
428 sal_Int32 i; in typelib_typedescription_initTables() local
429 for( i = 0; i < pITD->nAllMembers; i++ ) in typelib_typedescription_initTables()
432 pITD->pMapMemberIndexToFunctionIndex[i] = i + nAdditionalOffset; in typelib_typedescription_initTables()
434 if( pReadWriteAttributes[i] ) in typelib_typedescription_initTables()
444 for( i = 0; i < pITD->nAllMembers; i++ ) in typelib_typedescription_initTables()
447 pITD->pMapFunctionIndexToMemberIndex[i + nAdditionalOffset] = i; in typelib_typedescription_initTables()
449 if( pReadWriteAttributes[i] ) in typelib_typedescription_initTables()
452 pITD->pMapFunctionIndexToMemberIndex[i + ++nAdditionalOffset] = i; in typelib_typedescription_initTables()
823 for( sal_Int32 i = 0 ; i < nMembers; i++ ) in newTypeDescription() local
826 pTmp->ppTypeRefs[i] = 0; in newTypeDescription()
829 pTmp->ppTypeRefs +i, pCompoundMembers[i].eTypeClass, in newTypeDescription()
830 pCompoundMembers[i].pTypeName ); in newTypeDescription()
832 pTmp->ppMemberNames[i] in newTypeDescription()
833 = pCompoundMembers[i].pMemberName ); in newTypeDescription()
836 pTmp->ppTypeRefs +i, in newTypeDescription()
837 pStructMembers[i].aBase.eTypeClass, in newTypeDescription()
838 pStructMembers[i].aBase.pTypeName ); in newTypeDescription()
840 pTmp->ppMemberNames[i] in newTypeDescription()
841 = pStructMembers[i].aBase.pMemberName ); in newTypeDescription()
846 if (pTmp->ppTypeRefs[i]->eTypeClass == in newTypeDescription()
855 TYPELIB_DANGER_GET( &pTD, pTmp->ppTypeRefs[i] ); in newTypeDescription()
862 pTmp->pMemberOffsets[i] = nOffset - size; in newTypeDescription()
866 pTmp)->pParameterizedTypes[i] in newTypeDescription()
867 = pStructMembers[i].bParameterizedType; in newTypeDescription()
1009 for (sal_Int32 i=0; i < nDimensions; i++) in typelib_typedescription_newArray() local
1012 aBuf.append(pDimensions[i]); in typelib_typedescription_newArray()
1014 nElements *= pDimensions[i]; in typelib_typedescription_newArray()
1087 for (sal_Int32 i = 0; i < desc->nBaseTypes; ++i) { in BaseList() local
1090 calculate(i, directBaseSet, &directBaseMembers, desc->ppBaseTypes[i]); in BaseList()
1099 for (sal_Int32 i = 0; i < desc->nBaseTypes; ++i) { in calculate() local
1102 desc->ppBaseTypes[i]); in calculate()
1143 for (sal_Int32 i = 0; i < nBaseInterfaces; ++i) { in typelib_typedescription_newMIInterface() local
1144 pITD->ppBaseTypes[i] = 0; in typelib_typedescription_newMIInterface()
1147 &pITD->ppBaseTypes[i]), in typelib_typedescription_newMIInterface()
1148 ppBaseInterfaces[i]); in typelib_typedescription_newMIInterface()
1149 if (pITD->ppBaseTypes[i] == 0 in typelib_typedescription_newMIInterface()
1152 &pITD->ppBaseTypes[i]), in typelib_typedescription_newMIInterface()
1158 OSL_ASSERT(pITD->ppBaseTypes[i] != 0); in typelib_typedescription_newMIInterface()
1181 {for (BaseList::List::const_iterator i(rList.begin()); i != rList.end(); in typelib_typedescription_newMIInterface() local
1182 ++i) in typelib_typedescription_newMIInterface()
1184 typelib_InterfaceTypeDescription const * pBase = i->base; in typelib_typedescription_newMIInterface()
1186 = pITD->ppBaseTypes[i->directBaseIndex]; in typelib_typedescription_newMIInterface()
1190 = pDirectBase->ppAllMembers[i->directBaseMemberOffset + j]; in typelib_typedescription_newMIInterface()
1193 aBuf.append(i->directBaseIndex); in typelib_typedescription_newMIInterface()
1195 aBuf.append(i->memberOffset + j); in typelib_typedescription_newMIInterface()
1213 {for( sal_Int32 i = 0; i < nMembers; i++ ) in typelib_typedescription_newMIInterface() local
1215 typelib_typedescriptionreference_acquire( ppMembers[i] ); in typelib_typedescription_newMIInterface()
1216 pITD->ppAllMembers[n++] = ppMembers[i]; in typelib_typedescription_newMIInterface()
1243 for (sal_Int32 i = 0; i < count; ++i) { in copyExceptions() local
1244 p[i] = 0; in copyExceptions()
1246 p + i, typelib_TypeClass_EXCEPTION, typeNames[i]); in copyExceptions()
1305 for( sal_Int32 i = 0; i < nParams; i++ ) in typelib_typedescription_newInterfaceMethod() local
1308 (*ppRet)->pParams[ i ].pName = 0; in typelib_typedescription_newInterfaceMethod()
1309 rtl_uString_acquire( (*ppRet)->pParams[ i ].pName = pParams[i].pParamName ); in typelib_typedescription_newInterfaceMethod()
1310 (*ppRet)->pParams[ i ].pTypeRef = 0; in typelib_typedescription_newInterfaceMethod()
1313 &(*ppRet)->pParams[ i ].pTypeRef, pParams[i].eTypeClass, pParams[i].pTypeName ); in typelib_typedescription_newInterfaceMethod()
1314 (*ppRet)->pParams[ i ].bIn = pParams[i].bIn; in typelib_typedescription_newInterfaceMethod()
1315 (*ppRet)->pParams[ i ].bOut = pParams[i].bOut; in typelib_typedescription_newInterfaceMethod()
1425 for (sal_Int32 i = 0; i < count; ++i) { in deleteExceptions() local
1426 typelib_typedescriptionreference_release(exceptions[i]); in deleteExceptions()
1482 sal_Int32 i; in typelib_typedescription_destructExtendedMembers() local
1483 for( i = 0; i < pCTD->nMembers; i++ ) in typelib_typedescription_destructExtendedMembers()
1485 typelib_typedescriptionreference_release( pCTD->ppTypeRefs[i] ); in typelib_typedescription_destructExtendedMembers()
1489 for ( i = 0; i < pCTD->nMembers; i++ ) in typelib_typedescription_destructExtendedMembers()
1491 rtl_uString_release( pCTD->ppMemberNames[i] ); in typelib_typedescription_destructExtendedMembers()
1502 {for( sal_Int32 i = 0; i < pITD->nAllMembers; i++ ) in typelib_typedescription_destructExtendedMembers() local
1504 typelib_typedescriptionreference_release( pITD->ppAllMembers[i] ); in typelib_typedescription_destructExtendedMembers()
1509 {for (sal_Int32 i = 0; i < pITD->nBaseTypes; ++i) { in typelib_typedescription_destructExtendedMembers() local
1512 pITD->ppBaseTypes[i])); in typelib_typedescription_destructExtendedMembers()
1522 for( sal_Int32 i = 0; i < pIMTD->nParams; i++ ) in typelib_typedescription_destructExtendedMembers() local
1524 rtl_uString_release( pIMTD->pParams[ i ].pName ); in typelib_typedescription_destructExtendedMembers()
1525 typelib_typedescriptionreference_release( pIMTD->pParams[ i ].pTypeRef ); in typelib_typedescription_destructExtendedMembers()
1853 for( sal_Int32 i = 0; i < pTmp->nMembers; i++ ) in typelib_typedescription_getAlignedUnoSize() local
1856 typelib_TypeDescriptionReference * pMemberRef = pTmp->ppTypeRefs[i]; in typelib_typedescription_getAlignedUnoSize()
1961 for (sal_Int32 i = 0; i < count; ++i) { in copyExceptions() local
1962 typelib_typedescriptionreference_acquire(p[i] = source[i]); in copyExceptions()
1994 for (sal_Int32 i = 0; i < newMethod->nParams; ++i) { in createDerivedInterfaceMemberDescription() local
1996 newMethod->pParams[i].pName in createDerivedInterfaceMemberDescription()
1997 = baseMethod->pParams[i].pName); in createDerivedInterfaceMemberDescription()
1999 newMethod->pParams[i].pTypeRef in createDerivedInterfaceMemberDescription()
2000 = baseMethod->pParams[i].pTypeRef); in createDerivedInterfaceMemberDescription()
2001 newMethod->pParams[i].bIn = baseMethod->pParams[i].bIn; in createDerivedInterfaceMemberDescription()
2002 newMethod->pParams[i].bOut = baseMethod->pParams[i].bOut; in createDerivedInterfaceMemberDescription()
2599 for (sal_Int32 i = 0; i < pFromIfc->nBaseTypes; ++i) { in typelib_typedescriptionreference_isAssignableFrom() local
2602 pFromIfc->ppBaseTypes[i]->aBase.pWeakRef)) in typelib_typedescriptionreference_isAssignableFrom()