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

#include <optinet2.hxx>

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

Public Member Functions

 SvxSecurityTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SvxSecurityTabPage () 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)
 

Protected Member Functions

virtual void ActivatePage (const SfxItemSet &rSet) override
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet) override
 
- 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
 

Private Member Functions

 DECL_LINK (SecurityOptionsHdl, weld::Button &, void)
 
 DECL_LINK (SavePasswordHdl, weld::Toggleable &, void)
 
 DECL_LINK (MasterPasswordHdl, weld::Button &, void)
 
 DECL_LINK (MasterPasswordCBHdl, weld::Toggleable &, void)
 
 DECL_LINK (ShowPasswordsHdl, weld::Button &, void)
 
 DECL_LINK (MacroSecPBHdl, weld::Button &, void)
 
 DECL_LINK (CertPathPBHdl, weld::Button &, void)
 
 DECL_LINK (TSAURLsPBHdl, weld::Button &, void)
 
 DECL_LINK (CertMgrPBHdl, weld::Button &, void)
 
void InitControls ()
 

Private Attributes

std::unique_ptr< svx::SecurityOptionsDialogm_xSecOptDlg
 
std::unique_ptr< CertPathDialogmpCertPathDlg
 
OUString m_sPasswordStoringDeactivateStr
 
std::unique_ptr< weld::Buttonm_xSecurityOptionsPB
 
std::unique_ptr< weld::CheckButtonm_xSavePasswordsCB
 
std::unique_ptr< weld::Buttonm_xShowConnectionsPB
 
std::unique_ptr< weld::CheckButtonm_xMasterPasswordCB
 
std::unique_ptr< weld::Labelm_xMasterPasswordFT
 
std::unique_ptr< weld::Buttonm_xMasterPasswordPB
 
std::unique_ptr< weld::Containerm_xMacroSecFrame
 
std::unique_ptr< weld::Buttonm_xMacroSecPB
 
std::unique_ptr< weld::Containerm_xCertFrame
 
std::unique_ptr< weld::Buttonm_xCertPathPB
 
std::unique_ptr< weld::Containerm_xTSAURLsFrame
 
std::unique_ptr< weld::Buttonm_xTSAURLsPB
 
std::unique_ptr< weld::Labelm_xNoPasswordSaveFT
 
std::unique_ptr< weld::Buttonm_xCertMgrPathLB
 
std::unique_ptr< weld::Entrym_xParameterEdit
 

Detailed Description

Definition at line 78 of file optinet2.hxx.

Constructor & Destructor Documentation

◆ SvxSecurityTabPage()

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

◆ ~SvxSecurityTabPage()

SvxSecurityTabPage::~SvxSecurityTabPage ( )
overridevirtual

Definition at line 561 of file optinet2.cxx.

Member Function Documentation

◆ ActivatePage()

void SvxSecurityTabPage::ActivatePage ( const SfxItemSet rSet)
overrideprotectedvirtual

Reimplemented from SfxTabPage.

Definition at line 809 of file optinet2.cxx.

Referenced by SvxSecurityTabPage().

◆ Create()

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

Definition at line 804 of file optinet2.cxx.

Referenced by CreateGeneralTabPage().

◆ DeactivatePage()

DeactivateRC SvxSecurityTabPage::DeactivatePage ( SfxItemSet pSet)
overrideprotectedvirtual

Reimplemented from SfxTabPage.

Definition at line 813 of file optinet2.cxx.

References FillItemSet().

◆ DECL_LINK() [1/9]

SvxSecurityTabPage::DECL_LINK ( CertMgrPBHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/9]

