Home
last modified time | relevance | path

Searched refs:typelib_TypeClass (Results 26 – 50 of 67) sorted by relevance

123

/aoo41x/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dcpp2uno.cxx65 static typelib_TypeClass cpp2uno_call( in cpp2uno_call()
248 typelib_TypeClass eRet = (typelib_TypeClass)pReturnTypeDescr->eTypeClass; in cpp2uno_call()
259 extern "C" typelib_TypeClass cpp_vtable_call( in cpp_vtable_call()
297 typelib_TypeClass eRet; in cpp_vtable_call()
/aoo41x/main/cppu/source/typelib/
H A Dstatic_types.cxx55 typelib_TypeClass eTypeClass,
137 typelib_TypeClass eTypeClass ) in typelib_static_type_getByTypeClass()
303 typelib_TypeClass eTypeClass, const sal_Char * pTypeName ) in typelib_static_type_init()
360 typelib_TypeClass eTypeClass, const sal_Char * pTypeName, in init()
443 typelib_TypeClass eTypeClass, const sal_Char * pTypeName, in typelib_static_compound_type_init()
H A Dtypelib.cxx100 static inline sal_Bool reallyWeak( typelib_TypeClass eTypeClass ) in reallyWeak()
569 typelib_TypeClass eTypeClass, rtl_uString * pTypeName ) in typelib_typedescription_newEmpty()
771 typelib_TypeDescription ** ppRet, typelib_TypeClass eTypeClass, in newTypeDescription()
894 typelib_TypeClass eTypeClass, in typelib_typedescription_new()
1260 typelib_TypeClass eReturnTypeClass, in typelib_typedescription_newInterfaceMethod()
1339 typelib_TypeClass eAttributeTypeClass, in typelib_typedescription_newInterfaceAttribute()
1354 typelib_TypeClass eAttributeTypeClass, in typelib_typedescription_newExtendedInterfaceAttribute()
2259 typelib_TypeClass eTypeClass, in typelib_typedescriptionreference_newByAsciiName()
2269 typelib_TypeClass eTypeClass, rtl_uString * pTypeName ) in typelib_typedescriptionreference_new()
2562 typelib_TypeClass eAssignable = pAssignable->eTypeClass; in typelib_typedescriptionreference_isAssignableFrom()
[all …]
/aoo41x/main/stoc/source/corereflection/
H A Dbase.hxx181 const OUString & rName, typelib_TypeClass eTypeClass,
234 const OUString & rName, typelib_TypeClass eTypeClass, in InterfaceIdlClassImpl()
269 const OUString & rName, typelib_TypeClass eTypeClass, in CompoundIdlClassImpl()
294 const OUString & rName, typelib_TypeClass eTypeClass, in ArrayIdlClassImpl()
332 const OUString & rName, typelib_TypeClass eTypeClass, in EnumIdlClassImpl()
H A Dcrbase.cxx56 const OUString & rName, typelib_TypeClass eTypeClass, in IdlClassImpl()
/aoo41x/main/binaryurp/source/
H A Dunmarshal.cxx134 typelib_TypeClass tc = static_cast< typelib_TypeClass >(flags & 0x7F); in readType()
161 static_cast< typelib_TypeClass >(tc))); in readType()
182 t.get()->eTypeClass != static_cast< typelib_TypeClass >(tc)) in readType()
H A Dmarshal.cxx143 typelib_TypeClass tc = value.get()->eTypeClass; in writeType()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Duno2cpp.cxx44 void MapReturn(long d0, long d1, typelib_TypeClass eReturnType, long *pRegisterReturn) in MapReturn()
83 typelib_TypeClass eReturnType,
91 typelib_TypeClass eReturnType, in callVirtualMethod()
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Duno2cpp.cxx66 typelib_TypeClass eReturnType,
74 typelib_TypeClass eReturnType, in callVirtualMethod()
H A Dcpp2uno.cxx364 typelib_TypeClass returnTypeClass) in codeSnippet()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Duno2cpp.cxx57 typelib_TypeClass eReturnType,
65 typelib_TypeClass eReturnType, in callVirtualMethod()
/aoo41x/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Duno2cpp.cxx56 typelib_TypeClass eReturnType,
64 typelib_TypeClass eReturnType, in callVirtualMethod()
/aoo41x/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Duno2cpp.cxx52 typelib_TypeClass eReturnType,
60 typelib_TypeClass eReturnType, in callVirtualMethod()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Duno2cpp.cxx53 typelib_TypeClass eReturnType,
60 typelib_TypeClass eReturnType, in callVirtualMethod()
/aoo41x/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Duno2cpp.cxx55 typelib_TypeClass eReturnType,
65 typelib_TypeClass eReturnType, in callVirtualMethod()
/aoo41x/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Duno2cpp.cxx55 typelib_TypeClass eReturnType,
62 typelib_TypeClass eReturnType, in callVirtualMethod()
/aoo41x/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcpp2uno.cxx354 typelib_TypeClass c = ctd->ppTypeRefs[i]->eTypeClass; in isSimpleStruct()
393 typelib_TypeClass c = returnType == 0 in codeSnippet()
H A Duno2cpp.cxx51 typelib_TypeClass eReturnType,
/aoo41x/main/cppu/inc/com/sun/star/uno/
H A DType.hxx50 … ::typelib_typedescriptionreference_new( &_pType, (typelib_TypeClass)eTypeClass, rTypeName.pData ); in Type()
56 …::typelib_typedescriptionreference_newByAsciiName( &_pType, (typelib_TypeClass)eTypeClass, pTypeNa… in Type()
/aoo41x/main/bridges/inc/bridges/cpp_uno/shared/
H A Dtypes.hxx40 bool isSimpleType(typelib_TypeClass typeClass);
/aoo41x/main/cppu/inc/typelib/
H A Dtypeclass.h98 } typelib_TypeClass; typedef
/aoo41x/main/bridges/source/cpp_uno/shared/
H A Dtypes.cxx35 bool isSimpleType(typelib_TypeClass typeClass) { in isSimpleType()
/aoo41x/main/bridges/inc/bridges/cpp_uno/
H A Dtype_misc.hxx109 inline bool cppu_isSimpleType( typelib_TypeClass eTypeClass ) SAL_THROW( () ) in cppu_isSimpleType()
/aoo41x/main/cppu/inc/cppu/
H A Dunotype.hxx105 getTypeFromTypeClass(::typelib_TypeClass tc) { in getTypeFromTypeClass()
/aoo41x/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Duno2cpp.cxx50 typelib_TypeClass eReturnType,

Completed in 100 milliseconds

123