LibreOffice Module sw (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
SwInsertSectionTabPage Class Referencefinal

#include <regionsw.hxx>

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

Public Member Functions

 SwInsertSectionTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rAttrSet)
 
virtual ~SwInsertSectionTabPage () override
 
void SetWrtShell (SwWrtShell &rSh)
 
virtual bool FillItemSet (SfxItemSet *) override
 
virtual void Reset (const SfxItemSet *) 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 ChangePasswd (bool bChange)
 
 DECL_LINK (ChangeHideHdl, weld::Toggleable &, void)
 
 DECL_LINK (ChangeProtectHdl, weld::Toggleable &, void)
 
 DECL_LINK (ChangePasswdHdl, weld::Button &, void)
 
 DECL_LINK (TogglePasswdHdl, weld::Toggleable &, void)
 
 DECL_LINK (NameEditHdl, weld::ComboBox &, void)
 
 DECL_LINK (UseFileHdl, weld::Toggleable &, void)
 
 DECL_LINK (FileSearchHdl, weld::Button &, void)
 
 DECL_LINK (DDEHdl, weld::Toggleable &, void)
 
 DECL_LINK (DlgClosedHdl, sfx2::FileDialogHelper *, void)
 

Private Attributes

OUString m_sFileName
 
OUString m_sFilterName
 
OUString m_sFilePasswd
 
css::uno::Sequence< sal_Int8m_aNewPasswd
 
SwWrtShellm_pWrtSh
 
std::unique_ptr< sfx2::DocumentInserterm_pDocInserter
 
std::unique_ptr< weld::EntryTreeViewm_xCurName
 
std::unique_ptr< weld::CheckButtonm_xFileCB
 
std::unique_ptr< weld::CheckButtonm_xDDECB
 
std::unique_ptr< weld::Labelm_xDDECommandFT
 
std::unique_ptr< weld::Labelm_xFileNameFT
 
std::unique_ptr< weld::Entrym_xFileNameED
 
std::unique_ptr< weld::Buttonm_xFilePB
 
std::unique_ptr< weld::Labelm_xSubRegionFT
 
std::unique_ptr< weld::ComboBoxm_xSubRegionED
 
std::unique_ptr< weld::CheckButtonm_xProtectCB
 
std::unique_ptr< weld::CheckButtonm_xPasswdCB
 
std::unique_ptr< weld::Buttonm_xPasswdPB
 
std::unique_ptr< weld::CheckButtonm_xHideCB
 
std::unique_ptr< weld::Labelm_xConditionFT
 
std::unique_ptr< ConditionEditm_xConditionED
 
std::unique_ptr< weld::CheckButtonm_xEditInReadonlyCB
 

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 118 of file regionsw.hxx.

Constructor & Destructor Documentation

◆ SwInsertSectionTabPage()

SwInsertSectionTabPage::SwInsertSectionTabPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rAttrSet 
)

◆ ~SwInsertSectionTabPage()

SwInsertSectionTabPage::~SwInsertSectionTabPage ( )
overridevirtual

Definition at line 1522 of file uiregionsw.cxx.

Member Function Documentation

◆ ChangePasswd()

void SwInsertSectionTabPage::ChangePasswd ( bool  bChange)
private

◆ Create()

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

Definition at line 1626 of file uiregionsw.cxx.

Referenced by SwInsertSectionTabDialog::SwInsertSectionTabDialog().

◆ DECL_LINK() [1/9]

SwInsertSectionTabPage::DECL_LINK ( ChangeHideHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/9]

