Home
last modified time | relevance | path

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

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Proxy.cxx102 typelib_TypeDescription const * pMemberType, in s_Proxy_dispatch() argument
116 switch (pMemberType->eTypeClass) in s_Proxy_dispatch()
123 pMemberType)->pAttributeTypeRef; in s_Proxy_dispatch()
130 pMemberType)->pAttributeTypeRef; in s_Proxy_dispatch()
140 reinterpret_cast<typelib_InterfaceMethodTypeDescription const *>(pMemberType); in s_Proxy_dispatch()
154 pMemberType, in s_Proxy_dispatch()
370 pUnoI->pDispatcher(pUnoI, pMemberType, pReturn, pArgs, ppException); in s_dispatcher_v()
377 typelib_TypeDescription const * pMemberType, in dispatch() argument
389 pMemberType, in dispatch()
432 uno_Environment_invoke(m_to.get(), s_dispatcher_v, m_pUnoI, pMemberType, ret, args, &exc); in dispatch()
[all …]
H A DProxy.hxx67 typelib_TypeDescription const * pMemberType,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppu/source/helper/purpenv/
H A Dhelper_purpenv_Proxy.cxx102 typelib_TypeDescription const * pMemberType, in s_Proxy_dispatch() argument
116 switch (pMemberType->eTypeClass) in s_Proxy_dispatch()
123 pMemberType)->pAttributeTypeRef; in s_Proxy_dispatch()
130 pMemberType)->pAttributeTypeRef; in s_Proxy_dispatch()
140 reinterpret_cast<typelib_InterfaceMethodTypeDescription const *>(pMemberType); in s_Proxy_dispatch()
154 pMemberType, in s_Proxy_dispatch()
370 pUnoI->pDispatcher(pUnoI, pMemberType, pReturn, pArgs, ppException); in s_dispatcher_v()
377 typelib_TypeDescription const * pMemberType, in dispatch() argument
389 pMemberType, in dispatch()
432 uno_Environment_invoke(m_to.get(), s_dispatcher_v, m_pUnoI, pMemberType, ret, args, &exc); in dispatch()
[all …]
H A DProxy.hxx68 typelib_TypeDescription const * pMemberType,
/dports/editors/libreoffice/libreoffice-7.2.6.2/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx127 const typelib_TypeDescription * pMemberType,
130 const typelib_TypeDescription * pMemberType,
133 const typelib_TypeDescription * pMemberType,
343 const typelib_TypeDescription * pMemberType, in getValue() argument
368 pMemberType)->pAttributeTypeRef, in getValue()
378 const typelib_TypeDescription * pMemberType, in setValue() argument
385 pMemberType)->pAttributeTypeRef, nullptr ); in setValue()
412 const typelib_TypeDescription * pMemberType, in invoke() argument
518 pMemberType)->pReturnTypeRef, in invoke()
610 that->getValue( pMemberType, pReturn, ppException ); in adapter_dispatch()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx135 const typelib_TypeDescription * pMemberType,
138 const typelib_TypeDescription * pMemberType,
141 const typelib_TypeDescription * pMemberType,
349 const typelib_TypeDescription * pMemberType, in getValue() argument
374 pMemberType)->pAttributeTypeRef, in getValue()
384 const typelib_TypeDescription * pMemberType, in setValue() argument
391 pMemberType)->pAttributeTypeRef, nullptr ); in setValue()
418 const typelib_TypeDescription * pMemberType, in invoke() argument
524 pMemberType)->pReturnTypeRef, in invoke()
616 that->getValue( pMemberType, pReturn, ppException ); in adapter_dispatch()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/idlc/inc/
H A Dastsequence.hxx27 AstSequence(AstType const * pMemberType, AstScope* pScope) in AstSequence() argument
28 : AstType(NT_sequence, OStringLiteral("[]")+pMemberType->getScopedName(), pScope) in AstSequence()
29 , m_pMemberType(pMemberType) in AstSequence()
/dports/editors/libreoffice/libreoffice-7.2.6.2/idlc/inc/
H A Dastsequence.hxx27 AstSequence(AstType const* pMemberType, AstScope* pScope) in AstSequence() argument
28 : AstType(NT_sequence, OString::Concat("[]") + pMemberType->getScopedName(), pScope) in AstSequence()
29 , m_pMemberType(pMemberType) in AstSequence()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppu/source/LogBridge/
H A DLogBridge.cxx195 typelib_TypeDescription const * pMemberType, in LogProbe() argument
201 if ( pMemberType && pMemberType->pTypeName ) in LogProbe()
203 OUString::unacquired(&pMemberType->pTypeName),RTL_TEXTENCODING_ASCII_US); in LogProbe()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppu/source/LogBridge/
H A DLogBridge.cxx195 typelib_TypeDescription const * pMemberType, in LogProbe() argument
201 if ( pMemberType && pMemberType->pTypeName ) in LogProbe()
202 sTemp = OUStringToOString(pMemberType->pTypeName,RTL_TEXTENCODING_ASCII_US); in LogProbe()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/uno/
H A Ddispatcher.hxx99 struct _typelib_TypeDescription const * pMemberType,
174 struct _typelib_TypeDescription const * pMemberType, in dispatch() argument
178 m_pUnoI, pMemberType, pReturn, pArgs, ppException ); in dispatch()
H A Ddispatcher.h54 const struct _typelib_TypeDescription * pMemberType,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/uno/
H A Ddispatcher.hxx95 struct _typelib_TypeDescription const * pMemberType,
170 struct _typelib_TypeDescription const * pMemberType, in dispatch() argument
174 m_pUnoI, pMemberType, pReturn, pArgs, ppException ); in dispatch()
H A Ddispatcher.h50 const struct _typelib_TypeDescription * pMemberType,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppuhelper/source/
H A Dexc_thrower.cxx77 uno_Interface * pUnoI, typelib_TypeDescription const * pMemberType, in ExceptionThrower_dispatch() argument
80 OSL_ASSERT( pMemberType->eTypeClass == typelib_TypeClass_INTERFACE_METHOD ); in ExceptionThrower_dispatch()
83 const_cast< typelib_TypeDescription * >( pMemberType ) )-> in ExceptionThrower_dispatch()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppuhelper/source/
H A Dexc_thrower.cxx75 uno_Interface * pUnoI, typelib_TypeDescription const * pMemberType, in ExceptionThrower_dispatch() argument
78 OSL_ASSERT( pMemberType->eTypeClass == typelib_TypeClass_INTERFACE_METHOD ); in ExceptionThrower_dispatch()
81 const_cast< typelib_TypeDescription * >( pMemberType ) )-> in ExceptionThrower_dispatch()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/cppu/helper/purpenv/
H A DMapping.hxx49 typelib_TypeDescription const * pMemberType,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/cppu/helper/purpenv/
H A DMapping.hxx45 typelib_TypeDescription const * pMemberType,
/dports/editors/libreoffice/libreoffice-7.2.6.2/stoc/source/proxy_factory/
H A Dproxyfac.cxx207 uno_Interface * pUnoI, const typelib_TypeDescription * pMemberType, in binuno_proxy_dispatch() argument
212 pMemberType )->nPosition) in binuno_proxy_dispatch()
245 that->m_target.dispatch( pMemberType, pReturn, pArgs, ppException ); in binuno_proxy_dispatch()
/dports/editors/libreoffice/libreoffice-7.2.6.2/binaryurp/source/
H A Dproxy.cxx56 uno_Interface * pUnoI, typelib_TypeDescription const * pMemberType, in proxy_dispatchInterface() argument
61 pMemberType, pReturn, pArgs, ppException); in proxy_dispatchInterface()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/binaryurp/source/
H A Dproxy.cxx56 uno_Interface * pUnoI, typelib_TypeDescription const * pMemberType, in proxy_dispatchInterface() argument
61 pMemberType, pReturn, pArgs, ppException); in proxy_dispatchInterface()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/stoc/source/proxy_factory/
H A Dproxyfac.cxx222 uno_Interface * pUnoI, const typelib_TypeDescription * pMemberType, in binuno_proxy_dispatch() argument
227 pMemberType )->nPosition) in binuno_proxy_dispatch()
260 that->m_target.dispatch( pMemberType, pReturn, pArgs, ppException ); in binuno_proxy_dispatch()
/dports/editors/libreoffice/libreoffice-7.2.6.2/testtools/source/performance/
H A Dpseudo.cxx65 const typelib_TypeDescription * pMemberType, in pseudo_unoInterfaceProxy_dispatch() argument
71 (*pThis->pUnoI->pDispatcher)( pThis->pUnoI, pMemberType, pReturn, pArgs, ppException ); in pseudo_unoInterfaceProxy_dispatch()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/testtools/source/performance/
H A Dpseudo.cxx65 const typelib_TypeDescription * pMemberType, in pseudo_unoInterfaceProxy_dispatch() argument
71 (*pThis->pUnoI->pDispatcher)( pThis->pUnoI, pMemberType, pReturn, pArgs, ppException ); in pseudo_unoInterfaceProxy_dispatch()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cli_ure/source/uno_bridge/
H A Dcli_proxy.h283 const struct _typelib_TypeDescription * pMemberType,

12