Searched refs:aHttpsProxy (Results 1 – 2 of 2) sorted by relevance
212 ProxyEntry aHttpsProxy = FindProxyEntry( aProxyList, rtl::OUString( in WinInetBackend() local221 aHttpsProxy.Server = aTypeIndepProxy.Server; in WinInetBackend()227 aHttpsProxy.Port = aTypeIndepProxy.Port; in WinInetBackend()233 aHttpsProxy.Port = aHttpProxy.Port; in WinInetBackend()252 if( aHttpsProxy.Server.getLength() > 0 ) in WinInetBackend()255 valueHttpsProxyName_.Value <<= aHttpsProxy.Server; in WinInetBackend()259 if( aHttpsProxy.Port.getLength() > 0 ) in WinInetBackend()262 valueHttpsProxyPort_.Value <<= aHttpsProxy.Port.toInt32(); in WinInetBackend()
353 ProxyEntry aHttpsProxy; in getPropertyValue() local363 aHttpsProxy.Server = rtl::OUString::createFromAscii( host ); in getPropertyValue()367 if( aHttpsProxy.Server.getLength() > 0 ) in getPropertyValue()371 true, uno::makeAny( aHttpsProxy.Server ) ) ); in getPropertyValue()377 ProxyEntry aHttpsProxy; in getPropertyValue() local387 aHttpsProxy.Port = port; in getPropertyValue()391 if( aHttpsProxy.Port > 0 ) in getPropertyValue()395 true, uno::makeAny( aHttpsProxy.Port ) ) ); in getPropertyValue()
Completed in 11 milliseconds