Lines Matching refs:nAllMembers

400 	sal_Bool * pReadWriteAttributes = (sal_Bool *)alloca( pITD->nAllMembers );  in typelib_typedescription_initTables()
401 for ( sal_Int32 i = pITD->nAllMembers; i--; ) in typelib_typedescription_initTables()
428 pITD->pMapMemberIndexToFunctionIndex = new sal_Int32[ pITD->nAllMembers ]; in typelib_typedescription_initTables()
431 for( i = 0; i < pITD->nAllMembers; i++ ) in typelib_typedescription_initTables()
444 pITD->pMapFunctionIndexToMemberIndex = new sal_Int32[ pITD->nAllMembers + nAdditionalOffset ]; in typelib_typedescription_initTables()
446 for( i = 0; i < pITD->nAllMembers; i++ ) in typelib_typedescription_initTables()
458 pITD->nMapFunctionIndexToMemberIndex = pITD->nAllMembers + nAdditionalOffset; in typelib_typedescription_initTables()
692 pTmp->nAllMembers = 0; in typelib_typedescription_newEmpty()
1173 pITD->nAllMembers = nMembers + aBaseList.getBaseMembers(); in typelib_typedescription_newMIInterface()
1176 if( pITD->nAllMembers ) in typelib_typedescription_newMIInterface()
1179 pITD->ppAllMembers = new typelib_TypeDescriptionReference *[ pITD->nAllMembers ]; in typelib_typedescription_newMIInterface()
1325 (nAbsolutePosition >= pInterface->nAllMembers - pInterface->nMembers) in typelib_typedescription_newInterfaceMethod()
1326 && nAbsolutePosition < pInterface->nAllMembers); in typelib_typedescription_newInterfaceMethod()
1328 - (pInterface->nAllMembers - pInterface->nMembers); in typelib_typedescription_newInterfaceMethod()
1398 (nAbsolutePosition >= pInterface->nAllMembers - pInterface->nMembers) in typelib_typedescription_newExtendedInterfaceAttribute()
1399 && nAbsolutePosition < pInterface->nAllMembers); in typelib_typedescription_newExtendedInterfaceAttribute()
1401 - (pInterface->nAllMembers - pInterface->nMembers); in typelib_typedescription_newExtendedInterfaceAttribute()
1504 {for( sal_Int32 i = 0; i < pITD->nAllMembers; i++ ) in typelib_typedescription_destructExtendedMembers()