Home
last modified time | relevance | path

Searched refs:pBridge (Results 1 – 25 of 29) sorted by relevance

12

/trunk/main/bridges/inc/bridges/cpp_uno/
H A Dbridge.hxx47 (*pThis->pBridge->pUnoEnv->revokeInterface)( pThis->pBridge->pUnoEnv, pThis->pUnoI ); in cppu_cppInterfaceProxy_free()
50 pThis->pBridge->release(); in cppu_cppInterfaceProxy_free()
70 cppu_Bridge * pBridge = static_cast< cppu_Mapping * >( pMapping )->pBridge; in cppu_Mapping_uno2cpp() local
74 (*pBridge->pUnoEnv->getObjectIdentifier)( pBridge->pUnoEnv, &pOId, pUnoI ); in cppu_Mapping_uno2cpp()
128 , pBridge( pBridge_ ) in cppu_cppInterfaceProxy()
133 pBridge->acquire(); in cppu_cppInterfaceProxy()
212 cppu_Bridge * pBridge = static_cast< cppu_Mapping * >( pMapping )->pBridge; in cppu_Mapping_cpp2uno() local
216 (*pBridge->pCppEnv->getObjectIdentifier)( pBridge->pCppEnv, &pOId, pCppI ); in cppu_Mapping_cpp2uno()
245 , pBridge( pBridge_ ) in cppu_unoInterfaceProxy()
250 pBridge->acquire(); in cppu_unoInterfaceProxy()
[all …]
/trunk/main/bridges/source/cpp_uno/shared/
H A Dbridge.cxx74 Bridge * pBridge = static_cast< Bridge::Mapping * >( pMapping )->pBridge; in cpp2unoMapping() local
78 (*pBridge->pCppEnv->getObjectIdentifier)( in cpp2unoMapping()
79 pBridge->pCppEnv, &pOId, pCppI ); in cpp2unoMapping()
83 (*pBridge->pUnoEnv->getRegisteredInterface)( in cpp2unoMapping()
91 pBridge, in cpp2unoMapping()
120 Bridge * pBridge = static_cast< Bridge::Mapping * >( pMapping )->pBridge; in uno2cppMapping() local
124 (*pBridge->pUnoEnv->getObjectIdentifier)( in uno2cppMapping()
125 pBridge->pUnoEnv, &pOId, pUnoI ); in uno2cppMapping()
129 (*pBridge->pCppEnv->getRegisteredInterface)( in uno2cppMapping()
200 aCpp2Uno.pBridge = this; in Bridge()
[all …]
H A Dunointerfaceproxy.cxx44 if (pEnv != pThis->pBridge->getUnoEnv()) { in freeUnoInterfaceProxy()
48 (*pThis->pBridge->getCppEnv()->revokeInterface)( in freeUnoInterfaceProxy()
49 pThis->pBridge->getCppEnv(), pThis->pCppI ); in freeUnoInterfaceProxy()
53 pThis->pBridge->release(); in freeUnoInterfaceProxy()
71 (*static_cast< UnoInterfaceProxy * >( pUnoI )->pBridge->getUnoEnv()-> in acquireProxy()
89 (*static_cast< UnoInterfaceProxy * >( pUnoI )->pBridge->getUnoEnv()-> in releaseProxy()
97 bridges::cpp_uno::shared::Bridge * pBridge, in create() argument
102 return new UnoInterfaceProxy(pBridge, pCppI, pTypeDescr, rOId); in create()
111 , pBridge( pBridge_ ) in UnoInterfaceProxy()
116 pBridge->acquire(); in UnoInterfaceProxy()
[all …]
H A Dcppinterfaceproxy.cxx97 if (pEnv != pThis->pBridge->getCppEnv()) { in freeCppInterfaceProxy()
101 (*pThis->pBridge->getUnoEnv()->revokeInterface)( in freeCppInterfaceProxy()
102 pThis->pBridge->getUnoEnv(), pThis->pUnoI ); in freeCppInterfaceProxy()
106 pThis->pBridge->release(); in freeCppInterfaceProxy()
116 bridges::cpp_uno::shared::Bridge * pBridge, uno_Interface * pUnoI, in create() argument
145 (*pBridge->getCppEnv()->registerProxyInterface)( in acquireProxy()
157 (*pBridge->getCppEnv()->revokeInterface)( in releaseProxy()
158 pBridge->getCppEnv(), castProxyToInterface( this ) ); in releaseProxy()
167 , pBridge( pBridge_ ) in CppInterfaceProxy()
172 pBridge->acquire(); in CppInterfaceProxy()
[all …]
/trunk/main/bridges/source/cpp_uno/gcc3_netbsd_intel/
H A Duno2cpp.cxx197 &pThis->pBridge->aUno2Cpp ); in cpp_call()
226 pUnoArgs[nPos], pParamTypeDescr, &pThis->pBridge->aUno2Cpp ); in cpp_call()
264 &pThis->pBridge->aCpp2Uno ); in cpp_call()
270 &pThis->pBridge->aCpp2Uno ); in cpp_call()
281 &pThis->pBridge->aCpp2Uno ); in cpp_call()
288 fillUnoException( __cxa_get_globals()->caughtExceptions, *ppUnoExc, &pThis->pBridge->aCpp2Uno ); in cpp_call()
387 (*pThis->pBridge->pUnoEnv->getRegisteredInterface)( in cppu_unoInterfaceProxy_dispatch()
388 pThis->pBridge->pUnoEnv, in cppu_unoInterfaceProxy_dispatch()
H A Dcpp2uno.cxx140 &pThis->pBridge->aCpp2Uno ); in cpp2uno_call()
177 raiseException( &aUnoExc, &pThis->pBridge->aUno2Cpp ); // has to destruct the any in cpp2uno_call()
194 &pThis->pBridge->aUno2Cpp ); in cpp2uno_call()
207 &pThis->pBridge->aUno2Cpp ); in cpp2uno_call()
315 (*pCppI->pBridge->pCppEnv->getRegisteredInterface)( in cpp_mediate()
316 pCppI->pBridge->pCppEnv, in cpp_mediate()
/trunk/main/bridges/inc/bridges/cpp_uno/shared/
H A Dcppinterfaceproxy.hxx55 Bridge * pBridge, uno_Interface * pUnoI,
61 Bridge * getBridge() { return pBridge; } in getBridge()
87 Bridge * pBridge; member in bridges::cpp_uno::shared::CppInterfaceProxy
H A Dunointerfaceproxy.hxx70 Bridge * pBridge, com::sun::star::uno::XInterface * pCppI,
76 Bridge * getBridge() { return pBridge; } in getBridge()
91 Bridge * pBridge; member in bridges::cpp_uno::shared::UnoInterfaceProxy
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Duno2cpp.cxx351 (*pThis->pBridge->getUnoEnv()->getRegisteredInterface)( in unoInterfaceProxyDispatch()
352 pThis->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Duno2cpp.cxx415 (*pThis->pBridge->getUnoEnv()->getRegisteredInterface)( in unoInterfaceProxyDispatch()
416 pThis->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Duno2cpp.cxx410 (*pThis->pBridge->getUnoEnv()->getRegisteredInterface)( in unoInterfaceProxyDispatch()
411 pThis->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Duno2cpp.cxx397 (*pThis->pBridge->getUnoEnv()->getRegisteredInterface)( in unoInterfaceProxyDispatch()
398 pThis->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Duno2cpp.cxx373 (*pThis->pBridge->getUnoEnv()->getRegisteredInterface)( in unoInterfaceProxyDispatch()
374 pThis->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Duno2cpp.cxx555 (*pThis->pBridge->getUnoEnv()->getRegisteredInterface)( in unoInterfaceProxyDispatch()
556 pThis->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Duno2cpp.cxx406 (*pThis->pBridge->getUnoEnv()->getRegisteredInterface)( in unoInterfaceProxyDispatch()
407 pThis->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Duno2cpp.cxx550 (*pThis->pBridge->getUnoEnv()->getRegisteredInterface)( in unoInterfaceProxyDispatch()
551 pThis->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Duno2cpp.cxx455 (*pThis->pBridge->getUnoEnv()->getRegisteredInterface)( in unoInterfaceProxyDispatch()
456 pThis->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Duno2cpp.cxx465 proxy->pBridge->getUnoEnv()->getRegisteredInterface( in unoInterfaceProxyDispatch()
466 proxy->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Duno2cpp.cxx627 (*pThis->pBridge->getUnoEnv()->getRegisteredInterface)(
628 pThis->pBridge->getUnoEnv(),
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Duno2cpp.cxx627 (*pThis->pBridge->getUnoEnv()->getRegisteredInterface)(
628 pThis->pBridge->getUnoEnv(),
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Duno2cpp.cxx420 (*pThis->pBridge->getUnoEnv()->getRegisteredInterface)( in unoInterfaceProxyDispatch()
421 pThis->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Duno2cpp.cxx552 (*pThis->pBridge->getUnoEnv()->getRegisteredInterface)( in unoInterfaceProxyDispatch()
553 pThis->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Duno2cpp.cxx589 (*pThis->pBridge->getUnoEnv()->getRegisteredInterface)( in unoInterfaceProxyDispatch()
590 pThis->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Duno2cpp.cxx486 (*pThis->pBridge->getUnoEnv()->getRegisteredInterface)( in unoInterfaceProxyDispatch()
487 pThis->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Duno2cpp.cxx491 (*pThis->pBridge->getUnoEnv()->getRegisteredInterface)( in unoInterfaceProxyDispatch()
492 pThis->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch()

Completed in 86 milliseconds

12