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

#include <optgdlg.hxx>

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

Public Member Functions

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

Private Attributes

OUString m_aStrDateInfo
 
std::unique_ptr< weld::CheckButtonm_xExtHelpCB
 
std::unique_ptr< weld::CheckButtonm_xPopUpNoHelpCB
 
std::unique_ptr< weld::CheckButtonm_xShowTipOfTheDay
 
std::unique_ptr< weld::Widgetm_xFileDlgFrame
 
std::unique_ptr< weld::Widgetm_xFileDlgROImage
 
std::unique_ptr< weld::CheckButtonm_xFileDlgCB
 
std::unique_ptr< weld::CheckButtonm_xDocStatusCB
 
std::unique_ptr< weld::Widgetm_xYearFrame
 
std::unique_ptr< weld::SpinButtonm_xYearValueField
 
std::unique_ptr< weld::Labelm_xToYearFT
 

Detailed Description

Definition at line 31 of file optgdlg.hxx.

Constructor & Destructor Documentation

◆ OfaMiscTabPage()

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

◆ ~OfaMiscTabPage()

OfaMiscTabPage::~OfaMiscTabPage ( )
overridevirtual

Definition at line 211 of file optgdlg.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 215 of file optgdlg.cxx.

Referenced by CreateGeneralTabPage().

◆ DeactivatePage()

DeactivateRC OfaMiscTabPage::DeactivatePage ( SfxItemSet pSet)
overrideprotectedvirtual

Reimplemented from SfxTabPage.

Definition at line 107 of file optgdlg.cxx.

References FillItemSet().

◆ DECL_LINK()

OfaMiscTabPage::DECL_LINK ( TwoFigureHdl  ,
weld::SpinButton ,
void   
)
private

◆ FillItemSet()

bool OfaMiscTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ Reset()

void OfaMiscTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ m_aStrDateInfo

OUString OfaMiscTabPage::m_aStrDateInfo
private

Definition at line 34 of file optgdlg.hxx.

Referenced by OfaMiscTabPage().

◆ m_xDocStatusCB

std::unique_ptr<weld::CheckButton> OfaMiscTabPage::m_xDocStatusCB
private

Definition at line 42 of file optgdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xExtHelpCB

std::unique_ptr<weld::CheckButton> OfaMiscTabPage::m_xExtHelpCB
private

Definition at line 36 of file optgdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xFileDlgCB

std::unique_ptr<weld::CheckButton> OfaMiscTabPage::m_xFileDlgCB
private

Definition at line 41 of file optgdlg.hxx.

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

◆ m_xFileDlgFrame

std::unique_ptr<weld::Widget> OfaMiscTabPage::m_xFileDlgFrame
private

Definition at line 39 of file optgdlg.hxx.

Referenced by OfaMiscTabPage().

◆ m_xFileDlgROImage

std::unique_ptr<weld::Widget> OfaMiscTabPage::m_xFileDlgROImage
private

Definition at line 40 of file optgdlg.hxx.

Referenced by OfaMiscTabPage().

◆ m_xPopUpNoHelpCB

std::unique_ptr<weld::CheckButton> OfaMiscTabPage::m_xPopUpNoHelpCB
private

Definition at line 37 of file optgdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xShowTipOfTheDay

std::unique_ptr<weld::CheckButton> OfaMiscTabPage::m_xShowTipOfTheDay
private

Definition at line 38 of file optgdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xToYearFT

std::unique_ptr<weld::Label> OfaMiscTabPage::m_xToYearFT
private

Definition at line 45 of file optgdlg.hxx.

Referenced by OfaMiscTabPage().

◆ m_xYearFrame

std::unique_ptr<weld::Widget> OfaMiscTabPage::m_xYearFrame
private

Definition at line 43 of file optgdlg.hxx.

Referenced by Reset().

◆ m_xYearValueField

std::unique_ptr<weld::SpinButton> OfaMiscTabPage::m_xYearValueField
private

Definition at line 44 of file optgdlg.hxx.

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


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