/trunk/main/stoc/source/invocation_adapterfactory/ |
H A D | iafactory.cxx | 175 const typelib_TypeDescription * pMemberType, 178 const typelib_TypeDescription * pMemberType, 181 const typelib_TypeDescription * pMemberType, 398 const typelib_TypeDescription * pMemberType, in getValue() argument 423 pMemberType)->pAttributeTypeRef, in getValue() 433 const typelib_TypeDescription * pMemberType, in setValue() argument 440 pMemberType)->pAttributeTypeRef, 0 ); in setValue() 467 const typelib_TypeDescription * pMemberType, in invoke() argument 573 pMemberType)->pReturnTypeRef, in invoke() 611 uno_Interface * pUnoI, const typelib_TypeDescription * pMemberType, in adapter_dispatch() argument [all …]
|
/trunk/main/cppu/source/helper/purpenv/ |
H A D | helper_purpenv_Proxy.cxx | 125 typelib_TypeDescription const * pMemberType, in s_Proxy_dispatch() argument 139 switch (pMemberType->eTypeClass) in s_Proxy_dispatch() 146 pMemberType)->pAttributeTypeRef; in s_Proxy_dispatch() 153 pMemberType)->pAttributeTypeRef; in s_Proxy_dispatch() 163 (typelib_InterfaceMethodTypeDescription *) pMemberType; in s_Proxy_dispatch() 177 pMemberType, in s_Proxy_dispatch() 394 pUnoI->pDispatcher(pUnoI, pMemberType, pReturn, pArgs, ppException); in s_dispatcher_v() 401 typelib_TypeDescription const * pMemberType, in dispatch() argument 413 pMemberType, in dispatch() 456 uno_Environment_invoke(m_to.get(), s_dispatcher_v, m_pUnoI, pMemberType, ret, args, &exc); in dispatch() [all …]
|
H A D | Proxy.hxx | 76 typelib_TypeDescription const * pMemberType,
|
/trunk/main/cppu/source/LogBridge/ |
H A D | LogBridge.cxx | 214 typelib_TypeDescription const * pMemberType, in LogProbe() argument 221 if ( pMemberType && pMemberType->pTypeName ) in LogProbe() 222 sTemp = ::rtl::OUStringToOString(pMemberType->pTypeName,RTL_TEXTENCODING_ASCII_US); in LogProbe()
|
/trunk/main/idlc/inc/idlc/ |
H A D | astsequence.hxx | 31 AstSequence(AstType* pMemberType, AstScope* pScope) in AstSequence() argument 32 : AstType(NT_sequence, ::rtl::OString("[]")+pMemberType->getScopedName(), pScope) in AstSequence() 33 , m_pMemberType(pMemberType) in AstSequence()
|
/trunk/main/cppu/inc/uno/ |
H A D | dispatcher.hxx | 77 struct _typelib_TypeDescription const * pMemberType, 158 struct _typelib_TypeDescription const * pMemberType, in dispatch() argument 162 m_pUnoI, pMemberType, pReturn, pArgs, ppException ); in dispatch()
|
H A D | dispatcher.h | 55 const struct _typelib_TypeDescription * pMemberType,
|
/trunk/main/cppuhelper/source/ |
H A D | exc_thrower.cxx | 85 uno_Interface * pUnoI, typelib_TypeDescription const * pMemberType, in ExceptionThrower_dispatch() argument 88 OSL_ASSERT( pMemberType->eTypeClass == typelib_TypeClass_INTERFACE_METHOD ); in ExceptionThrower_dispatch() 91 const_cast< typelib_TypeDescription * >( pMemberType ) )-> in ExceptionThrower_dispatch()
|
H A D | component_context.cxx | 127 typelib_TypeDescription * pMemberType = 0; in val2str() local 128 TYPELIB_DANGER_GET( &pMemberType, ppTypeRefs[ nPos ] ); in val2str() 129 buf.append( val2str( (char *)pVal + pMemberOffsets[ nPos ], pMemberType->pWeakRef ) ); in val2str() 130 TYPELIB_DANGER_RELEASE( pMemberType ); in val2str()
|
/trunk/main/stoc/source/proxy_factory/ |
H A D | proxyfac.cxx | 256 uno_Interface * pUnoI, const typelib_TypeDescription * pMemberType, in binuno_proxy_dispatch() argument 261 pMemberType )->nPosition) in binuno_proxy_dispatch() 294 that->m_target.dispatch( pMemberType, pReturn, pArgs, ppException ); in binuno_proxy_dispatch()
|
/trunk/main/pyuno/source/module/ |
H A D | pyuno.cxx | 168 typelib_TypeDescription * pMemberType = 0; in val2str() local 169 TYPELIB_DANGER_GET( &pMemberType, ppTypeRefs[nPos] ); in val2str() 170 buf.append( val2str( (char *)pVal + pMemberOffsets[nPos], pMemberType->pWeakRef, mode ) ); in val2str() 171 TYPELIB_DANGER_RELEASE( pMemberType ); in val2str()
|
/trunk/main/binaryurp/source/ |
H A D | proxy.cxx | 61 uno_Interface * pUnoI, typelib_TypeDescription const * pMemberType, in proxy_dispatchInterface() argument 66 pMemberType, pReturn, pArgs, ppException); in proxy_dispatchInterface()
|
/trunk/main/testtools/source/performance/ |
H A D | pseudo.cxx | 73 const typelib_TypeDescription * pMemberType, in pseudo_unoInterfaceProxy_dispatch() argument 79 (*pThis->pUnoI->pDispatcher)( pThis->pUnoI, pMemberType, pReturn, pArgs, ppException ); in pseudo_unoInterfaceProxy_dispatch()
|
/trunk/main/cppu/inc/cppu/helper/purpenv/ |
H A D | Mapping.hxx | 48 typelib_TypeDescription const * pMemberType,
|
/trunk/main/cppu/source/typelib/ |
H A D | typelib.cxx | 1855 typelib_TypeDescription * pMemberType = 0; in typelib_typedescription_getAlignedUnoSize() local 1867 TYPELIB_DANGER_GET( &pMemberType, pMemberRef ); in typelib_typedescription_getAlignedUnoSize() 1869 pMemberType, nStructSize, nMaxIntegral ); in typelib_typedescription_getAlignedUnoSize() 1870 TYPELIB_DANGER_RELEASE( pMemberType ); in typelib_typedescription_getAlignedUnoSize()
|
/trunk/main/cli_ure/source/uno_bridge/ |
H A D | cli_proxy.h | 286 const struct _typelib_TypeDescription * pMemberType,
|