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

#include <pgfnote.hxx>

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

Public Member Functions

 SwFootNotePage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SwFootNotePage () 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 *rSet)
 
static WhichRangesContainer GetRanges ()
 
- 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 (HeightPage, weld::Toggleable &, void)
 
 DECL_LINK (HeightMetric, weld::Toggleable &, void)
 
 DECL_LINK (HeightModify, weld::MetricSpinButton &, void)
 
 DECL_LINK (LineWidthChanged_Impl, weld::MetricSpinButton &, void)
 
 DECL_LINK (LineColorSelected_Impl, ColorListBox &, void)
 
virtual void ActivatePage (const SfxItemSet &rSet) override
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet) override
 

Private Attributes

tools::Long m_lMaxHeight
 
std::unique_ptr< weld::RadioButtonm_xMaxHeightPageBtn
 
std::unique_ptr< weld::RadioButtonm_xMaxHeightBtn
 
std::unique_ptr< weld::MetricSpinButtonm_xMaxHeightEdit
 
std::unique_ptr< weld::MetricSpinButtonm_xDistEdit
 
std::unique_ptr< weld::ComboBoxm_xLinePosBox
 
std::unique_ptr< SvtLineListBoxm_xLineTypeBox
 
std::unique_ptr< weld::MetricSpinButtonm_xLineWidthEdit
 
std::unique_ptr< ColorListBoxm_xLineColorBox
 
std::unique_ptr< weld::MetricSpinButtonm_xLineLengthEdit
 
std::unique_ptr< weld::MetricSpinButtonm_xLineDistEdit
 

Static Private Attributes

static const WhichRangesContainer s_aPageRg
 

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 27 of file pgfnote.hxx.

Constructor & Destructor Documentation

◆ SwFootNotePage()

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

Definition at line 96 of file pgfnote.cxx.

References CM, SfxTabPage::GetDialogController(), POINT, and rSet.

◆ ~SwFootNotePage()

SwFootNotePage::~SwFootNotePage ( )
overridevirtual

Definition at line 121 of file pgfnote.cxx.

References m_xLineColorBox, and m_xLineTypeBox.

Member Function Documentation

◆ ActivatePage()

void SwFootNotePage::ActivatePage ( const SfxItemSet rSet)
overrideprivatevirtual

◆ Create()

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

Definition at line 127 of file pgfnote.cxx.

References rSet.

Referenced by SwTemplateDlgController::SwTemplateDlgController().

◆ DeactivatePage()

DeactivateRC SwFootNotePage::DeactivatePage ( SfxItemSet pSet)
overrideprivatevirtual

Reimplemented from SfxTabPage.

Definition at line 305 of file pgfnote.cxx.

References FillItemSet().

◆ DECL_LINK() [1/5]

SwFootNotePage::DECL_LINK ( HeightMetric  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/5]

SwFootNotePage::DECL_LINK ( HeightModify  ,
weld::MetricSpinButton ,
void   
)
private

◆ DECL_LINK() [3/5]

SwFootNotePage::DECL_LINK ( HeightPage  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [4/5]

SwFootNotePage::DECL_LINK ( LineColorSelected_Impl  ,
ColorListBox ,
void   
)
private

◆ DECL_LINK() [5/5]

SwFootNotePage::DECL_LINK ( LineWidthChanged_Impl  ,
weld::MetricSpinButton ,
void   
)
private

◆ FillItemSet()

bool SwFootNotePage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ GetRanges()

static WhichRangesContainer SwFootNotePage::GetRanges ( )
inlinestatic

Definition at line 35 of file pgfnote.hxx.

References s_aPageRg.

Referenced by SwTemplateDlgController::SwTemplateDlgController().

◆ Reset()

void SwFootNotePage::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ m_lMaxHeight

tools::Long SwFootNotePage::m_lMaxHeight
private

Definition at line 42 of file pgfnote.hxx.

Referenced by ActivatePage().

◆ m_xDistEdit

std::unique_ptr<weld::MetricSpinButton> SwFootNotePage::m_xDistEdit
private

Definition at line 47 of file pgfnote.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xLineColorBox

std::unique_ptr<ColorListBox> SwFootNotePage::m_xLineColorBox
private

Definition at line 51 of file pgfnote.hxx.

Referenced by FillItemSet(), Reset(), and ~SwFootNotePage().

◆ m_xLineDistEdit

std::unique_ptr<weld::MetricSpinButton> SwFootNotePage::m_xLineDistEdit
private

Definition at line 53 of file pgfnote.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xLineLengthEdit

std::unique_ptr<weld::MetricSpinButton> SwFootNotePage::m_xLineLengthEdit
private

Definition at line 52 of file pgfnote.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xLinePosBox

std::unique_ptr<weld::ComboBox> SwFootNotePage::m_xLinePosBox
private

Definition at line 48 of file pgfnote.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xLineTypeBox

std::unique_ptr<SvtLineListBox> SwFootNotePage::m_xLineTypeBox
private

Definition at line 49 of file pgfnote.hxx.

Referenced by FillItemSet(), Reset(), and ~SwFootNotePage().

◆ m_xLineWidthEdit

std::unique_ptr<weld::MetricSpinButton> SwFootNotePage::m_xLineWidthEdit
private

Definition at line 50 of file pgfnote.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xMaxHeightBtn

std::unique_ptr<weld::RadioButton> SwFootNotePage::m_xMaxHeightBtn
private

Definition at line 45 of file pgfnote.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xMaxHeightEdit

std::unique_ptr<weld::MetricSpinButton> SwFootNotePage::m_xMaxHeightEdit
private

Definition at line 46 of file pgfnote.hxx.

Referenced by ActivatePage(), FillItemSet(), and Reset().

◆ m_xMaxHeightPageBtn

std::unique_ptr<weld::RadioButton> SwFootNotePage::m_xMaxHeightPageBtn
private

Definition at line 44 of file pgfnote.hxx.

Referenced by Reset().

◆ s_aPageRg

const WhichRangesContainer SwFootNotePage::s_aPageRg
staticprivate

Definition at line 29 of file pgfnote.hxx.

Referenced by GetRanges().


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