Home
last modified time | relevance | path

Searched refs:eTypeClass (Results 101 – 125 of 137) sorted by relevance

123456

/aoo42x/main/binaryurp/source/
H A Dwriter.cxx218 switch (member.get()->eTypeClass) { in sendRequest()
317 switch (member.get()->eTypeClass) { in sendRequest()
378 switch (member.get()->eTypeClass) { in sendReply()
H A Dincomingrequest.cxx193 switch (member_.get()->eTypeClass) { in execute_throw()
265 member_.get()->eTypeClass == in execute_throw()
/aoo42x/main/framework/source/recording/
H A Ddispatchrecorder.cxx98 TypeClass eTypeClass = type.getTypeClass(); in make_seq_out_of_struct() local
99 if (TypeClass_STRUCT != eTypeClass && TypeClass_EXCEPTION != eTypeClass) in make_seq_out_of_struct()
/aoo42x/main/cppu/source/uno/
H A Dconstr.hxx83 switch ( pElementType->eTypeClass ) in _defaultConstructArray()
161 switch (pType->eTypeClass) in _defaultConstructData()
H A Deq.hxx131 switch (pElementType->eTypeClass) in _equalSequence()
306 while (typelib_TypeClass_ANY == (eDestTypeClass = pDestType->eTypeClass)) in _equalData()
312 while (typelib_TypeClass_ANY == (eSourceTypeClass = pSourceType->eTypeClass)) in _equalData()
/aoo42x/main/cppuhelper/source/
H A Dexc_thrower.cxx88 OSL_ASSERT( pMemberType->eTypeClass == typelib_TypeClass_INTERFACE_METHOD ); in ExceptionThrower_dispatch()
124 OSL_ASSERT( pAny->pType->eTypeClass == typelib_TypeClass_EXCEPTION ); in ExceptionThrower_dispatch()
H A Dcomponent_context.cxx85 if (pTypeRef->eTypeClass == typelib_TypeClass_VOID) in val2str()
93 switch (pTypeRef->eTypeClass) in val2str()
/aoo42x/main/stoc/source/corereflection/
H A Dcrbase.cxx56 const OUString & rName, typelib_TypeClass eTypeClass, in IdlClassImpl() argument
60 , _eTypeClass( (TypeClass)eTypeClass ) in IdlClassImpl()
/aoo42x/main/cppu/inc/com/sun/star/uno/
H A DAny.h144 { return (TypeClass)pType->eTypeClass; } in getValueTypeClass()
157 { return (typelib_TypeClass_VOID != pType->eTypeClass); } in hasValue()
H A Dgenfunc.hxx63 if (typelib_TypeClass_INTERFACE == aRet.pType->eTypeClass) in cpp_queryInterface()
/aoo42x/main/vcl/unx/gtk/a11y/
H A Datktext.cxx187 if( typelib_TypeClass_INTERFACE == any.pType->eTypeClass ) in getTextMarkup()
216 if( typelib_TypeClass_INTERFACE == any.pType->eTypeClass ) in getTextAttributes()
244 if( typelib_TypeClass_INTERFACE == any.pType->eTypeClass ) in getMultiLineText()
/aoo42x/main/stoc/test/
H A Dtestintrosp.cxx426 TypeClass eTypeClass; member in ImplIntroTest
553 { return eTypeClass; } in getTypeClass()
555 { eTypeClass = t; } in setTypeClass()
634 eTypeClass = TypeClass_INTERFACE; in Init()
/aoo42x/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx470 if (typelib_TypeClass_INTERFACE_METHOD == member_type->eTypeClass) in Invoke()
499 member_type->eTypeClass ); in Invoke()
990 switch (member_td->eTypeClass) in cli_proxy_dispatch()
1069 != demanded_td.get()->eTypeClass) in cli_proxy_dispatch()
/aoo42x/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx417 (pTypeDescr->eTypeClass == typelib_TypeClass_STRUCT || in getRaiseInfo()
418 pTypeDescr->eTypeClass == typelib_TypeClass_EXCEPTION) ); in getRaiseInfo()
/aoo42x/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Dabi.cxx152 switch ( pTypeRef->eTypeClass ) in classify_argument()
263 OSL_TRACE( "Unhandled case: pType->eTypeClass == %d\n", pTypeRef->eTypeClass ); in classify_argument()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_x86-64/
H A Dabi.cxx152 switch ( pTypeRef->eTypeClass ) in classify_argument()
263 OSL_TRACE( "Unhandled case: pType->eTypeClass == %d\n", pTypeRef->eTypeClass ); in classify_argument()
/aoo42x/main/bridges/source/cpp_uno/s5abi_macosx_x86-64/
H A Dabi.cxx152 switch ( pTypeRef->eTypeClass ) in classify_argument()
263 OSL_TRACE( "Unhandled case: pType->eTypeClass == %d\n", pTypeRef->eTypeClass ); in classify_argument()
/aoo42x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Disdirectreturntype.cxx56 switch (type->eTypeClass) { in isDirectReturnType()
/aoo42x/main/sc/source/ui/vba/
H A Dvbahelper.cxx483 uno::TypeClass eTypeClass = aType.getTypeClass(); in getAnyAsString() local
485 switch ( eTypeClass ) in getAnyAsString()
/aoo42x/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Dcall.cxx49 switch (pReturnTypeDescr->eTypeClass) in MapReturn()
/aoo42x/main/pyuno/source/module/
H A Dpyuno.cxx80 if (pTypeRef->eTypeClass == typelib_TypeClass_VOID) in val2str()
88 switch (pTypeRef->eTypeClass) in val2str()
/aoo42x/main/bridges/source/jni_uno/
H A Djni_helper.h125 args[ 0 ].i = type->eTypeClass; in create_type()
/aoo42x/main/cppu/source/LogBridge/
H A DLogBridge.cxx140 switch(_pTypeRef->eTypeClass) in traceValue()
/aoo42x/main/cppu/source/threadpool/
H A Dcurrent.cxx88 aParameters[0].eTypeClass = typelib_TypeClass_STRING; in get_type_XCurrentContext()
/aoo42x/main/extensions/test/ole/OleClient/
H A Dfuncs.cxx179 switch (indirect_td->pType->eTypeClass) in equalSequences()

Completed in 255 milliseconds

123456