Searched refs:aHttpProxy (Results 1 – 2 of 2) sorted by relevance
210 ProxyEntry aHttpProxy = FindProxyEntry( aProxyList, rtl::OUString( in WinInetBackend() local220 aHttpProxy.Server = aTypeIndepProxy.Server; in WinInetBackend()226 aHttpProxy.Port = aTypeIndepProxy.Port; in WinInetBackend()232 aFtpProxy.Port = aHttpProxy.Port; in WinInetBackend()233 aHttpsProxy.Port = aHttpProxy.Port; in WinInetBackend()238 if( aHttpProxy.Server.getLength() > 0 ) in WinInetBackend()241 valueHttpProxyName_.Value <<= aHttpProxy.Server; in WinInetBackend()245 if( aHttpProxy.Port.getLength() > 0 ) in WinInetBackend()248 valueHttpProxyPort_.Value <<= aHttpProxy.Port.toInt32(); in WinInetBackend()
305 ProxyEntry aHttpProxy; in getPropertyValue() local315 aHttpProxy.Server = rtl::OUString::createFromAscii( host ); in getPropertyValue()319 if( aHttpProxy.Server.getLength() > 0 ) in getPropertyValue()323 true, uno::makeAny( aHttpProxy.Server ) ) ); in getPropertyValue()329 ProxyEntry aHttpProxy; in getPropertyValue() local339 aHttpProxy.Port = port; in getPropertyValue()343 if( aHttpProxy.Port > 0 ) in getPropertyValue()347 true, uno::makeAny( aHttpProxy.Port ) ) ); in getPropertyValue()
Completed in 15 milliseconds