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

#include <docstdlg.hxx>

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

Public Member Functions

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

virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void Reset (const SfxItemSet *rSet) override
 
 DECL_LINK (UpdateHdl, weld::Button &, void)
 
void Update ()
 
void SetData (const SwDocStat &rStat)
 

Private Attributes

std::unique_ptr< weld::Labelm_xPageNo
 
std::unique_ptr< weld::Labelm_xTableNo
 
std::unique_ptr< weld::Labelm_xGrfNo
 
std::unique_ptr< weld::Labelm_xOLENo
 
std::unique_ptr< weld::Labelm_xParaNo
 
std::unique_ptr< weld::Labelm_xWordNo
 
std::unique_ptr< weld::Labelm_xCharNo
 
std::unique_ptr< weld::Labelm_xCharExclSpacesNo
 
std::unique_ptr< weld::Labelm_xLineLbl
 
std::unique_ptr< weld::Labelm_xLineNo
 
std::unique_ptr< weld::Buttonm_xUpdatePB
 
SwDocStat m_aDocStat
 

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 26 of file docstdlg.hxx.

Constructor & Destructor Documentation

◆ SwDocStatPage()

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

◆ ~SwDocStatPage()

SwDocStatPage::~SwDocStatPage ( )
overridevirtual

Definition at line 66 of file docstdlg.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 34 of file docstdlg.cxx.

References rSet.

Referenced by SwAbstractDialogFactory_Impl::GetTabPageCreatorFunc().

◆ DECL_LINK()

SwDocStatPage::DECL_LINK ( UpdateHdl  ,
weld::Button ,
void   
)
private

◆ FillItemSet()

bool SwDocStatPage::FillItemSet ( SfxItemSet rSet)
overrideprivatevirtual

Reimplemented from SfxTabPage.

Definition at line 71 of file docstdlg.cxx.

◆ Reset()

void SwDocStatPage::Reset ( const SfxItemSet rSet)
overrideprivatevirtual

Reimplemented from SfxTabPage.

Definition at line 76 of file docstdlg.cxx.

◆ SetData()

void SwDocStatPage::SetData ( const SwDocStat rStat)
private

◆ Update()

void SwDocStatPage::Update ( )
private

Member Data Documentation

◆ m_aDocStat

SwDocStat SwDocStatPage::m_aDocStat
private

Definition at line 52 of file docstdlg.hxx.

Referenced by Update().

◆ m_xCharExclSpacesNo

std::unique_ptr<weld::Label> SwDocStatPage::m_xCharExclSpacesNo
private

Definition at line 47 of file docstdlg.hxx.

Referenced by SetData().

◆ m_xCharNo

std::unique_ptr<weld::Label> SwDocStatPage::m_xCharNo
private

Definition at line 46 of file docstdlg.hxx.

Referenced by SetData().

◆ m_xGrfNo

std::unique_ptr<weld::Label> SwDocStatPage::m_xGrfNo
private

Definition at line 42 of file docstdlg.hxx.

Referenced by SetData().

◆ m_xLineLbl

std::unique_ptr<weld::Label> SwDocStatPage::m_xLineLbl
private

Definition at line 48 of file docstdlg.hxx.

Referenced by SwDocStatPage().

◆ m_xLineNo

std::unique_ptr<weld::Label> SwDocStatPage::m_xLineNo
private

Definition at line 49 of file docstdlg.hxx.

Referenced by SwDocStatPage().

◆ m_xOLENo

std::unique_ptr<weld::Label> SwDocStatPage::m_xOLENo
private

Definition at line 43 of file docstdlg.hxx.

Referenced by SetData().

◆ m_xPageNo

std::unique_ptr<weld::Label> SwDocStatPage::m_xPageNo
private

Definition at line 40 of file docstdlg.hxx.

Referenced by SetData().

◆ m_xParaNo

std::unique_ptr<weld::Label> SwDocStatPage::m_xParaNo
private

Definition at line 44 of file docstdlg.hxx.

Referenced by SetData().

◆ m_xTableNo

std::unique_ptr<weld::Label> SwDocStatPage::m_xTableNo
private

Definition at line 41 of file docstdlg.hxx.

Referenced by SetData().

◆ m_xUpdatePB

std::unique_ptr<weld::Button> SwDocStatPage::m_xUpdatePB
private

Definition at line 50 of file docstdlg.hxx.

Referenced by SwDocStatPage().

◆ m_xWordNo

std::unique_ptr<weld::Label> SwDocStatPage::m_xWordNo
private

Definition at line 45 of file docstdlg.hxx.

Referenced by SetData().


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