LibreOffice Module cui (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
SvxProxyTabPage Class Reference

#include <optinet2.hxx>

Inheritance diagram for SvxProxyTabPage:
[legend]
Collaboration diagram for SvxProxyTabPage:
[legend]

Public Member Functions

 SvxProxyTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SvxProxyTabPage () override
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void Reset (const SfxItemSet *rSet) override
 
- Public Member Functions inherited from SfxTabPage
void SetDialogController (SfxOkDialogController *pDialog)
 
virtual ~SfxTabPage () override
 
void set_visible (bool bVisible)
 
const SfxItemSetGetItemSet () const
 
virtual bool FillItemSet (SfxItemSet *)
 
virtual void Reset (const SfxItemSet *)
 
virtual bool DeferResetToFirstActivation ()
 
bool HasExchangeSupport () const
 
void SetExchangeSupport ()
 
virtual void ActivatePage (const SfxItemSet &)
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet)
 
void SetUserData (const OUString &rString)
 
const OUString & GetUserData () const
 
virtual void FillUserData ()
 
virtual bool IsReadOnly () const
 
virtual void PageCreated (const SfxAllItemSet &aSet)
 
virtual void ChangesApplied ()
 
void SetFrame (const css::uno::Reference< css::frame::XFrame > &xFrame)
 
css::uno::Reference< css::frame::XFrame > GetFrame () const
 
const SfxItemSetGetDialogExampleSet () const
 
OUString GetHelpId () const
 
OUString GetConfigId () const
 
bool IsVisible () const
 
weld::WindowGetFrameWeld () const
 
std::unordered_map< OUString, css::uno::Any > & getAdditionalProperties ()
 

Static Public Member Functions

static std::unique_ptr< SfxTabPageCreate (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rAttrSet)
 
- Static Public Member Functions inherited from SfxTabPage
static const SfxPoolItemGetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
static const T * GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 

Private Member Functions

void EnableControls_Impl ()
 
void ReadConfigData_Impl ()
 
void ReadConfigDefaults_Impl ()
 
void RestoreConfigDefaults_Impl ()
 
 DECL_LINK (PortChangedHdl, weld::Entry &, void)
 
 DECL_STATIC_LINK (SvxProxyTabPage, NumberOnlyTextFilterHdl, OUString &, bool)
 
 DECL_STATIC_LINK (SvxProxyTabPage, NoSpaceTextFilterHdl, OUString &, bool)
 
 DECL_LINK (ProxyHdl_Impl, weld::ComboBox &, void)
 
 DECL_STATIC_LINK (SvxProxyTabPage, LoseFocusHdl_Impl, weld::Widget &, void)
 

Private Attributes

std::unique_ptr< weld::ComboBoxm_xProxyModeLB
 
std::unique_ptr< weld::Labelm_xHttpProxyFT
 
std::unique_ptr< weld::Entrym_xHttpProxyED
 
std::unique_ptr< weld::Labelm_xHttpPortFT
 
std::unique_ptr< weld::Entrym_xHttpPortED
 
std::unique_ptr< weld::Labelm_xHttpsProxyFT
 
std::unique_ptr< weld::Entrym_xHttpsProxyED
 
std::unique_ptr< weld::Labelm_xHttpsPortFT
 
std::unique_ptr< weld::Entrym_xHttpsPortED
 
std::unique_ptr< weld::Labelm_xFtpProxyFT
 
std::unique_ptr< weld::Entrym_xFtpProxyED
 
std::unique_ptr< weld::Labelm_xFtpPortFT
 
std::unique_ptr< weld::Entrym_xFtpPortED
 
std::unique_ptr< weld::Labelm_xNoProxyForFT
 
std::unique_ptr< weld::Entrym_xNoProxyForED
 
std::unique_ptr< weld::Labelm_xNoProxyDescFT
 
css::uno::Reference< css::uno::XInterface > m_xConfigurationUpdateAccess
 

Additional Inherited Members

- Protected Member Functions inherited from SfxTabPage
 SfxTabPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *rAttrSet)
 
sal_uInt16 GetWhich (sal_uInt16 nSlot, bool bDeep=true) const
 
TypedWhichId< T > GetWhich (TypedWhichId< T > nSlot, bool bDeep=true) const
 
const SfxPoolItemGetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
const T * GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 
SfxOkDialogControllerGetDialogController () const
 

Detailed Description

Definition at line 29 of file optinet2.hxx.

Constructor & Destructor Documentation

◆ SvxProxyTabPage()

SvxProxyTabPage::SvxProxyTabPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rSet 
)

◆ ~SvxProxyTabPage()

SvxProxyTabPage::~SvxProxyTabPage ( )
overridevirtual

Definition at line 180 of file optinet2.cxx.

Member Function Documentation

◆ Create()

std::unique_ptr< SfxTabPage > SvxProxyTabPage::Create ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rAttrSet 
)
static

