Lines Matching refs:aInetOptions
179 SvtInetOptions aInetOptions; in GetOptions() local
427 (sal_uInt16)aInetOptions.GetProxyType() ))) in GetOptions()
434 aInetOptions.GetProxyHttpName() ))) in GetOptions()
440 aInetOptions.GetProxyHttpPort() ))) in GetOptions()
445 aInetOptions.GetProxyFtpName() ))) in GetOptions()
450 aInetOptions.GetProxyFtpPort() ))) in GetOptions()
461 aInetOptions.GetProxyNoProxy() ))) in GetOptions()
542 SvtInetOptions aInetOptions; in SetOptions_Impl() local
768 … aInetOptions.SetProxyType((SvtInetOptions::ProxyType)( (const SfxUInt16Item*)pItem )->GetValue()); in SetOptions_Impl()
776 aInetOptions.SetProxyHttpName( ((const SfxStringItem *)pItem)->GetValue() ); in SetOptions_Impl()
783 aInetOptions.SetProxyHttpPort( ( (const SfxInt32Item*)pItem )->GetValue() ); in SetOptions_Impl()
790 aInetOptions.SetProxyFtpName( ((const SfxStringItem *)pItem)->GetValue() ); in SetOptions_Impl()
797 aInetOptions.SetProxyFtpPort( ( (const SfxInt32Item*)pItem )->GetValue() ); in SetOptions_Impl()
804 aInetOptions.SetProxyNoProxy(((const SfxStringItem *)pItem)->GetValue()); in SetOptions_Impl()
845 aInetOptions.flush(); in SetOptions_Impl()