Lines Matching refs:nAllMembers

398 	sal_Bool * pReadWriteAttributes = (sal_Bool *)alloca( pITD->nAllMembers );  in typelib_typedescription_initTables()
399 for ( sal_Int32 i = pITD->nAllMembers; i--; ) in typelib_typedescription_initTables()
426 pITD->pMapMemberIndexToFunctionIndex = new sal_Int32[ pITD->nAllMembers ]; in typelib_typedescription_initTables()
429 for( i = 0; i < pITD->nAllMembers; i++ ) in typelib_typedescription_initTables()
442 pITD->pMapFunctionIndexToMemberIndex = new sal_Int32[ pITD->nAllMembers + nAdditionalOffset ]; in typelib_typedescription_initTables()
444 for( i = 0; i < pITD->nAllMembers; i++ ) in typelib_typedescription_initTables()
456 pITD->nMapFunctionIndexToMemberIndex = pITD->nAllMembers + nAdditionalOffset; in typelib_typedescription_initTables()
690 pTmp->nAllMembers = 0; in typelib_typedescription_newEmpty()
1171 pITD->nAllMembers = nMembers + aBaseList.getBaseMembers(); in typelib_typedescription_newMIInterface()
1174 if( pITD->nAllMembers ) in typelib_typedescription_newMIInterface()
1177 pITD->ppAllMembers = new typelib_TypeDescriptionReference *[ pITD->nAllMembers ]; in typelib_typedescription_newMIInterface()
1323 (nAbsolutePosition >= pInterface->nAllMembers - pInterface->nMembers) in typelib_typedescription_newInterfaceMethod()
1324 && nAbsolutePosition < pInterface->nAllMembers); in typelib_typedescription_newInterfaceMethod()
1326 - (pInterface->nAllMembers - pInterface->nMembers); in typelib_typedescription_newInterfaceMethod()
1396 (nAbsolutePosition >= pInterface->nAllMembers - pInterface->nMembers) in typelib_typedescription_newExtendedInterfaceAttribute()
1397 && nAbsolutePosition < pInterface->nAllMembers); in typelib_typedescription_newExtendedInterfaceAttribute()
1399 - (pInterface->nAllMembers - pInterface->nMembers); in typelib_typedescription_newExtendedInterfaceAttribute()
1502 {for( sal_Int32 i = 0; i < pITD->nAllMembers; i++ ) in typelib_typedescription_destructExtendedMembers()