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

#include <regionsw.hxx>

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

Public Member Functions

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

 DECL_LINK (FootEndHdl, weld::Toggleable &, void)
 
void ResetState (bool bFootnote, const SwFormatFootnoteEndAtTextEnd &)
 

Private Attributes

std::unique_ptr< weld::CheckButtonm_xFootnoteNtAtTextEndCB
 
std::unique_ptr< weld::CheckButtonm_xFootnoteNtNumCB
 
std::unique_ptr< weld::Labelm_xFootnoteOffsetLbl
 
std::unique_ptr< weld::SpinButtonm_xFootnoteOffsetField
 
std::unique_ptr< weld::CheckButtonm_xFootnoteNtNumFormatCB
 
std::unique_ptr< weld::Labelm_xFootnotePrefixFT
 
std::unique_ptr< weld::Entrym_xFootnotePrefixED
 
std::unique_ptr< SwNumberingTypeListBoxm_xFootnoteNumViewBox
 
std::unique_ptr< weld::Labelm_xFootnoteSuffixFT
 
std::unique_ptr< weld::Entrym_xFootnoteSuffixED
 
std::unique_ptr< weld::CheckButtonm_xEndNtAtTextEndCB
 
std::unique_ptr< weld::CheckButtonm_xEndNtNumCB
 
std::unique_ptr< weld::Labelm_xEndOffsetLbl
 
std::unique_ptr< weld::SpinButtonm_xEndOffsetField
 
std::unique_ptr< weld::CheckButtonm_xEndNtNumFormatCB
 
std::unique_ptr< weld::Labelm_xEndPrefixFT
 
std::unique_ptr< weld::Entrym_xEndPrefixED
 
std::unique_ptr< SwNumberingTypeListBoxm_xEndNumViewBox
 
std::unique_ptr< weld::Labelm_xEndSuffixFT
 
std::unique_ptr< weld::Entrym_xEndSuffixED
 

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

Constructor & Destructor Documentation

◆ SwSectionFootnoteEndTabPage()

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

◆ ~SwSectionFootnoteEndTabPage()

SwSectionFootnoteEndTabPage::~SwSectionFootnoteEndTabPage ( )
overridevirtual

Definition at line 1822 of file uiregionsw.cxx.

Member Function Documentation

◆ Create()

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

◆ DECL_LINK()

SwSectionFootnoteEndTabPage::DECL_LINK ( FootEndHdl  ,
weld::Toggleable ,
void   
)
private

◆ FillItemSet()

bool SwSectionFootnoteEndTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ Reset()

void SwSectionFootnoteEndTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 1958 of file uiregionsw.cxx.

References SfxItemSet::Get(), RES_END_AT_TXTEND(), RES_FTN_AT_TXTEND(), ResetState(), and rSet.

◆ ResetState()

void SwSectionFootnoteEndTabPage::ResetState ( bool  bFootnote,
const SwFormatFootnoteEndAtTextEnd rAttr 
)
private

Member Data Documentation

◆ m_xEndNtAtTextEndCB

std::unique_ptr<weld::CheckButton> SwSectionFootnoteEndTabPage::m_xEndNtAtTextEndCB
private

Definition at line 183 of file regionsw.hxx.

Referenced by FillItemSet(), ResetState(), and SwSectionFootnoteEndTabPage().

◆ m_xEndNtNumCB

std::unique_ptr<weld::CheckButton> SwSectionFootnoteEndTabPage::m_xEndNtNumCB
private

Definition at line 184 of file regionsw.hxx.

Referenced by FillItemSet(), ResetState(), and SwSectionFootnoteEndTabPage().

◆ m_xEndNtNumFormatCB

std::unique_ptr<weld::CheckButton> SwSectionFootnoteEndTabPage::m_xEndNtNumFormatCB
private

Definition at line 187 of file regionsw.hxx.

Referenced by FillItemSet(), ResetState(), and SwSectionFootnoteEndTabPage().

◆ m_xEndNumViewBox

std::unique_ptr<SwNumberingTypeListBox> SwSectionFootnoteEndTabPage::m_xEndNumViewBox
private

Definition at line 190 of file regionsw.hxx.

Referenced by FillItemSet(), ResetState(), and SwSectionFootnoteEndTabPage().

◆ m_xEndOffsetField

