Home
last modified time | relevance | path

Searched refs:nProxyType (Results 1 – 4 of 4) sorted by relevance

/trunk/main/shell/source/backends/kde4be/
H A Dkde4access.cxx295 int nProxyType; in getValue() local
302 nProxyType = 1; in getValue()
305 nProxyType = 0; in getValue()
308 true, uno::makeAny( (sal_Int32) nProxyType ) ); in getValue()
/trunk/main/shell/source/backends/kdebe/
H A Dkdeaccess.cxx291 int nProxyType; in getValue() local
298 nProxyType = 1; in getValue()
301 nProxyType = 0; in getValue()
304 true, uno::makeAny( (sal_Int32) nProxyType ) ); in getValue()
/trunk/main/swext/mediawiki/src/com/sun/star/wiki/
H A DHelper.java656 int nProxyType = AnyConverter.toInt( xNameAccess.getByName( "ooInetProxyType" ) ); in SetConfigurationProxy() local
657 if ( nProxyType == 0 ) in SetConfigurationProxy()
661 if ( nProxyType == 1 ) in SetConfigurationProxy()
665 else if ( nProxyType == 2 ) in SetConfigurationProxy()
/trunk/main/extensions/source/update/check/
H A Ddownload.cxx223 sal_Int32 nProxyType = aValue.get< sal_Int32 >(); in getProxyForURL() local
224 if( 0 != nProxyType ) // type 0 means "direct connection to the Internet" in getProxyForURL()

Completed in 19 milliseconds