/aoo42x/main/cli_ure/source/uno_bridge/ |
H A D | cli_proxy.cxx | 165 return proxy; in create() 290 UnoInterfaceProxy * proxy = in CanCastTo() local 407 UnoInterfaceProxy * proxy = in findInfo() local 896 reinterpret_cast<void**>(&proxy), in create() 903 return proxy; in create() 956 cli_uno::CliProxy * >( proxy ); in cli_proxy_free() 1016 proxy->m_cliI, in cli_proxy_dispatch() 1038 proxy->m_cliI, in cli_proxy_dispatch() 1119 cli_proxy_acquire(proxy); in cli_proxy_dispatch() 1123 cli_proxy_release(proxy); in cli_proxy_dispatch() [all …]
|
/aoo42x/main/bridges/source/cpp_uno/cc5_solaris_sparc64/ |
H A D | cpp2uno.cxx | 126 bridges::cpp_uno::shared::CppInterfaceProxy * proxy, in call() argument 307 proxy->getUnoI()->pDispatcher( in call() 322 &exc, proxy->getBridge()->getUno2Cpp()); in call() 333 proxy->getBridge()->getUno2Cpp()); in call() 411 bridges::cpp_uno::shared::CppInterfaceProxy * proxy in vtableCall() local 424 proxy, desc, direct, in vtableCall() 441 proxy->acquireProxy(); in vtableCall() 444 proxy->releaseProxy(); in vtableCall() 456 proxy->getBridge()->getCppEnv(), in vtableCall() 458 proxy->getOid().pData, in vtableCall() [all …]
|
H A D | uno2cpp.cxx | 127 bridges::cpp_uno::shared::UnoInterfaceProxy * proxy, in call() argument 150 proxy->getCppI()) + slot.offset; in call() 316 proxy->getBridge()->getUno2Cpp()); in call() 335 exc, name, *exception, proxy->getBridge()->getCpp2Uno()); in call() 356 proxy->getBridge()->getCpp2Uno()); in call() 388 returnValue, ret, rtd, proxy->getBridge()->getCpp2Uno()); in call() 404 bridges::cpp_uno::shared::UnoInterfaceProxy * proxy = in unoInterfaceProxyDispatch() local 417 proxy, slot, in unoInterfaceProxyDispatch() 466 proxy->pBridge->getUnoEnv(), in unoInterfaceProxyDispatch() 468 proxy->oid.pData, in unoInterfaceProxyDispatch() [all …]
|
/aoo42x/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | ProxyFactory_Test.java | 49 Object proxy = new ProxyFactory(handler, null).create("TestOID", type); in testQueryInterface() local 50 assure("", proxy == ((IQueryInterface) proxy).queryInterface(type)); in testQueryInterface() 51 assure("", proxy == UnoRuntime.queryInterface(type, proxy)); in testQueryInterface() 56 Object proxy = new ProxyFactory(handler, null).create( in testExceptionHandling() local 60 proxy.getClass().getMethod("queryInterface", in testExceptionHandling() 62 proxy, new Object[] { new Type(XInterface.class) }, in testExceptionHandling() 70 proxy.getClass().getMethod("getRegisteredObject", in testExceptionHandling() 72 proxy, new Object[] { "TestName" }, in testExceptionHandling()
|
/aoo42x/main/udkapi/com/sun/star/reflection/ |
H A D | XProxyFactory.idl | 39 /** Factory interface to produce proxy objects. 50 /** This method creates a new proxy object that acts on behalf of the given 52 The proxy delegates calls to the given target object. 54 intercept calls on the proxy's interfaces. 57 The proxy object is UNO conform, but does NOT provide original target 64 proxy object
|
H A D | ProxyFactory.idl | 37 /** Service to create proxy objects acting on behalf of a given 39 A proxy delegates calls to a given target object. 41 intercept calls on the proxy's interfaces. 44 A proxy object is UNO conform, but does NOT provide original target
|
/aoo42x/main/winaccessibility/source/UAccCOMIDL/ |
H A D | makefile.mk | 51 …h $(MISC)$/AccessibleKeyBinding.h -iid $(MISC)$/AccessibleKeyBinding_i.c -proxy $(MISC)$/Accessibl… 52 … -h $(MISC)$/AccessibleKeyStroke.h -iid $(MISC)$/AccessibleKeyStroke_i.c -proxy $(MISC)$/Accessibl… 53 MTL_SWITCHES2=-tlb $(MISC)$/Charset.tlb -h $(MISC)$/Charset.h -iid $(MISC)$/Charset_i.c -proxy $(MI… 54 MTL_SWITCHES3=-tlb $(MISC)$/defines.tlb -h $(MISC)$/defines.h -iid $(MISC)$/defines_i.c -proxy $(MI… 55 MTL_SWITCHES4=-tlb $(MISC)$/UAccCOM.tlb -h $(MISC)$/UAccCOM.h -iid $(MISC)$/UAccCOM_i.c -proxy $(MI… 56 …/ia2_api_all.tlb -h $(MISC)$/ia2_api_all.h -iid $(MISC)$/ia2_api_all_i.c -proxy $(MISC)$/ia2_api_a…
|
/aoo42x/main/rhino/ |
H A D | rhino1_7R3.patch | 242 proxy.alertMessage = alertMessage; 243 SwingUtilities.invokeLater(proxy); 260 new Thread(proxy).start(); 298 + proxy.fileName = fileName; 299 + proxy.text = Kit.readReader(reader); 300 + new Thread(proxy).start(); 447 proxy.fileName = url; 448 - proxy.text = sourceInfo.source(); 449 + proxy.text = textArea.getText(); 450 + proxy.scope = debugGui.officeScripts.getScriptScope(url); [all …]
|
/aoo42x/main/offapi/com/sun/star/ucb/ |
H A D | ContentProviderProxy.idl | 43 /** is a proxy for a content provider. 45 <p>Implementing a content provider proxy can be useful if the creation of 48 instanciating and registering the real provider at the UCB, a proxy for 60 for the interfaces implemented by the proxy itself. So the caller of 61 the queryInterface method at the proxy will get access to the real 67 /** gives access to the original content provider behind the proxy.
|
/aoo42x/main/binaryurp/source/ |
H A D | bridge.cxx | 472 void Bridge::resurrectProxy(Proxy & proxy) { in resurrectProxy() argument 473 uno_Interface * p = &proxy; in resurrectProxy() 477 proxy.getOid().pData, in resurrectProxy() 479 proxy.getType().get())); in resurrectProxy() 480 OSL_ASSERT(p == &proxy); in resurrectProxy() 483 void Bridge::revokeProxy(Proxy & proxy) { in revokeProxy() argument 485 binaryUno_.get()->pExtEnv, &proxy); in revokeProxy() 488 void Bridge::freeProxy(Proxy & proxy) { in freeProxy() argument 490 makeReleaseCall(proxy.getOid(), proxy.getType()); in freeProxy()
|
H A D | bridge.hxx | 124 void resurrectProxy(Proxy & proxy); 126 void revokeProxy(Proxy & proxy); 128 void freeProxy(Proxy & proxy);
|
/aoo42x/main/stoc/source/proxy_factory/ |
H A D | proxyfac.cxx | 216 binuno_Proxy * proxy = static_cast< binuno_Proxy * >( in binuno_proxy_free() local 218 OSL_ASSERT( proxy->m_root->m_factory->m_uno_env.get()->pExtEnv == pEnv ); in binuno_proxy_free() 219 delete proxy; in binuno_proxy_free() 375 UnoInterfaceReference proxy( in queryAggregation() local 383 uno_env, reinterpret_cast< void ** >( &proxy.m_pUnoI ), in queryAggregation() 390 proxy.get(), pTypeDescr ); in queryAggregation()
|
/aoo42x/main/bridges/java/java_uno/src/main/java/com/sun/star/bridges/jni_uno/ |
H A D | JNI_proxy.java | 119 Object proxy = proxy_ctor.newInstance( new Object [] { handler } ); in create() local 120 return java_env.registerInterface( proxy, new String [] { oid }, type ); in create() 142 Object proxy, java.lang.reflect.Method method, Object args [] ) in invoke() argument 207 proxy.toString() + ": " + method.toString() ); in invoke()
|
/aoo42x/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | ProxyFactory.java | 108 public Object invoke(Object proxy, Method method, Object[] args) in invoke() argument 117 return "[Proxy:" + System.identityHashCode(proxy) + "," + oid in invoke() 123 return args[0].equals(type) ? proxy in invoke()
|
/aoo42x/main/cui/source/options/ |
H A D | optinet2.src | 78 Text [ en-US ] = "HT~TP proxy" ; 111 Text [ en-US ] = "HTTP~S proxy" ; 139 Text [ en-US ] = "~FTP proxy" ; 166 Text [ en-US ] = "~SOCKS proxy" ; 193 Text [ en-US ] = "~No proxy for:" ;
|
/aoo42x/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 1936 DBusGProxy *proxy = NULL; in dbus_inhibit_gsm() local 1948 proxy = dbus_g_proxy_new_for_name (session_connection, in dbus_inhibit_gsm() 1952 if (proxy == NULL) { in dbus_inhibit_gsm() 1957 res = dbus_g_proxy_call (proxy, in dbus_inhibit_gsm() 1980 g_object_unref (G_OBJECT (proxy)); in dbus_inhibit_gsm() 1989 DBusGProxy *proxy = NULL; in dbus_uninhibit_gsm() local 2006 proxy = dbus_g_proxy_new_for_name (session_connection, in dbus_uninhibit_gsm() 2010 if (proxy == NULL) { in dbus_uninhibit_gsm() 2015 res = dbus_g_proxy_call (proxy, in dbus_uninhibit_gsm() 2033 g_object_unref (G_OBJECT (proxy)); in dbus_uninhibit_gsm()
|
/aoo42x/main/bridges/source/jni_uno/ |
H A D | jni_uno2java.cxx | 45 void SAL_CALL UNO_proxy_free( uno_ExtEnvironment * env, void * proxy ) 542 void SAL_CALL UNO_proxy_free( uno_ExtEnvironment * env, void * proxy ) in UNO_proxy_free() argument 545 UNO_proxy const * that = reinterpret_cast< UNO_proxy const * >( proxy ); in UNO_proxy_free()
|
/aoo42x/main/crashrep/source/all/ |
H A D | crashrep.ulf | 98 en-US = "The error report could not be sent. Please check the proxy settings under 'Options' in the… 128 … to the Internet to be able to send error reports.\n\nCompanies often use proxy servers in conjunc…
|
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_1/ |
H A D | openssl.cfg | 263 # These extensions should be added when creating a proxy certificate 312 # This really needs to be in place for it to be a proxy certificate.
|
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_10/ |
H A D | openssl.cfg | 263 # These extensions should be added when creating a proxy certificate 312 # This really needs to be in place for it to be a proxy certificate.
|
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_11/ |
H A D | openssl.cfg | 269 # These extensions should be added when creating a proxy certificate 318 # This really needs to be in place for it to be a proxy certificate.
|
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_2/ |
H A D | openssl.cfg | 263 # These extensions should be added when creating a proxy certificate 312 # This really needs to be in place for it to be a proxy certificate.
|
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_3/ |
H A D | openssl.cfg | 263 # These extensions should be added when creating a proxy certificate 312 # This really needs to be in place for it to be a proxy certificate.
|
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_4/ |
H A D | openssl.cfg | 263 # These extensions should be added when creating a proxy certificate 312 # This really needs to be in place for it to be a proxy certificate.
|
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_5/ |
H A D | openssl.cfg | 263 # These extensions should be added when creating a proxy certificate 312 # This really needs to be in place for it to be a proxy certificate.
|