Home
last modified time | relevance | path

Searched refs:aHttpProxy (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/shell/source/backends/wininetbe/
H A Dwininetbackend.cxx210 ProxyEntry aHttpProxy = FindProxyEntry( aProxyList, rtl::OUString( in WinInetBackend() local
220 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()
/aoo4110/main/shell/source/backends/macbe/
H A Dmacbackend.cxx305 ProxyEntry aHttpProxy; in getPropertyValue() local
315 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() local
339 aHttpProxy.Port = port; in getPropertyValue()
343 if( aHttpProxy.Port > 0 ) in getPropertyValue()
347 true, uno::makeAny( aHttpProxy.Port ) ) ); in getPropertyValue()

Completed in 21 milliseconds