Home
last modified time | relevance | path

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

/aoo4110/main/shell/source/backends/wininetbe/
H A Dwininetbackend.cxx212 ProxyEntry aHttpsProxy = FindProxyEntry( aProxyList, rtl::OUString( in WinInetBackend() local
221 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()
/aoo4110/main/shell/source/backends/macbe/
H A Dmacbackend.cxx353 ProxyEntry aHttpsProxy; in getPropertyValue() local
363 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() local
387 aHttpsProxy.Port = port; in getPropertyValue()
391 if( aHttpsProxy.Port > 0 ) in getPropertyValue()
395 true, uno::makeAny( aHttpsProxy.Port ) ) ); in getPropertyValue()

Completed in 21 milliseconds