Home
last modified time | relevance | path

Searched refs:pMemberType (Results 1 – 16 of 16) sorted by relevance

/aoo42x/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx175 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 …]
/aoo42x/main/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Proxy.cxx125 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 DProxy.hxx76 typelib_TypeDescription const * pMemberType,
/aoo42x/main/cppu/source/LogBridge/
H A DLogBridge.cxx214 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()
/aoo42x/main/idlc/inc/idlc/
H A Dastsequence.hxx31 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()
/aoo42x/main/cppu/inc/uno/
H A Ddispatcher.hxx77 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 Ddispatcher.h55 const struct _typelib_TypeDescription * pMemberType,
/aoo42x/main/cppuhelper/source/
H A Dexc_thrower.cxx85 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 Dcomponent_context.cxx127 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()
/aoo42x/main/stoc/source/proxy_factory/
H A Dproxyfac.cxx256 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()
/aoo42x/main/pyuno/source/module/
H A Dpyuno.cxx168 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()
/aoo42x/main/binaryurp/source/
H A Dproxy.cxx61 uno_Interface * pUnoI, typelib_TypeDescription const * pMemberType, in proxy_dispatchInterface() argument
66 pMemberType, pReturn, pArgs, ppException); in proxy_dispatchInterface()
/aoo42x/main/testtools/source/performance/
H A Dpseudo.cxx73 const typelib_TypeDescription * pMemberType, in pseudo_unoInterfaceProxy_dispatch() argument
79 (*pThis->pUnoI->pDispatcher)( pThis->pUnoI, pMemberType, pReturn, pArgs, ppException ); in pseudo_unoInterfaceProxy_dispatch()
/aoo42x/main/cppu/inc/cppu/helper/purpenv/
H A DMapping.hxx48 typelib_TypeDescription const * pMemberType,
/aoo42x/main/cppu/source/typelib/
H A Dtypelib.cxx1857 typelib_TypeDescription * pMemberType = 0; in typelib_typedescription_getAlignedUnoSize() local
1869 TYPELIB_DANGER_GET( &pMemberType, pMemberRef ); in typelib_typedescription_getAlignedUnoSize()
1871 pMemberType, nStructSize, nMaxIntegral ); in typelib_typedescription_getAlignedUnoSize()
1872 TYPELIB_DANGER_RELEASE( pMemberType ); in typelib_typedescription_getAlignedUnoSize()
/aoo42x/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.h286 const struct _typelib_TypeDescription * pMemberType,

Completed in 257 milliseconds