/trunk/main/cppu/source/typelib/ |
H A D | typelib.cxx | 621 pTmp->ppTypeRefs = 0; in typelib_typedescription_newEmpty() 640 pTmp->aBase.ppTypeRefs = 0; in typelib_typedescription_newEmpty() 659 pTmp->ppTypeRefs = 0; in typelib_typedescription_newEmpty() 826 pTmp->ppTypeRefs[i] = 0; in newTypeDescription() 829 pTmp->ppTypeRefs +i, pCompoundMembers[i].eTypeClass, in newTypeDescription() 836 pTmp->ppTypeRefs +i, in newTypeDescription() 846 if (pTmp->ppTypeRefs[i]->eTypeClass == in newTypeDescription() 855 TYPELIB_DANGER_GET( &pTD, pTmp->ppTypeRefs[i] ); in newTypeDescription() 1458 typelib_TypeDescriptionReference ** ppTypeRefs = pUnionTD->ppTypeRefs; in typelib_typedescription_destructExtendedMembers() local 1471 delete [] pUnionTD->ppTypeRefs; in typelib_typedescription_destructExtendedMembers() [all …]
|
H A D | static_types.cxx | 396 pComp->ppTypeRefs = new typelib_TypeDescriptionReference *[ nMembers ]; in init() 405 pComp->ppTypeRefs[i] = ppMembers[i] ); in init() 408 TYPELIB_DANGER_GET( &pTD, pComp->ppTypeRefs[i] ); in init()
|
/trunk/main/stoc/source/corereflection/ |
H A D | crcomp.cxx | 147 typelib_TypeDescriptionReference ** ppTypeRefs = pTD->ppTypeRefs; in getDeclaringClass() local 150 if (td_equals( (typelib_TypeDescription *)getTypeDescr(), ppTypeRefs[nPos] )) in getDeclaringClass() 375 typelib_TypeDescriptionReference ** ppTypeRefs = pCompTypeDescr->ppTypeRefs; in getFields() local 382 TYPELIB_DANGER_GET( &pTD, ppTypeRefs[nPos] ); in getFields()
|
/trunk/main/bridges/source/cpp_uno/mingw_intel/ |
H A D | smallstruct.cxx | 43 switch (p->ppTypeRefs[i]->eTypeClass) { in isSimpleStruct() 47 TYPELIB_DANGER_GET(&t, p->ppTypeRefs[i]); in isSimpleStruct() 57 if (!isSimpleType(p->ppTypeRefs[i]->eTypeClass)) in isSimpleStruct()
|
/trunk/main/comphelper/source/misc/ |
H A D | anytostring.cxx | 122 typelib_TypeDescriptionReference ** ppTypeRefs = in appendValue() local 123 compType->ppTypeRefs; in appendValue() 132 TYPELIB_DANGER_GET( &memberType, ppTypeRefs[ nPos ] ); in appendValue() 134 appendTypeError( buf, ppTypeRefs[ nPos ] ); in appendValue()
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/ |
H A D | uno2cpp.cxx | 135 if (p->ppTypeRefs[i]->eTypeClass == typelib_TypeClass_STRUCT || in is_complex_struct() 136 p->ppTypeRefs[i]->eTypeClass == typelib_TypeClass_EXCEPTION) in is_complex_struct() 139 TYPELIB_DANGER_GET(&t, p->ppTypeRefs[i]); in is_complex_struct() 146 else if (!bridges::cpp_uno::shared::isSimpleType(p->ppTypeRefs[i]->eTypeClass)) in is_complex_struct()
|
/trunk/main/cppu/source/uno/ |
H A D | constr.hxx | 63 typelib_TypeDescriptionReference ** ppTypeRefs = (pTypeDescr)->ppTypeRefs; in _defaultConstructStruct() local 69 ::uno_type_constructData( (char *)pMem + pMemberOffsets[nDescr], ppTypeRefs[nDescr] ); in _defaultConstructStruct()
|
H A D | assign.hxx | 89 typelib_TypeDescriptionReference ** ppTypeRefs = pTypeDescr->ppTypeRefs; in _assignStruct() local 95 ppTypeRefs[nDescr], in _assignStruct() 97 ppTypeRefs[nDescr], in _assignStruct()
|
H A D | eq.hxx | 89 typelib_TypeDescriptionReference ** ppTypeRefs = pTypeDescr->ppTypeRefs; in _equalStruct() local 97 ppTypeRefs[nDescr], in _equalStruct() 99 ppTypeRefs[nDescr], in _equalStruct()
|
H A D | destr.hxx | 67 typelib_TypeDescriptionReference ** ppTypeRefs = pTypeDescr->ppTypeRefs; in _destructStruct() local 74 ppTypeRefs[nDescr], release ); in _destructStruct()
|
H A D | copy.hxx | 77 typelib_TypeDescriptionReference ** ppTypeRefs = pTypeDescr->ppTypeRefs; in _copyConstructStruct() local 88 ppTypeRefs[nDescr], mapping ); in _copyConstructStruct() 98 ppTypeRefs[nDescr], acquire ); in _copyConstructStruct()
|
H A D | sequence.cxx | 568 typelib_TypeDescriptionReference ** ppTypeRefs = in icopyConstructFromElements() local 569 pTypeDescr->ppTypeRefs; in icopyConstructFromElements() 578 ppTypeRefs[nDescr], acquire ); in icopyConstructFromElements()
|
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_arm/ |
H A D | uno2cpp.cxx | 110 if (p->ppTypeRefs[i]->eTypeClass == typelib_TypeClass_STRUCT || in is_complex_struct() 111 p->ppTypeRefs[i]->eTypeClass == typelib_TypeClass_EXCEPTION) in is_complex_struct() 114 TYPELIB_DANGER_GET(&t, p->ppTypeRefs[i]); in is_complex_struct() 121 else if (!bridges::cpp_uno::shared::isSimpleType(p->ppTypeRefs[i]->eTypeClass)) in is_complex_struct()
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_arm/ |
H A D | uno2cpp.cxx | 110 if (p->ppTypeRefs[i]->eTypeClass == typelib_TypeClass_STRUCT || in is_complex_struct() 111 p->ppTypeRefs[i]->eTypeClass == typelib_TypeClass_EXCEPTION) in is_complex_struct() 114 TYPELIB_DANGER_GET(&t, p->ppTypeRefs[i]); in is_complex_struct() 121 else if (!bridges::cpp_uno::shared::isSimpleType(p->ppTypeRefs[i]->eTypeClass)) in is_complex_struct()
|
/trunk/main/bridges/source/cpp_uno/gcc3_linux_ia64/ |
H A D | uno2cpp.cxx | 93 if (p->ppTypeRefs[i]->eTypeClass == typelib_TypeClass_STRUCT || in is_complex_struct() 94 p->ppTypeRefs[i]->eTypeClass == typelib_TypeClass_EXCEPTION) in is_complex_struct() 97 TYPELIB_DANGER_GET(&t, p->ppTypeRefs[i]); in is_complex_struct() 104 else if (!bridges::cpp_uno::shared::isSimpleType(p->ppTypeRefs[i]->eTypeClass)) in is_complex_struct()
|
/trunk/main/bridges/source/cpp_uno/shared/ |
H A D | types.cxx | 61 switch (p->ppTypeRefs[i]->eTypeClass) { in relatesToInterfaceType() 71 TYPELIB_DANGER_GET(&t, p->ppTypeRefs[i]); in relatesToInterfaceType()
|
/trunk/main/binaryurp/source/ |
H A D | unmarshal.cxx | 94 i++->getValue(css::uno::TypeDescription(ctd->ppTypeRefs[j]))), in copyMemberValues() 95 ctd->ppTypeRefs[j], 0); in copyMemberValues() 555 readValue(css::uno::TypeDescription(ctd->ppTypeRefs[i]))); in readMemberValues()
|
/trunk/main/codemaker/test/cppumaker/ |
H A D | test_codemaker_cppumaker.cxx | 445 …ASSERT_EQ(typelib_TypeClass_UNSIGNED_SHORT, std->aBase.ppTypeRefs[3]->eTypeClass); // unsigned sho… in TEST() 446 ASSERT_EQ(typelib_TypeClass_CHAR, std->aBase.ppTypeRefs[10]->eTypeClass); // char m11; in TEST()
|
/trunk/main/cppuhelper/source/ |
H A D | component_context.cxx | 119 typelib_TypeDescriptionReference ** ppTypeRefs = pCompType->ppTypeRefs; in val2str() local 128 TYPELIB_DANGER_GET( &pMemberType, ppTypeRefs[ nPos ] ); in val2str()
|
/trunk/main/pyuno/source/module/ |
H A D | pyuno.cxx | 160 typelib_TypeDescriptionReference ** ppTypeRefs = pCompType->ppTypeRefs; in val2str() local 169 TYPELIB_DANGER_GET( &pMemberType, ppTypeRefs[nPos] ); in val2str()
|
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
H A D | uno2cpp.cxx | 62 switch (t->ppTypeRefs[i]->eTypeClass) { in storeFpRegsToStruct() 116 TYPELIB_DANGER_GET(&td, t->ppTypeRefs[i]); in storeFpRegsToStruct()
|
H A D | cpp2uno.cxx | 61 switch (t->ppTypeRefs[i]->eTypeClass) { in loadFpRegsFromStruct() 115 TYPELIB_DANGER_GET(&td, t->ppTypeRefs[i]); in loadFpRegsFromStruct()
|
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/ |
H A D | cpp2uno.cxx | 354 typelib_TypeClass c = ctd->ppTypeRefs[i]->eTypeClass; in isSimpleStruct() 363 if (!isSimpleStruct(ctd->ppTypeRefs[i])) { in isSimpleStruct()
|
/trunk/main/cppu/inc/typelib/ |
H A D | typedescription.h | 143 typelib_TypeDescriptionReference ** ppTypeRefs; member 200 typelib_TypeDescriptionReference ** ppTypeRefs; member
|
/trunk/main/bridges/source/jni_uno/ |
H A D | jni_data.cxx | 179 comp_td->ppTypeRefs[nPos], 0, assign); in createDefaultUnoValue() 187 comp_td->ppTypeRefs[i], 0); in createDefaultUnoValue() 780 comp_td->ppTypeRefs[ nPos ]; in map_to_uno() 988 p, comp_td->ppTypeRefs[ nCleanup ], 0 ); in map_to_uno() 1947 comp_td->ppTypeRefs; in map_to_java()
|