Definition at line 184 of file optinet2.cxx.

Referenced by CreateGeneralTabPage().

◆ DECL_LINK() [1/2]

SvxProxyTabPage::DECL_LINK ( PortChangedHdl  ,
weld::Entry ,
void   
)
private

◆ DECL_LINK() [2/2]

SvxProxyTabPage::DECL_LINK ( ProxyHdl_Impl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_STATIC_LINK() [1/3]

SvxProxyTabPage::DECL_STATIC_LINK ( SvxProxyTabPage  ,
LoseFocusHdl_Impl  ,
weld::Widget ,
void   
)
private

◆ DECL_STATIC_LINK() [2/3]

SvxProxyTabPage::DECL_STATIC_LINK ( SvxProxyTabPage  ,
NoSpaceTextFilterHdl  ,
OUString &  ,
bool   
)
private

◆ DECL_STATIC_LINK() [3/3]

SvxProxyTabPage::DECL_STATIC_LINK ( SvxProxyTabPage  ,
NumberOnlyTextFilterHdl  ,
OUString &  ,
bool   
)
private

◆ EnableControls_Impl()

void SvxProxyTabPage::EnableControls_Impl ( )
private

◆ FillItemSet()

bool SvxProxyTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ ReadConfigData_Impl()

void SvxProxyTabPage::ReadConfigData_Impl ( )
private

◆ ReadConfigDefaults_Impl()

void SvxProxyTabPage::ReadConfigDefaults_Impl ( )
private

◆ Reset()

void SvxProxyTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

◆ RestoreConfigDefaults_Impl()

void SvxProxyTabPage::RestoreConfigDefaults_Impl ( )
private

Member Data Documentation

◆ m_xConfigurationUpdateAccess

css::uno::Reference< css::uno::XInterface > SvxProxyTabPage::m_xConfigurationUpdateAccess
private

◆ m_xFtpPortED

std::unique_ptr<weld::Entry> SvxProxyTabPage::m_xFtpPortED
private

◆ m_xFtpPortFT

std::unique_ptr<weld::Label> SvxProxyTabPage::m_xFtpPortFT
private

Definition at line 47 of file optinet2.hxx.

Referenced by EnableControls_Impl().

◆ m_xFtpProxyED

std::unique_ptr<weld::Entry> SvxProxyTabPage::m_xFtpProxyED
private

◆ m_xFtpProxyFT

std::unique_ptr<weld::Label> SvxProxyTabPage::m_xFtpProxyFT
private

Definition at line 45 of file optinet2.hxx.

Referenced by EnableControls_Impl().

◆ m_xHttpPortED

std::unique_ptr<weld::Entry> SvxProxyTabPage::m_xHttpPortED
private

◆ m_xHttpPortFT

std::unique_ptr<weld::Label> SvxProxyTabPage::m_xHttpPortFT
private

Definition at line 37 of file optinet2.hxx.

Referenced by EnableControls_Impl().

◆ m_xHttpProxyED

std::unique_ptr<weld::Entry> SvxProxyTabPage::m_xHttpProxyED
private

◆ m_xHttpProxyFT

std::unique_ptr<weld::Label> SvxProxyTabPage::m_xHttpProxyFT
private

Definition at line 35 of file optinet2.hxx.

Referenced by EnableControls_Impl().

◆ m_xHttpsPortED

std::unique_ptr<weld::Entry> SvxProxyTabPage::m_xHttpsPortED
private

◆ m_xHttpsPortFT

std::unique_ptr<weld::Label> SvxProxyTabPage::m_xHttpsPortFT
private

Definition at line 42 of file optinet2.hxx.

Referenced by EnableControls_Impl().

◆ m_xHttpsProxyED

std::unique_ptr<weld::Entry> SvxProxyTabPage::m_xHttpsProxyED
private

◆ m_xHttpsProxyFT

std::unique_ptr<weld::Label> SvxProxyTabPage::m_xHttpsProxyFT
private

Definition at line 40 of file optinet2.hxx.

Referenced by EnableControls_Impl().

◆ m_xNoProxyDescFT

std::unique_ptr<weld::Label> SvxProxyTabPage::m_xNoProxyDescFT
private

Definition at line 52 of file optinet2.hxx.

Referenced by EnableControls_Impl().

◆ m_xNoProxyForED

std::unique_ptr<weld::Entry> SvxProxyTabPage::m_xNoProxyForED
private

◆ m_xNoProxyForFT

std::unique_ptr<weld::Label> SvxProxyTabPage::m_xNoProxyForFT
private

Definition at line 50 of file optinet2.hxx.

Referenced by EnableControls_Impl().

◆ m_xProxyModeLB

std::unique_ptr<weld::ComboBox> SvxProxyTabPage::m_xProxyModeLB
private

The documentation for this class was generated from the following files: