Home
last modified time | relevance | path

Searched refs:aProxy (Results 1 – 5 of 5) sorted by relevance

/aoo4110/main/shell/source/backends/kde4be/
H A Dkde4access.cxx132 KUrl aProxy(aFTPProxy); in getValue() local
133 ::rtl::OUString sProxy = (const sal_Unicode *) aProxy.host().utf16(); in getValue()
159 KUrl aProxy(aFTPProxy); in getValue() local
160 sal_Int32 nPort = aProxy.port(); in getValue()
186 KUrl aProxy(aHTTPProxy); in getValue() local
187 ::rtl::OUString sProxy = (const sal_Unicode *) aProxy.host().utf16(); in getValue()
213 KUrl aProxy(aHTTPProxy); in getValue() local
214 sal_Int32 nPort = aProxy.port(); in getValue()
240 KUrl aProxy(aHTTPSProxy); in getValue() local
267 KUrl aProxy(aHTTPSProxy); in getValue() local
[all …]
/aoo4110/main/shell/source/backends/kdebe/
H A Dkdeaccess.cxx128 KURL aProxy(aFTPProxy); in getValue() local
129 ::rtl::OUString sProxy = (const sal_Unicode *) aProxy.host().ucs2(); in getValue()
155 KURL aProxy(aFTPProxy); in getValue() local
156 sal_Int32 nPort = aProxy.port(); in getValue()
182 KURL aProxy(aHTTPProxy); in getValue() local
183 ::rtl::OUString sProxy = (const sal_Unicode *) aProxy.host().ucs2(); in getValue()
209 KURL aProxy(aHTTPProxy); in getValue() local
210 sal_Int32 nPort = aProxy.port(); in getValue()
236 KURL aProxy(aHTTPSProxy); in getValue() local
263 KURL aProxy(aHTTPSProxy); in getValue() local
[all …]
/aoo4110/main/cli_ure/source/uno_bridge/
H A Dcli_environment.cxx144 RealProxy* aProxy= RemotingServices::GetRealProxy(obj); in getObjectIdentifier() local
145 if (aProxy) in getObjectIdentifier()
147 UnoInterfaceProxy* proxyImpl= dynamic_cast<UnoInterfaceProxy*>(aProxy); in getObjectIdentifier()
/aoo4110/main/shell/source/backends/wininetbe/
H A Dwininetbackend.cxx71 ProxyEntry ReadProxyEntry(const rtl::OUString& aProxy, sal_Int32& i) in ReadProxyEntry() argument
75 aProxyEntry.Server = aProxy.getToken( 0, COLON, i ); in ReadProxyEntry()
77 aProxyEntry.Port = aProxy.getToken( 0, COLON, i ); in ReadProxyEntry()
/aoo4110/main/javaunohelper/test/com/sun/star/lib/uno/helper/
H A DProxyProvider.java64 Object aProxy = new Proxy(sOid, type); in createProxy() local
67 retVal= env.registerInterface(aProxy, arOid, type); in createProxy()

Completed in 35 milliseconds