Home
last modified time | relevance | path

Searched refs:UnoInterfaceProxy (Results 1 – 25 of 35) sorted by relevance

12

/trunk/main/bridges/source/cpp_uno/shared/
H A Dunointerfaceproxy.cxx41 UnoInterfaceProxy * pThis = in freeUnoInterfaceProxy()
42 static_cast< UnoInterfaceProxy * >( in freeUnoInterfaceProxy()
64 & static_cast< UnoInterfaceProxy * >( pUnoI )->nRef )) in acquireProxy()
71 (*static_cast< UnoInterfaceProxy * >( pUnoI )->pBridge->getUnoEnv()-> in acquireProxy()
75 static_cast< UnoInterfaceProxy * >( pUnoI )->oid.pData, in acquireProxy()
76 static_cast< UnoInterfaceProxy * >( pUnoI )->pTypeDescr ); in acquireProxy()
86 & static_cast< UnoInterfaceProxy * >( pUnoI )->nRef )) in releaseProxy()
96 UnoInterfaceProxy * UnoInterfaceProxy::create( in create()
102 return new UnoInterfaceProxy(pBridge, pCppI, pTypeDescr, rOId); in create()
105 UnoInterfaceProxy::UnoInterfaceProxy( in UnoInterfaceProxy() function in bridges::cpp_uno::shared::UnoInterfaceProxy
[all …]
/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx113 UnoInterfaceProxy::UnoInterfaceProxy( in UnoInterfaceProxy() function in cli_uno::UnoInterfaceProxy
138 UnoInterfaceProxy::~UnoInterfaceProxy() in ~UnoInterfaceProxy()
155 System::Object* UnoInterfaceProxy::create( in create()
161 UnoInterfaceProxy* proxyHandler= in create()
162 new UnoInterfaceProxy(bridge, pUnoI, pTD, oid); in create()
290 UnoInterfaceProxy * proxy = in CanCastTo()
291 static_cast< UnoInterfaceProxy * >( in CanCastTo()
332 srrm::IMessage* UnoInterfaceProxy::invokeObject( in invokeObject()
350 UnoInterfaceProxy* unoProxy = in invokeObject()
407 UnoInterfaceProxy * proxy = in findInfo()
[all …]
H A Dcli_proxy.h61 public __gc class UnoInterfaceProxy: public srrp::RealProxy,
119 ~UnoInterfaceProxy();
140 UnoInterfaceProxy(
/trunk/main/bridges/inc/bridges/cpp_uno/shared/
H A Dunointerfaceproxy.hxx65 class UnoInterfaceProxy: public uno_Interface { class
69 static UnoInterfaceProxy * create(
80 UnoInterfaceProxy(UnoInterfaceProxy &); // not implemented
81 void operator =(UnoInterfaceProxy); // not implemented
83 UnoInterfaceProxy(
88 ~UnoInterfaceProxy();
/trunk/main/bridges/source/cpp_uno/cc50_solaris_sparc/
H A Duno2cpp.cxx57 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
277 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
278 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * >(pUnoI); in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Duno2cpp.cxx54 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
249 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
250 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * >(pUnoI); in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_intel/
H A Duno2cpp.cxx159 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
342 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
343 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * >(pUnoI); in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_intel/
H A Duno2cpp.cxx154 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
337 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
338 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * >(pUnoI); in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_intel/
H A Duno2cpp.cxx143 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
323 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
324 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * >(pUnoI); in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/cc50_solaris_intel/
H A Duno2cpp.cxx59 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
299 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
300 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * >(pUnoI); in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_sparc/
H A Duno2cpp.cxx280 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
481 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
482 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * >(pUnoI); in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_os2_intel/
H A Duno2cpp.cxx152 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
332 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
333 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * >(pUnoI); in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_solaris_sparc/
H A Duno2cpp.cxx275 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
476 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
477 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * >(pUnoI); in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/mingw_intel/
H A Duno2cpp.cxx161 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
382 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
383 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * >(pUnoI); in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Duno2cpp.cxx127 bridges::cpp_uno::shared::UnoInterfaceProxy * proxy, in call()
404 bridges::cpp_uno::shared::UnoInterfaceProxy * proxy = in unoInterfaceProxyDispatch()
405 static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * >(pUnoI); in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_powerpc/
H A Duno2cpp.cxx328 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis,
551 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis
552 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy *> (pUnoI);
/trunk/main/bridges/source/cpp_uno/gcc3_linux_m68k/
H A Duno2cpp.cxx159 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
364 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
365 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * >(pUnoI); in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_powerpc/
H A Duno2cpp.cxx328 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis,
551 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis
552 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy *> (pUnoI);
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Duno2cpp.cxx147 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
347 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
348 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * >(pUnoI); in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_mips/
H A Duno2cpp.cxx241 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
471 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
472 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy *> (pUnoI); in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390/
H A Duno2cpp.cxx283 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
512 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
513 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy *> (pUnoI); in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_alpha/
H A Duno2cpp.cxx203 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
410 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
411 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy *> (pUnoI); in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_hppa/
H A Duno2cpp.cxx177 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
385 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
386 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * >(pUnoI); in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_linux_s390x/
H A Duno2cpp.cxx206 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
415 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
416 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy *> (pUnoI); in unoInterfaceProxyDispatch()
/trunk/main/bridges/source/cpp_uno/gcc3_freebsd_x86-64/
H A Duno2cpp.cxx261 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis, in cpp_call()
481 bridges::cpp_uno::shared::UnoInterfaceProxy * pThis in unoInterfaceProxyDispatch()
482 = static_cast< bridges::cpp_uno::shared::UnoInterfaceProxy * >(pUnoI); in unoInterfaceProxyDispatch()

Completed in 98 milliseconds

12