SwInsertSectionTabPage::DECL_LINK ( ChangePasswdHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [3/9]

SwInsertSectionTabPage::DECL_LINK ( ChangeProtectHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [4/9]

SwInsertSectionTabPage::DECL_LINK ( DDEHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [5/9]

SwInsertSectionTabPage::DECL_LINK ( DlgClosedHdl  ,
sfx2::FileDialogHelper ,
void   
)
private

◆ DECL_LINK() [6/9]

SwInsertSectionTabPage::DECL_LINK ( FileSearchHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [7/9]

SwInsertSectionTabPage::DECL_LINK ( NameEditHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [8/9]

SwInsertSectionTabPage::DECL_LINK ( TogglePasswdHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [9/9]

SwInsertSectionTabPage::DECL_LINK ( UseFileHdl  ,
weld::Toggleable ,
void   
)
private

◆ FillItemSet()

bool SwInsertSectionTabPage::FillItemSet ( SfxItemSet )
overridevirtual

◆ Reset()

void SwInsertSectionTabPage::Reset ( const SfxItemSet )
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 1622 of file uiregionsw.cxx.

◆ SetWrtShell()

void SwInsertSectionTabPage::SetWrtShell ( SwWrtShell rSh)

Member Data Documentation

◆ m_aNewPasswd

css::uno::Sequence<sal_Int8 > SwInsertSectionTabPage::m_aNewPasswd
private

Definition at line 124 of file regionsw.hxx.

Referenced by ChangePasswd(), and FillItemSet().

◆ m_pDocInserter

std::unique_ptr<sfx2::DocumentInserter> SwInsertSectionTabPage::m_pDocInserter
private

Definition at line 126 of file regionsw.hxx.

◆ m_pWrtSh

SwWrtShell* SwInsertSectionTabPage::m_pWrtSh
private

Definition at line 125 of file regionsw.hxx.

Referenced by FillItemSet(), and SetWrtShell().

◆ m_sFileName

OUString SwInsertSectionTabPage::m_sFileName
private

Definition at line 120 of file regionsw.hxx.

Referenced by SetWrtShell().

◆ m_sFilePasswd

OUString SwInsertSectionTabPage::m_sFilePasswd
private

Definition at line 122 of file regionsw.hxx.

Referenced by FillItemSet(), and SetWrtShell().

◆ m_sFilterName

OUString SwInsertSectionTabPage::m_sFilterName
private

Definition at line 121 of file regionsw.hxx.

Referenced by FillItemSet().

◆ m_xConditionED

std::unique_ptr<ConditionEdit> SwInsertSectionTabPage::m_xConditionED
private

Definition at line 142 of file regionsw.hxx.

Referenced by FillItemSet(), and SetWrtShell().

◆ m_xConditionFT

std::unique_ptr<weld::Label> SwInsertSectionTabPage::m_xConditionFT
private

Definition at line 141 of file regionsw.hxx.

Referenced by SetWrtShell().

◆ m_xCurName

std::unique_ptr<weld::EntryTreeView> SwInsertSectionTabPage::m_xCurName
private

Definition at line 128 of file regionsw.hxx.

Referenced by FillItemSet(), SetWrtShell(), and SwInsertSectionTabPage().

◆ m_xDDECB

std::unique_ptr<weld::CheckButton> SwInsertSectionTabPage::m_xDDECB
private

Definition at line 130 of file regionsw.hxx.

Referenced by FillItemSet(), SetWrtShell(), and SwInsertSectionTabPage().

◆ m_xDDECommandFT

std::unique_ptr<weld::Label> SwInsertSectionTabPage::m_xDDECommandFT
private

Definition at line 131 of file regionsw.hxx.

Referenced by SetWrtShell(), and SwInsertSectionTabPage().

◆ m_xEditInReadonlyCB

std::unique_ptr<weld::CheckButton> SwInsertSectionTabPage::m_xEditInReadonlyCB
private

Definition at line 144 of file regionsw.hxx.

Referenced by FillItemSet().

◆ m_xFileCB

std::unique_ptr<weld::CheckButton> SwInsertSectionTabPage::m_xFileCB
private

Definition at line 129 of file regionsw.hxx.

Referenced by FillItemSet(), SetWrtShell(), and SwInsertSectionTabPage().

◆ m_xFileNameED

std::unique_ptr<weld::Entry> SwInsertSectionTabPage::m_xFileNameED
private

Definition at line 133 of file regionsw.hxx.

Referenced by FillItemSet(), SetWrtShell(), and SwInsertSectionTabPage().

◆ m_xFileNameFT

std::unique_ptr<weld::Label> SwInsertSectionTabPage::m_xFileNameFT
private

Definition at line 132 of file regionsw.hxx.

Referenced by SwInsertSectionTabPage().

◆ m_xFilePB

std::unique_ptr<weld::Button> SwInsertSectionTabPage::m_xFilePB
private

Definition at line 134 of file regionsw.hxx.

Referenced by SwInsertSectionTabPage().

◆ m_xHideCB

std::unique_ptr<weld::CheckButton> SwInsertSectionTabPage::m_xHideCB
private

Definition at line 140 of file regionsw.hxx.

Referenced by FillItemSet(), SetWrtShell(), and SwInsertSectionTabPage().

◆ m_xPasswdCB

std::unique_ptr<weld::CheckButton> SwInsertSectionTabPage::m_xPasswdCB
private

Definition at line 138 of file regionsw.hxx.

Referenced by ChangePasswd(), and SwInsertSectionTabPage().

◆ m_xPasswdPB

std::unique_ptr<weld::Button> SwInsertSectionTabPage::m_xPasswdPB
private

Definition at line 139 of file regionsw.hxx.

Referenced by SwInsertSectionTabPage().

◆ m_xProtectCB

std::unique_ptr<weld::CheckButton> SwInsertSectionTabPage::m_xProtectCB
private

Definition at line 137 of file regionsw.hxx.

Referenced by FillItemSet(), SetWrtShell(), and SwInsertSectionTabPage().

◆ m_xSubRegionED

std::unique_ptr<weld::ComboBox> SwInsertSectionTabPage::m_xSubRegionED
private

Definition at line 136 of file regionsw.hxx.

Referenced by FillItemSet(), SetWrtShell(), and SwInsertSectionTabPage().

◆ m_xSubRegionFT

std::unique_ptr<weld::Label> SwInsertSectionTabPage::m_xSubRegionFT
private

Definition at line 135 of file regionsw.hxx.

Referenced by SwInsertSectionTabPage().


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