LibreOffice Module sc (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
ScTpLayoutOptions Class Reference

#include <tpview.hxx>

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

Public Member Functions

 ScTpLayoutOptions (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rArgSet)
 
virtual ~ScTpLayoutOptions () override
 
virtual bool FillItemSet (SfxItemSet *rCoreSet) override
 
virtual void Reset (const SfxItemSet *rCoreSet) override
 
virtual void ActivatePage (const SfxItemSet &) override
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet) 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 *rCoreSet)
 
- 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 (MetricHdl, weld::ComboBox &, void)
 
 DECL_LINK (AlignHdl, weld::Toggleable &, void)
 

Private Attributes

ScDocumentpDoc
 
std::unique_ptr< weld::ComboBoxm_xUnitLB
 
std::unique_ptr< weld::MetricSpinButtonm_xTabMF
 
std::unique_ptr< weld::RadioButtonm_xAlwaysRB
 
std::unique_ptr< weld::RadioButtonm_xRequestRB
 
std::unique_ptr< weld::RadioButtonm_xNeverRB
 
std::unique_ptr< weld::CheckButtonm_xAlignCB
 
std::unique_ptr< weld::ComboBoxm_xAlignLB
 
std::unique_ptr< weld::CheckButtonm_xEditModeCB
 
std::unique_ptr< weld::CheckButtonm_xFormatCB
 
std::unique_ptr< weld::CheckButtonm_xExpRefCB
 
std::unique_ptr< weld::CheckButtonm_xSortRefUpdateCB
 
std::unique_ptr< weld::CheckButtonm_xMarkHdrCB
 
std::unique_ptr< weld::CheckButtonm_xReplWarnCB
 
std::unique_ptr< weld::CheckButtonm_xLegacyCellSelectionCB
 
std::unique_ptr< weld::CheckButtonm_xEnterPasteModeCB
 

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 75 of file tpview.hxx.

Constructor & Destructor Documentation

◆ ScTpLayoutOptions()

ScTpLayoutOptions::ScTpLayoutOptions ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rArgSet 
)

◆ ~ScTpLayoutOptions()

ScTpLayoutOptions::~ScTpLayoutOptions ( )
overridevirtual

Definition at line 328 of file tpview.cxx.

Member Function Documentation

◆ ActivatePage()

void ScTpLayoutOptions::ActivatePage ( const SfxItemSet )
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 545 of file tpview.cxx.

◆ Create()

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

◆ DeactivatePage()

DeactivateRC ScTpLayoutOptions::DeactivatePage ( SfxItemSet pSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 549 of file tpview.cxx.

References FillItemSet().

◆ DECL_LINK() [1/2]

ScTpLayoutOptions::DECL_LINK ( AlignHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/2]

ScTpLayoutOptions::DECL_LINK ( MetricHdl  ,
weld::ComboBox ,
void   
)
private

◆ FillItemSet()

bool ScTpLayoutOptions::FillItemSet ( SfxItemSet rCoreSet)
overridevirtual

◆ Reset()

void ScTpLayoutOptions::Reset ( const SfxItemSet rCoreSet)
overridevirtual

Member Data Documentation

◆ m_xAlignCB

std::unique_ptr<weld::CheckButton> ScTpLayoutOptions::m_xAlignCB
private

Definition at line 86 of file tpview.hxx.

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

◆ m_xAlignLB

std::unique_ptr<weld::ComboBox> ScTpLayoutOptions::m_xAlignLB
private

Definition at line 87 of file tpview.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xAlwaysRB

std::unique_ptr<weld::RadioButton> ScTpLayoutOptions::m_xAlwaysRB
private

Definition at line 82 of file tpview.hxx.

Referenced by Reset().

◆ m_xEditModeCB

std::unique_ptr<weld::CheckButton> ScTpLayoutOptions::m_xEditModeCB
private

Definition at line 88 of file tpview.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xEnterPasteModeCB

std::unique_ptr<weld::CheckButton> ScTpLayoutOptions::m_xEnterPasteModeCB
private

Definition at line 95 of file tpview.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xExpRefCB

std::unique_ptr<weld::CheckButton> ScTpLayoutOptions::m_xExpRefCB
private

Definition at line 90 of file tpview.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xFormatCB

std::unique_ptr<weld::CheckButton> ScTpLayoutOptions::m_xFormatCB
private

Definition at line 89 of file tpview.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xLegacyCellSelectionCB

std::unique_ptr<weld::CheckButton> ScTpLayoutOptions::m_xLegacyCellSelectionCB
private

Definition at line 94 of file tpview.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xMarkHdrCB

std::unique_ptr<weld::CheckButton> ScTpLayoutOptions::m_xMarkHdrCB
private

Definition at line 92 of file tpview.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xNeverRB

std::unique_ptr<weld::RadioButton> ScTpLayoutOptions::m_xNeverRB
private

Definition at line 84 of file tpview.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xReplWarnCB

std::unique_ptr<weld::CheckButton> ScTpLayoutOptions::m_xReplWarnCB
private

Definition at line 93 of file tpview.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xRequestRB

std::unique_ptr<weld::RadioButton> ScTpLayoutOptions::m_xRequestRB
private

Definition at line 83 of file tpview.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xSortRefUpdateCB

std::unique_ptr<weld::CheckButton> ScTpLayoutOptions::m_xSortRefUpdateCB
private

Definition at line 91 of file tpview.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xTabMF

std::unique_ptr<weld::MetricSpinButton> ScTpLayoutOptions::m_xTabMF
private

Definition at line 80 of file tpview.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xUnitLB

std::unique_ptr<weld::ComboBox> ScTpLayoutOptions::m_xUnitLB
private

Definition at line 79 of file tpview.hxx.

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

◆ pDoc

ScDocument* ScTpLayoutOptions::pDoc
private

Definition at line 77 of file tpview.hxx.

Referenced by FillItemSet(), and Reset().


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