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

#include <cuioptgenrl.hxx>

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

Classes

struct  Field
 
struct  Row
 

Public Member Functions

 SvxGeneralTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SvxGeneralTabPage () 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 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 (ModifyHdl_Impl, weld::Entry &, void)
 
bool GetData_Impl ()
 
void SetData_Impl ()
 
void InitControls ()
 
void InitCryptography ()
 
void SetLinks ()
 

Private Attributes

std::unique_ptr< weld::CheckButtonm_xUseDataCB
 
std::unique_ptr< weld::Widgetm_xCryptoFrame
 
std::unique_ptr< weld::ComboBoxm_xSigningKeyLB
 
std::unique_ptr< weld::ComboBoxm_xEncryptionKeyLB
 
std::unique_ptr< weld::CheckButtonm_xEncryptToSelfCB
 
std::vector< std::shared_ptr< Row > > vRows
 
std::vector< std::shared_ptr< Field > > vFields
 
unsigned nNameRow
 
unsigned nShortNameField
 

Detailed Description

Definition at line 30 of file cuioptgenrl.hxx.

Constructor & Destructor Documentation

◆ SvxGeneralTabPage()

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

◆ ~SvxGeneralTabPage()

SvxGeneralTabPage::~SvxGeneralTabPage ( )
overridevirtual

Definition at line 229 of file optgenrl.cxx.

Member Function Documentation

◆ Create()

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

◆ DeactivatePage()

DeactivateRC SvxGeneralTabPage::DeactivatePage ( SfxItemSet pSet)
overrideprotectedvirtual

Reimplemented from SfxTabPage.

Definition at line 500 of file optgenrl.cxx.

References FillItemSet().

◆ DECL_LINK()

SvxGeneralTabPage::DECL_LINK ( ModifyHdl_Impl  ,
weld::Entry ,
void   
)
private

◆ FillItemSet()

bool SvxGeneralTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ GetData_Impl()

bool SvxGeneralTabPage::GetData_Impl ( )
private

◆ InitControls()

void SvxGeneralTabPage::InitControls ( )
private

◆ InitCryptography()

void SvxGeneralTabPage::InitCryptography ( )
private

◆ Reset()

void SvxGeneralTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 362 of file optgenrl.cxx.

References SfxItemSet::Get(), SfxItemSet::GetItemState(), i, m_xUseDataCB, rSet, SetData_Impl(), and vFields.

◆ SetData_Impl()

void SvxGeneralTabPage::SetData_Impl ( )
private

◆ SetLinks()

void SvxGeneralTabPage::SetLinks ( )
private

Member Data Documentation

◆ m_xCryptoFrame

std::unique_ptr<weld::Widget> SvxGeneralTabPage::m_xCryptoFrame
private

Definition at line 35 of file cuioptgenrl.hxx.

Referenced by InitCryptography(), and SvxGeneralTabPage().

◆ m_xEncryptionKeyLB

std::unique_ptr<weld::ComboBox> SvxGeneralTabPage::m_xEncryptionKeyLB
private

Definition at line 37 of file cuioptgenrl.hxx.

Referenced by GetData_Impl(), InitCryptography(), and SetData_Impl().

◆ m_xEncryptToSelfCB

std::unique_ptr<weld::CheckButton> SvxGeneralTabPage::m_xEncryptToSelfCB
private

Definition at line 38 of file cuioptgenrl.hxx.

Referenced by GetData_Impl(), InitCryptography(), and SetData_Impl().

◆ m_xSigningKeyLB

std::unique_ptr<weld::ComboBox> SvxGeneralTabPage::m_xSigningKeyLB
private

Definition at line 36 of file cuioptgenrl.hxx.

Referenced by GetData_Impl(), InitCryptography(), and SetData_Impl().

◆ m_xUseDataCB

std::unique_ptr<weld::CheckButton> SvxGeneralTabPage::m_xUseDataCB
private

Definition at line 34 of file cuioptgenrl.hxx.

Referenced by FillItemSet(), and Reset().

◆ nNameRow

unsigned SvxGeneralTabPage::nNameRow
private

Definition at line 46 of file cuioptgenrl.hxx.

Referenced by InitControls(), and SetLinks().

◆ nShortNameField

unsigned SvxGeneralTabPage::nShortNameField
private

Definition at line 47 of file cuioptgenrl.hxx.

Referenced by InitControls().

◆ vFields

std::vector<std::shared_ptr<Field> > SvxGeneralTabPage::vFields
private

Definition at line 44 of file cuioptgenrl.hxx.

Referenced by FillItemSet(), GetData_Impl(), InitControls(), Reset(), SetData_Impl(), and SetLinks().

◆ vRows

std::vector<std::shared_ptr<Row> > SvxGeneralTabPage::vRows
private

Definition at line 41 of file cuioptgenrl.hxx.

Referenced by InitControls(), SetData_Impl(), and SetLinks().


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