std::unique_ptr<weld::SpinButton> SwSectionFootnoteEndTabPage::m_xEndOffsetField
private

Definition at line 186 of file regionsw.hxx.

Referenced by FillItemSet(), and ResetState().

◆ m_xEndOffsetLbl

std::unique_ptr<weld::Label> SwSectionFootnoteEndTabPage::m_xEndOffsetLbl
private

Definition at line 185 of file regionsw.hxx.

Referenced by ResetState().

◆ m_xEndPrefixED

std::unique_ptr<weld::Entry> SwSectionFootnoteEndTabPage::m_xEndPrefixED
private

Definition at line 189 of file regionsw.hxx.

Referenced by FillItemSet(), and ResetState().

◆ m_xEndPrefixFT

std::unique_ptr<weld::Label> SwSectionFootnoteEndTabPage::m_xEndPrefixFT
private

Definition at line 188 of file regionsw.hxx.

Referenced by ResetState().

◆ m_xEndSuffixED

std::unique_ptr<weld::Entry> SwSectionFootnoteEndTabPage::m_xEndSuffixED
private

Definition at line 192 of file regionsw.hxx.

Referenced by FillItemSet(), and ResetState().

◆ m_xEndSuffixFT

std::unique_ptr<weld::Label> SwSectionFootnoteEndTabPage::m_xEndSuffixFT
private

Definition at line 191 of file regionsw.hxx.

Referenced by ResetState().

◆ m_xFootnoteNtAtTextEndCB

std::unique_ptr<weld::CheckButton> SwSectionFootnoteEndTabPage::m_xFootnoteNtAtTextEndCB
private

Definition at line 173 of file regionsw.hxx.

Referenced by FillItemSet(), ResetState(), and SwSectionFootnoteEndTabPage().

◆ m_xFootnoteNtNumCB

std::unique_ptr<weld::CheckButton> SwSectionFootnoteEndTabPage::m_xFootnoteNtNumCB
private

Definition at line 174 of file regionsw.hxx.

Referenced by FillItemSet(), ResetState(), and SwSectionFootnoteEndTabPage().

◆ m_xFootnoteNtNumFormatCB

std::unique_ptr<weld::CheckButton> SwSectionFootnoteEndTabPage::m_xFootnoteNtNumFormatCB
private

Definition at line 177 of file regionsw.hxx.

Referenced by FillItemSet(), ResetState(), and SwSectionFootnoteEndTabPage().

◆ m_xFootnoteNumViewBox

std::unique_ptr<SwNumberingTypeListBox> SwSectionFootnoteEndTabPage::m_xFootnoteNumViewBox
private

Definition at line 180 of file regionsw.hxx.

Referenced by FillItemSet(), ResetState(), and SwSectionFootnoteEndTabPage().

◆ m_xFootnoteOffsetField

std::unique_ptr<weld::SpinButton> SwSectionFootnoteEndTabPage::m_xFootnoteOffsetField
private

Definition at line 176 of file regionsw.hxx.

Referenced by FillItemSet(), and ResetState().

◆ m_xFootnoteOffsetLbl

std::unique_ptr<weld::Label> SwSectionFootnoteEndTabPage::m_xFootnoteOffsetLbl
private

Definition at line 175 of file regionsw.hxx.

Referenced by ResetState().

◆ m_xFootnotePrefixED

std::unique_ptr<weld::Entry> SwSectionFootnoteEndTabPage::m_xFootnotePrefixED
private

Definition at line 179 of file regionsw.hxx.

Referenced by FillItemSet(), and ResetState().

◆ m_xFootnotePrefixFT

std::unique_ptr<weld::Label> SwSectionFootnoteEndTabPage::m_xFootnotePrefixFT
private

Definition at line 178 of file regionsw.hxx.

Referenced by ResetState().

◆ m_xFootnoteSuffixED

std::unique_ptr<weld::Entry> SwSectionFootnoteEndTabPage::m_xFootnoteSuffixED
private

Definition at line 182 of file regionsw.hxx.

Referenced by FillItemSet(), and ResetState().

◆ m_xFootnoteSuffixFT

std::unique_ptr<weld::Label> SwSectionFootnoteEndTabPage::m_xFootnoteSuffixFT
private

Definition at line 181 of file regionsw.hxx.

Referenced by ResetState().


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