SvxSecurityTabPage::DECL_LINK ( CertPathPBHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [3/9]

SvxSecurityTabPage::DECL_LINK ( MacroSecPBHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [4/9]

SvxSecurityTabPage::DECL_LINK ( MasterPasswordCBHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [5/9]

SvxSecurityTabPage::DECL_LINK ( MasterPasswordHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [6/9]

SvxSecurityTabPage::DECL_LINK ( SavePasswordHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [7/9]

SvxSecurityTabPage::DECL_LINK ( SecurityOptionsHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [8/9]

SvxSecurityTabPage::DECL_LINK ( ShowPasswordsHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [9/9]

SvxSecurityTabPage::DECL_LINK ( TSAURLsPBHdl  ,
weld::Button ,
void   
)
private

◆ FillItemSet()

bool SvxSecurityTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ InitControls()

void SvxSecurityTabPage::InitControls ( )
private

◆ Reset()

void SvxSecurityTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 869 of file optinet2.cxx.

Member Data Documentation

◆ m_sPasswordStoringDeactivateStr

OUString SvxSecurityTabPage::m_sPasswordStoringDeactivateStr
private

Definition at line 85 of file optinet2.hxx.

Referenced by SvxSecurityTabPage().

◆ m_xCertFrame

std::unique_ptr<weld::Container> SvxSecurityTabPage::m_xCertFrame
private

Definition at line 99 of file optinet2.hxx.

Referenced by InitControls().

◆ m_xCertMgrPathLB

std::unique_ptr<weld::Button> SvxSecurityTabPage::m_xCertMgrPathLB
private

Definition at line 107 of file optinet2.hxx.

Referenced by SvxSecurityTabPage().

◆ m_xCertPathPB

std::unique_ptr<weld::Button> SvxSecurityTabPage::m_xCertPathPB
private

Definition at line 100 of file optinet2.hxx.

Referenced by SvxSecurityTabPage().

◆ m_xMacroSecFrame

std::unique_ptr<weld::Container> SvxSecurityTabPage::m_xMacroSecFrame
private

Definition at line 96 of file optinet2.hxx.

◆ m_xMacroSecPB

std::unique_ptr<weld::Button> SvxSecurityTabPage::m_xMacroSecPB
private

Definition at line 97 of file optinet2.hxx.

Referenced by SvxSecurityTabPage().

◆ m_xMasterPasswordCB

std::unique_ptr<weld::CheckButton> SvxSecurityTabPage::m_xMasterPasswordCB
private

Definition at line 92 of file optinet2.hxx.

Referenced by InitControls(), and SvxSecurityTabPage().

◆ m_xMasterPasswordFT

std::unique_ptr<weld::Label> SvxSecurityTabPage::m_xMasterPasswordFT
private

Definition at line 93 of file optinet2.hxx.

Referenced by InitControls().

◆ m_xMasterPasswordPB

std::unique_ptr<weld::Button> SvxSecurityTabPage::m_xMasterPasswordPB
private

Definition at line 94 of file optinet2.hxx.

Referenced by InitControls(), and SvxSecurityTabPage().

◆ m_xNoPasswordSaveFT

std::unique_ptr<weld::Label> SvxSecurityTabPage::m_xNoPasswordSaveFT
private

Definition at line 105 of file optinet2.hxx.

Referenced by SvxSecurityTabPage().

◆ m_xParameterEdit

std::unique_ptr<weld::Entry> SvxSecurityTabPage::m_xParameterEdit
private

Definition at line 108 of file optinet2.hxx.

Referenced by FillItemSet(), and InitControls().

◆ m_xSavePasswordsCB

std::unique_ptr<weld::CheckButton> SvxSecurityTabPage::m_xSavePasswordsCB
private

Definition at line 89 of file optinet2.hxx.

Referenced by InitControls(), and SvxSecurityTabPage().

◆ m_xSecOptDlg

std::unique_ptr<svx::SecurityOptionsDialog> SvxSecurityTabPage::m_xSecOptDlg
private

Definition at line 81 of file optinet2.hxx.

Referenced by FillItemSet().

◆ m_xSecurityOptionsPB

std::unique_ptr<weld::Button> SvxSecurityTabPage::m_xSecurityOptionsPB
private

Definition at line 87 of file optinet2.hxx.

Referenced by SvxSecurityTabPage().

◆ m_xShowConnectionsPB

std::unique_ptr<weld::Button> SvxSecurityTabPage::m_xShowConnectionsPB
private

Definition at line 90 of file optinet2.hxx.

Referenced by InitControls(), and SvxSecurityTabPage().

◆ m_xTSAURLsFrame

std::unique_ptr<weld::Container> SvxSecurityTabPage::m_xTSAURLsFrame
private

Definition at line 102 of file optinet2.hxx.

◆ m_xTSAURLsPB

std::unique_ptr<weld::Button> SvxSecurityTabPage::m_xTSAURLsPB
private

Definition at line 103 of file optinet2.hxx.

Referenced by SvxSecurityTabPage().

◆ mpCertPathDlg

std::unique_ptr<CertPathDialog> SvxSecurityTabPage::mpCertPathDlg
private

Definition at line 83 of file optinet2.hxx.


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