Home
last modified time | relevance | path

Searched refs:proxy (Results 1 – 25 of 140) sorted by relevance

123456

/trunk/main/cli_ure/source/uno_bridge/
H A Dcli_proxy.cxx165 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 …]
/trunk/main/bridges/source/cpp_uno/cc5_solaris_sparc64/
H A Dcpp2uno.cxx126 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 Duno2cpp.cxx127 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 …]
/trunk/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory_Test.java49 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()
/trunk/main/udkapi/com/sun/star/reflection/
H A DXProxyFactory.idl39 /** 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 DProxyFactory.idl37 /** 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
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A Dmakefile.mk51 …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…
/trunk/main/rhino/
H A Drhino1_7R3.patch242 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 …]
/trunk/main/offapi/com/sun/star/ucb/
H A DContentProviderProxy.idl43 /** 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.
/trunk/main/binaryurp/source/
H A Dbridge.cxx472 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 Dbridge.hxx124 void resurrectProxy(Proxy & proxy);
126 void revokeProxy(Proxy & proxy);
128 void freeProxy(Proxy & proxy);
/trunk/main/stoc/source/proxy_factory/
H A Dproxyfac.cxx216 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()
/trunk/main/bridges/java/java_uno/src/main/java/com/sun/star/bridges/jni_uno/
H A DJNI_proxy.java119 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()
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/bridges/java_remote/
H A DProxyFactory.java108 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()
/trunk/main/cui/source/options/
H A Doptinet2.src80 Text [ en-US ] = "HT~TP proxy" ;
113 Text [ en-US ] = "HTTP~S proxy" ;
141 Text [ en-US ] = "~FTP proxy" ;
168 Text [ en-US ] = "~SOCKS proxy" ;
195 Text [ en-US ] = "~No proxy for:" ;
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx1936 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()
/trunk/main/bridges/source/jni_uno/
H A Djni_uno2java.cxx45 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()
/trunk/main/crashrep/source/all/
H A Dcrashrep.ulf98 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…
/trunk/main/xmlsecurity/test_docs/CAs/Root_1/
H A Dopenssl.cfg263 # 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.
/trunk/main/xmlsecurity/test_docs/CAs/Root_10/
H A Dopenssl.cfg263 # 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.
/trunk/main/xmlsecurity/test_docs/CAs/Root_11/
H A Dopenssl.cfg269 # 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.
/trunk/main/xmlsecurity/test_docs/CAs/Root_2/
H A Dopenssl.cfg263 # 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.
/trunk/main/xmlsecurity/test_docs/CAs/Root_3/
H A Dopenssl.cfg263 # 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.
/trunk/main/xmlsecurity/test_docs/CAs/Root_4/
H A Dopenssl.cfg263 # 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.
/trunk/main/xmlsecurity/test_docs/CAs/Root_5/
H A Dopenssl.cfg263 # 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.

Completed in 101 milliseconds

123456