Lines Matching refs:aInetOptions
179 SvtInetOptions aInetOptions; in GetOptions() local
417 (sal_uInt16)aInetOptions.GetProxyType() ))) in GetOptions()
424 aInetOptions.GetProxyHttpName() ))) in GetOptions()
430 aInetOptions.GetProxyHttpPort() ))) in GetOptions()
435 aInetOptions.GetProxyFtpName() ))) in GetOptions()
440 aInetOptions.GetProxyFtpPort() ))) in GetOptions()
451 aInetOptions.GetProxyNoProxy() ))) in GetOptions()
532 SvtInetOptions aInetOptions; in SetOptions_Impl() local
748 … aInetOptions.SetProxyType((SvtInetOptions::ProxyType)( (const SfxUInt16Item*)pItem )->GetValue()); in SetOptions_Impl()
756 aInetOptions.SetProxyHttpName( ((const SfxStringItem *)pItem)->GetValue() ); in SetOptions_Impl()
763 aInetOptions.SetProxyHttpPort( ( (const SfxInt32Item*)pItem )->GetValue() ); in SetOptions_Impl()
770 aInetOptions.SetProxyFtpName( ((const SfxStringItem *)pItem)->GetValue() ); in SetOptions_Impl()
777 aInetOptions.SetProxyFtpPort( ( (const SfxInt32Item*)pItem )->GetValue() ); in SetOptions_Impl()
784 aInetOptions.SetProxyNoProxy(((const SfxStringItem *)pItem)->GetValue()); in SetOptions_Impl()
825 aInetOptions.flush(); in SetOptions_Impl()