Searched refs:nProxyType (Results 1 – 4 of 4) sorted by relevance
295 int nProxyType; in getValue() local302 nProxyType = 1; in getValue()305 nProxyType = 0; in getValue()308 true, uno::makeAny( (sal_Int32) nProxyType ) ); in getValue()
291 int nProxyType; in getValue() local298 nProxyType = 1; in getValue()301 nProxyType = 0; in getValue()304 true, uno::makeAny( (sal_Int32) nProxyType ) ); in getValue()
656 int nProxyType = AnyConverter.toInt( xNameAccess.getByName( "ooInetProxyType" ) ); in SetConfigurationProxy() local657 if ( nProxyType == 0 ) in SetConfigurationProxy()661 if ( nProxyType == 1 ) in SetConfigurationProxy()665 else if ( nProxyType == 2 ) in SetConfigurationProxy()
223 sal_Int32 nProxyType = aValue.get< sal_Int32 >(); in getProxyForURL() local224 if( 0 != nProxyType ) // type 0 means "direct connection to the internet in getProxyForURL()
Completed in 34 milliseconds