Home
last modified time | relevance | path

Searched refs:eTypeClass (Results 26 – 50 of 137) sorted by relevance

123456

/aoo42x/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Dcpp2uno.cxx113 switch (pParamTypeDescr->eTypeClass) in cpp2uno_call()
216 typelib_TypeClass eRet = (typelib_TypeClass)pReturnTypeDescr->eTypeClass; in cpp2uno_call()
265 switch (aMemberDescr.get()->eTypeClass) in cpp_mediate()
475 if (typelib_TypeClass_INTERFACE_ATTRIBUTE == pTD->eTypeClass) in get_vtable()
478 … ((typelib_InterfaceAttributeTypeDescription *)pTD)->pAttributeTypeRef->eTypeClass ); in get_vtable()
494 ((typelib_InterfaceMethodTypeDescription *)pTD)->pReturnTypeRef->eTypeClass ); in get_vtable()
/aoo42x/main/comphelper/source/misc/
H A Danytostring.cxx67 if (typeRef->eTypeClass == typelib_TypeClass_VOID) { in appendValue()
74 typeRef->eTypeClass != typelib_TypeClass_STRING && in appendValue()
75 typeRef->eTypeClass != typelib_TypeClass_CHAR && in appendValue()
76 typeRef->eTypeClass != typelib_TypeClass_BOOLEAN) in appendValue()
83 switch (typeRef->eTypeClass) { in appendValue()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Dcpp2uno.cxx120 fprintf(stderr, "simple type is %d\n", pParamTypeDescr->eTypeClass); in cpp2uno_call()
123 switch (pParamTypeDescr->eTypeClass) in cpp2uno_call()
129 if (pParamTypeDescr->eTypeClass == typelib_TypeClass_FLOAT) in cpp2uno_call()
325 typelib_TypeClass eRet = (typelib_TypeClass)pReturnTypeDescr->eTypeClass; in cpp2uno_call()
406 switch (aMemberDescr.get()->eTypeClass) in cpp_mediate()
632 switch (member->eTypeClass) { in addLocalFunctions()
H A Duno2cpp.cxx46 void MapReturn(long r0, typelib_TypeClass eTypeClass, sal_uInt64* pRegisterReturn) in MapReturn() argument
54 switch (eTypeClass) in MapReturn()
197 MapReturn(r0, pReturnTypeDescr->eTypeClass, (sal_uInt64*)pRegisterReturn); in callVirtualMethod()
266 switch (pParamTypeDescr->eTypeClass) in cpp_call()
413 switch (pMemberDescr->eTypeClass) in unoInterfaceProxyDispatch()
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_arm/
H A Dcpp2uno.cxx116 switch (pParamTypeDescr->eTypeClass) in cpp2uno_call()
130 switch (pParamTypeDescr->eTypeClass) in cpp2uno_call()
244 (typelib_TypeClass)pReturnTypeDescr->eTypeClass; in cpp2uno_call()
302 switch (aMemberDescr.get()->eTypeClass) in cpp_mediate()
494 switch (member->eTypeClass) in addLocalFunctions()
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Dcpp2uno.cxx113 switch (pParamTypeDescr->eTypeClass) in cpp2uno_call()
266 switch (aMemberDescr.get()->eTypeClass) in cpp_vtable_call()
452 switch (member->eTypeClass) { in addLocalFunctions()
459 member)->pAttributeTypeRef->eTypeClass); in addLocalFunctions()
477 member)->pReturnTypeRef->eTypeClass); in addLocalFunctions()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_arm/
H A Dcpp2uno.cxx116 switch (pParamTypeDescr->eTypeClass) in cpp2uno_call()
130 switch (pParamTypeDescr->eTypeClass) in cpp2uno_call()
244 (typelib_TypeClass)pReturnTypeDescr->eTypeClass; in cpp2uno_call()
302 switch (aMemberDescr.get()->eTypeClass) in cpp_mediate()
494 switch (member->eTypeClass) in addLocalFunctions()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dcpp2uno.cxx113 switch (pParamTypeDescr->eTypeClass) in cpp2uno_call()
266 switch (aMemberDescr.get()->eTypeClass) in cpp_vtable_call()
452 switch (member->eTypeClass) { in addLocalFunctions()
459 member)->pAttributeTypeRef->eTypeClass); in addLocalFunctions()
477 member)->pReturnTypeRef->eTypeClass); in addLocalFunctions()
/aoo42x/main/cppu/inc/com/sun/star/uno/
H A DReference.hxx50 if (typelib_TypeClass_INTERFACE == aRet.pType->eTypeClass) in iquery()
166 _pInterface = (typelib_TypeClass_INTERFACE == rAny.pType->eTypeClass in Reference()
189 _pInterface = iquery_throw( typelib_TypeClass_INTERFACE == rAny.pType->eTypeClass in Reference()
281 rAny.pType->eTypeClass == typelib_TypeClass_INTERFACE in set()
309 rAny.pType->eTypeClass == typelib_TypeClass_INTERFACE in set()
/aoo42x/main/bridges/source/jni_uno/
H A Djni_info.cxx80 OSL_ASSERT( typelib_TypeClass_INTERFACE == m_td.get()->eTypeClass ); in JNI_interface_type_info()
125 member_td.get()->eTypeClass) // method in JNI_interface_type_info()
161 member_td.get()->eTypeClass ); in JNI_interface_type_info()
246 OSL_ASSERT( typelib_TypeClass_STRUCT == m_td.get()->eTypeClass || in JNI_compound_type_info()
247 typelib_TypeClass_EXCEPTION == m_td.get()->eTypeClass ); in JNI_compound_type_info()
271 if (typelib_TypeClass_EXCEPTION == m_td.get()->eTypeClass) in JNI_compound_type_info()
312 if (td->aBase.eTypeClass == typelib_TypeClass_STRUCT in JNI_compound_type_info()
356 switch (td->eTypeClass) in create_type_info()
H A Djni_info.h57 return ((type1->eTypeClass == type2->eTypeClass) && name1.equals( name2 )); in type_equals()
63 return ((typelib_TypeClass_INTERFACE == type->eTypeClass) && in is_XInterface()
253 switch (type->eTypeClass) in append_sig()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Duno2cpp.cxx46 void MapReturn(long r2, double f0, typelib_TypeClass eTypeClass, sal_uInt64* pRegisterReturn) in MapReturn() argument
51 switch (eTypeClass) in MapReturn()
200 MapReturn(r2, f0, pReturnTypeDescr->eTypeClass, (sal_uInt64*)pRegisterReturn); in callVirtualMethod()
271 switch (pParamTypeDescr->eTypeClass) in cpp_call()
418 switch (pMemberDescr->eTypeClass) in unoInterfaceProxyDispatch()
H A Dcpp2uno.cxx117 switch (pParamTypeDescr->eTypeClass) in cpp2uno_call()
123 if (pParamTypeDescr->eTypeClass == typelib_TypeClass_FLOAT) in cpp2uno_call()
310 typelib_TypeClass eRet = (typelib_TypeClass)pReturnTypeDescr->eTypeClass; in cpp2uno_call()
391 switch (aMemberDescr.get()->eTypeClass) in cpp_mediate()
613 switch (member->eTypeClass) { in addLocalFunctions()
/aoo42x/main/binaryurp/source/
H A Dproxy.cxx152 switch (member->eTypeClass) { in do_dispatch_throw()
194 ret.getType().get()->eTypeClass == typelib_TypeClass_EXCEPTION); in do_dispatch_throw()
198 switch (member->eTypeClass) { in do_dispatch_throw()
216 if (t.get()->eTypeClass != typelib_TypeClass_VOID) { in do_dispatch_throw()
H A Dreader.cxx235 if (type.get()->eTypeClass != typelib_TypeClass_INTERFACE) { in readMessage()
269 if (memberTd.get()->eTypeClass == typelib_TypeClass_INTERFACE_METHOD && in readMessage()
288 switch (memberTd.get()->eTypeClass) { in readMessage()
428 switch (req.member.get()->eTypeClass) { in readReplyMessage()
475 switch (req.member.get()->eTypeClass) { in readReplyMessage()
/aoo42x/main/pyuno/source/module/
H A Dpyuno_except.cxx102 sal_Bool isStruct = desc.get()->eTypeClass == typelib_TypeClass_STRUCT; in createClass()
103 sal_Bool isExc = desc.get()->eTypeClass == typelib_TypeClass_EXCEPTION; in createClass()
104 sal_Bool isInterface = desc.get()->eTypeClass == typelib_TypeClass_INTERFACE; in createClass()
110 typeClassToString( (com::sun::star::uno::TypeClass) desc.get()->eTypeClass)); in createClass()
H A Dpyuno_type.cxx185 if(desc.get()->eTypeClass != typelib_TypeClass_ENUM ) in PyEnum2Enum()
190 typeClassToString( (com::sun::star::uno::TypeClass) desc.get()->eTypeClass)); in PyEnum2Enum()
247 if( desc.get()->eTypeClass != (typelib_TypeClass) *(sal_Int32*)enumValue.getValue() ) in PyType2Type()
251 buf.appendAscii( typeClassToString( (TypeClass) desc.get()->eTypeClass) ); in PyType2Type()
273 (com::sun::star::uno::TypeClass)desc.get()->eTypeClass; in importToGlobal()
/aoo42x/main/bridges/source/cpp_uno/mingw_intel/
H A Dsmallstruct.cxx36 switch (type->eTypeClass) { in isSimpleStruct()
43 switch (p->ppTypeRefs[i]->eTypeClass) { in isSimpleStruct()
57 if (!isSimpleType(p->ppTypeRefs[i]->eTypeClass)) in isSimpleStruct()
/aoo42x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dcpp2uno.cxx61 switch (t->ppTypeRefs[i]->eTypeClass) { in loadFpRegsFromStruct()
161 switch (ptd->eTypeClass) { in call()
341 switch (rtd->eTypeClass) { in call()
419 switch (desc.get()->eTypeClass) { in vtableCall()
563 switch (member->eTypeClass) { in addLocalFunctions()
H A Duno2cpp.cxx62 switch (t->ppTypeRefs[i]->eTypeClass) { in storeFpRegsToStruct()
161 switch (parameters[i].pTypeRef->eTypeClass) { in call()
365 switch (rtd->eTypeClass) { in call()
406 switch (pMemberDescr->eTypeClass) { in unoInterfaceProxyDispatch()
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/
H A Dcpp2uno.cxx123 switch (pParamTypeDescr->eTypeClass) in cpp2uno_call()
129 if (pParamTypeDescr->eTypeClass == typelib_TypeClass_FLOAT) in cpp2uno_call()
321 typelib_TypeClass eRet = (typelib_TypeClass)pReturnTypeDescr->eTypeClass; in cpp2uno_call()
405 switch (aMemberDescr.get()->eTypeClass) in cpp_mediate()
678 switch (member->eTypeClass) { in addLocalFunctions()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_powerpc64/
H A Dcpp2uno.cxx123 switch (pParamTypeDescr->eTypeClass) in cpp2uno_call()
129 if (pParamTypeDescr->eTypeClass == typelib_TypeClass_FLOAT) in cpp2uno_call()
321 typelib_TypeClass eRet = (typelib_TypeClass)pReturnTypeDescr->eTypeClass; in cpp2uno_call()
405 switch (aMemberDescr.get()->eTypeClass) in cpp_mediate()
678 switch (member->eTypeClass) { in addLocalFunctions()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Dcpp2uno.cxx157 switch (pParamTypeDescr->eTypeClass) in cpp2uno_call()
163 fprintf(stderr,"cpp2uno_call:hyper=%d,%p\n",pParamTypeDescr->eTypeClass,gpreg[0]); in cpp2uno_call()
366 typelib_TypeClass eRet = (typelib_TypeClass)pReturnTypeDescr->eTypeClass; in cpp2uno_call()
441 switch (aMemberDescr.get()->eTypeClass) in cpp_mediate()
760 switch (member->eTypeClass) { in addLocalFunctions()
/aoo42x/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Dcpp2uno.cxx110 switch (pParamTypeDescr->eTypeClass) in cpp2uno_call()
219 typelib_TypeClass eRet = (typelib_TypeClass)pReturnTypeDescr->eTypeClass; in cpp2uno_call()
273 switch (aMemberDescr.get()->eTypeClass) in cpp_mediate()
483 switch (member->eTypeClass) { in addLocalFunctions()
/aoo42x/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Dcpp2uno.cxx108 switch (pParamTypeDescr->eTypeClass) in cpp2uno_call()
219 typelib_TypeClass eRet = (typelib_TypeClass)pReturnTypeDescr->eTypeClass; in cpp2uno_call()
271 switch (aMemberDescr.get()->eTypeClass) in cpp_mediate()
480 switch (member->eTypeClass) { in addLocalFunctions()

Completed in 143 milliseconds

123456