Searched refs:ppBaseTypes (Results 1 – 7 of 7) sorted by relevance
| /trunk/main/cppu/source/typelib/ |
| H A D | static_types.cxx | 479 typelib_TypeDescriptionReference ** ppBaseTypes ) in typelib_static_mi_interface_type_init() argument 497 pIface->ppBaseTypes = new typelib_InterfaceTypeDescription *[ in typelib_static_mi_interface_type_init() 502 pIface->ppBaseTypes[i] = 0; in typelib_static_mi_interface_type_init() 504 (typelib_TypeDescription **)&pIface->ppBaseTypes[i], ppBaseTypes[i] ); in typelib_static_mi_interface_type_init() 505 OSL_ASSERT( pIface->ppBaseTypes[i] ); in typelib_static_mi_interface_type_init() 510 pIface->ppBaseTypes[0] = 0; in typelib_static_mi_interface_type_init() 512 (typelib_TypeDescription **)&pIface->ppBaseTypes[0], in typelib_static_mi_interface_type_init() 514 OSL_ASSERT( pIface->ppBaseTypes[0] ); in typelib_static_mi_interface_type_init() 516 pIface->pBaseTypeDescription = pIface->ppBaseTypes[0]; in typelib_static_mi_interface_type_init()
|
| H A D | typelib.cxx | 696 pTmp->ppBaseTypes = 0; in typelib_typedescription_newEmpty() 1090 calculate(i, directBaseSet, &directBaseMembers, desc->ppBaseTypes[i]); in BaseList() 1102 desc->ppBaseTypes[i]); in calculate() 1142 pITD->ppBaseTypes = new typelib_InterfaceTypeDescription *[nBaseInterfaces]; in typelib_typedescription_newMIInterface() 1144 pITD->ppBaseTypes[i] = 0; in typelib_typedescription_newMIInterface() 1147 &pITD->ppBaseTypes[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() 1161 pITD->pBaseTypeDescription = pITD->ppBaseTypes[0]; in typelib_typedescription_newMIInterface() [all …]
|
| /trunk/main/bridges/source/cpp_uno/shared/ |
| H A D | vtables.cxx | 49 n += getVtableCount(type->ppBaseTypes[i]); in getVtableCount() 94 slot.offset += getVtableCount(member->pInterface->ppBaseTypes[i]); in doGetVtableSlot()
|
| H A D | vtablefactory.cxx | 184 offset = calculate(type->ppBaseTypes[i], offset); in calculate() 376 createVtables(blocks, baseOffset, type->ppBaseTypes[i], i != 0); in createVtables()
|
| /trunk/main/cppu/inc/typelib/ |
| H A D | typedescription.h | 482 struct _typelib_InterfaceTypeDescription ** ppBaseTypes; member 1080 typelib_TypeDescriptionReference ** ppBaseTypes )
|
| /trunk/main/cppuhelper/source/ |
| H A D | implbase_ex.cxx | 153 typelib_InterfaceTypeDescription const * base = type->ppBaseTypes[i]; in recursivelyFindType()
|
| /trunk/main/stoc/source/corereflection/ |
| H A D | criface.cxx | 814 &pType->ppBaseTypes[i]->aBase); in getSuperclasses()
|