Home
last modified time | relevance | path

Searched refs:typelib_TypeClass_VOID (Results 26 – 50 of 91) sorted by relevance

1234

/aoo41x/main/binaryurp/source/
H A Dunmarshal.cxx136 case typelib_TypeClass_VOID: in readType()
207 case typelib_TypeClass_VOID: in readType()
295 case typelib_TypeClass_VOID: in readValue()
H A Dproxy.cxx216 if (t.get()->eTypeClass != typelib_TypeClass_VOID) { in do_dispatch_throw()
/aoo41x/main/cppu/source/uno/
H A Dcopy.hxx354 if (typelib_TypeClass_VOID == pType->eTypeClass) in _copyConstructAny()
365 if (typelib_TypeClass_VOID == pType->eTypeClass) in _copyConstructAny()
565 if (typelib_TypeClass_VOID == pType->eTypeClass) in icopyConstructSequence()
H A Dassign.hxx257 case typelib_TypeClass_VOID: in _assignData()
258 return pSourceType->eTypeClass == typelib_TypeClass_VOID; in _assignData()
H A Deq.hxx321 case typelib_TypeClass_VOID: in _equalData()
322 return eSourceTypeClass == typelib_TypeClass_VOID; in _equalData()
H A Dprim.hxx138 g_pVoidType = * ::typelib_static_type_getByTypeClass( typelib_TypeClass_VOID ); in _getVoidType()
/aoo41x/main/bridges/source/cpp_uno/gcc3_macosx_intel/
H A Duno2cpp.cxx125 case typelib_TypeClass_VOID: in callVirtualMethod()
414 &pReturnTypeRef, typelib_TypeClass_VOID, aVoidName.pData ); in unoInterfaceProxyDispatch()
/aoo41x/main/bridges/source/cpp_uno/mingw_intel/
H A Duno2cpp.cxx113 case typelib_TypeClass_VOID: in callVirtualMethod()
415 &pReturnTypeRef, typelib_TypeClass_VOID, aVoidName.pData ); in unoInterfaceProxyDispatch()
H A Dcpp2uno.cxx373 … typelib_TypeClass returnTypeClass = returnType ? returnType->eTypeClass : typelib_TypeClass_VOID; in codeSnippet()
380 case typelib_TypeClass_VOID: in codeSnippet()
/aoo41x/main/cli_ure/source/uno_bridge/
H A Dcli_data.cxx210 case typelib_TypeClass_VOID: in mapUnoType()
332 typelib_TypeClass_VOID ); in mapCliType()
421 typelib_TypeClass_VOID ); in mapCliType()
760 case typelib_TypeClass_VOID: in map_to_uno()
879 case typelib_TypeClass_VOID: in map_to_uno()
1572 if (typelib_TypeClass_VOID != pAny->pType->eTypeClass) in map_to_cli()
H A Dcli_uno.cxx167 (typelib_TypeClass_VOID != return_type->eTypeClass)) in call_uno()
/aoo41x/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Dcpp2uno.cxx371 case typelib_TypeClass_VOID: in codeSnippet()
468 typelib_TypeClass_VOID); in addLocalFunctions()
/aoo41x/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Dcpp2uno.cxx366 case typelib_TypeClass_VOID: in codeSnippet()
462 typelib_TypeClass_VOID); in addLocalFunctions()
/aoo41x/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Duno2cpp.cxx83 cmp ecx, typelib_TypeClass_VOID in callVirtualMethod()
380 &pReturnTypeRef, typelib_TypeClass_VOID, aVoidName.pData ); in unoInterfaceProxyDispatch()
/aoo41x/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Dcpp2uno.cxx394 ? typelib_TypeClass_VOID : returnType->eTypeClass; in codeSnippet()
400 case typelib_TypeClass_VOID: in codeSnippet()
/aoo41x/main/cppu/source/typelib/
H A Dstatic_types.cxx275 typelib_TypeClass_VOID, sReturnType1.pData, 0, 0, 0, 0 ); in typelib_static_type_getByTypeClass()
280 typelib_TypeClass_VOID, sReturnType1.pData, in typelib_static_type_getByTypeClass()
/aoo41x/main/cppu/inc/typelib/
H A Dtypeclass.h33 typelib_TypeClass_VOID = 0, enumerator
/aoo41x/main/bridges/source/jni_uno/
H A Djni_java2uno.cxx182 case typelib_TypeClass_VOID: in call_uno()
325 if (typelib_TypeClass_VOID != return_type->eTypeClass) in call_uno()
H A Djni_data.cxx117 = *typelib_static_type_getByTypeClass(typelib_TypeClass_VOID); in createDefaultUnoValue()
555 case typelib_TypeClass_VOID: in map_to_uno()
1624 if (typelib_TypeClass_VOID == pAny->pType->eTypeClass) in map_to_java()
1649 case typelib_TypeClass_VOID: in map_to_java()
/aoo41x/main/pyuno/source/module/
H A Dpyuno.cxx80 if (pTypeRef->eTypeClass == typelib_TypeClass_VOID) in val2str()
300 case typelib_TypeClass_VOID: in val2str()
/aoo41x/main/cppu/source/LogBridge/
H A DLogBridge.cxx197 case typelib_TypeClass_VOID: in traceValue()
/aoo41x/main/cppu/inc/com/sun/star/uno/
H A DAny.h157 { return (typelib_TypeClass_VOID != pType->eTypeClass); } in hasValue()
/aoo41x/main/cppu/inc/cppu/
H A Dunotype.hxx122 return ::cppu::detail::getTypeFromTypeClass(::typelib_TypeClass_VOID); in cppu_detail_getUnoType()
/aoo41x/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Duno2cpp.cxx311 &pReturnTypeRef, typelib_TypeClass_VOID, aVoidName.pData ); in unoInterfaceProxyDispatch()
/aoo41x/main/comphelper/source/misc/
H A Danytostring.cxx67 if (typeRef->eTypeClass == typelib_TypeClass_VOID) { in appendValue()

Completed in 99 milliseconds

1234