Home
last modified time | relevance | path

Searched refs:ppBaseTypes (Results 1 – 7 of 7) sorted by relevance

/aoo41x/main/cppu/source/typelib/
H A Dstatic_types.cxx479 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 Dtypelib.cxx698 pTmp->ppBaseTypes = 0; in typelib_typedescription_newEmpty()
1104 desc->ppBaseTypes[i]); in calculate()
1146 pITD->ppBaseTypes[i] = 0; in typelib_typedescription_newMIInterface()
1149 &pITD->ppBaseTypes[i]), in typelib_typedescription_newMIInterface()
1151 if (pITD->ppBaseTypes[i] == 0 in typelib_typedescription_newMIInterface()
1154 &pITD->ppBaseTypes[i]), in typelib_typedescription_newMIInterface()
1160 OSL_ASSERT(pITD->ppBaseTypes[i] != 0); in typelib_typedescription_newMIInterface()
1163 pITD->pBaseTypeDescription = pITD->ppBaseTypes[0]; in typelib_typedescription_newMIInterface()
1188 = pITD->ppBaseTypes[i->directBaseIndex]; in typelib_typedescription_newMIInterface()
1514 pITD->ppBaseTypes[i])); in typelib_typedescription_destructExtendedMembers()
[all …]
/aoo41x/main/bridges/source/cpp_uno/shared/
H A Dvtables.cxx49 n += getVtableCount(type->ppBaseTypes[i]); in getVtableCount()
94 slot.offset += getVtableCount(member->pInterface->ppBaseTypes[i]); in doGetVtableSlot()
H A Dvtablefactory.cxx184 offset = calculate(type->ppBaseTypes[i], offset); in calculate()
376 createVtables(blocks, baseOffset, type->ppBaseTypes[i], i != 0); in createVtables()
/aoo41x/main/cppu/inc/typelib/
H A Dtypedescription.h482 struct _typelib_InterfaceTypeDescription ** ppBaseTypes; member
1080 typelib_TypeDescriptionReference ** ppBaseTypes )
/aoo41x/main/cppuhelper/source/
H A Dimplbase_ex.cxx153 typelib_InterfaceTypeDescription const * base = type->ppBaseTypes[i]; in recursivelyFindType()
/aoo41x/main/stoc/source/corereflection/
H A Dcriface.cxx814 &pType->ppBaseTypes[i]->aBase); in getSuperclasses()

Completed in 78 milliseconds