Searched refs:aProxy (Results 1 – 5 of 5) sorted by relevance
132 KUrl aProxy(aFTPProxy); in getValue() local133 ::rtl::OUString sProxy = (const sal_Unicode *) aProxy.host().utf16(); in getValue()159 KUrl aProxy(aFTPProxy); in getValue() local160 sal_Int32 nPort = aProxy.port(); in getValue()186 KUrl aProxy(aHTTPProxy); in getValue() local187 ::rtl::OUString sProxy = (const sal_Unicode *) aProxy.host().utf16(); in getValue()213 KUrl aProxy(aHTTPProxy); in getValue() local214 sal_Int32 nPort = aProxy.port(); in getValue()240 KUrl aProxy(aHTTPSProxy); in getValue() local267 KUrl aProxy(aHTTPSProxy); in getValue() local[all …]
128 KURL aProxy(aFTPProxy); in getValue() local129 ::rtl::OUString sProxy = (const sal_Unicode *) aProxy.host().ucs2(); in getValue()155 KURL aProxy(aFTPProxy); in getValue() local156 sal_Int32 nPort = aProxy.port(); in getValue()182 KURL aProxy(aHTTPProxy); in getValue() local183 ::rtl::OUString sProxy = (const sal_Unicode *) aProxy.host().ucs2(); in getValue()209 KURL aProxy(aHTTPProxy); in getValue() local210 sal_Int32 nPort = aProxy.port(); in getValue()236 KURL aProxy(aHTTPSProxy); in getValue() local263 KURL aProxy(aHTTPSProxy); in getValue() local[all …]
144 RealProxy* aProxy= RemotingServices::GetRealProxy(obj); in getObjectIdentifier() local145 if (aProxy) in getObjectIdentifier()147 UnoInterfaceProxy* proxyImpl= dynamic_cast<UnoInterfaceProxy*>(aProxy); in getObjectIdentifier()
71 ProxyEntry ReadProxyEntry(const rtl::OUString& aProxy, sal_Int32& i) in ReadProxyEntry() argument75 aProxyEntry.Server = aProxy.getToken( 0, COLON, i ); in ReadProxyEntry()77 aProxyEntry.Port = aProxy.getToken( 0, COLON, i ); in ReadProxyEntry()
64 Object aProxy = new Proxy(sOid, type); in createProxy() local67 retVal= env.registerInterface(aProxy, arOid, type); in createProxy()
Completed in 26 milliseconds