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

#include <tpview.hxx>

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

Public Member Functions

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

void InitGridOpt ()
 
 DECL_LINK (GridHdl, weld::ComboBox &, void)
 
 DECL_LINK (SelLbObjHdl, weld::ComboBox &, void)
 
 DECL_LINK (CBHdl, weld::Toggleable &, void)
 

Private Attributes

std::unique_ptr< ScViewOptionsm_xLocalOptions
 
std::unique_ptr< weld::ComboBoxm_xGridLB
 
std::unique_ptr< weld::CheckButtonm_xBreakCB
 
std::unique_ptr< weld::CheckButtonm_xGuideLineCB
 
std::unique_ptr< weld::CheckButtonm_xFormulaCB
 
std::unique_ptr< weld::CheckButtonm_xNilCB
 
std::unique_ptr< weld::CheckButtonm_xAnnotCB
 
std::unique_ptr< weld::CheckButtonm_xFormulaMarkCB
 
std::unique_ptr< weld::CheckButtonm_xValueCB
 
std::unique_ptr< weld::CheckButtonm_xAnchorCB
 
std::unique_ptr< weld::CheckButtonm_xRangeFindCB
 
std::unique_ptr< weld::ComboBoxm_xObjGrfLB
 
std::unique_ptr< weld::ComboBoxm_xDiagramLB
 
std::unique_ptr< weld::ComboBoxm_xDrawLB
 
std::unique_ptr< weld::CheckButtonm_xSyncZoomCB
 
std::unique_ptr< weld::CheckButtonm_xRowColHeaderCB
 
std::unique_ptr< weld::CheckButtonm_xHScrollCB
 
std::unique_ptr< weld::CheckButtonm_xVScrollCB
 
std::unique_ptr< weld::CheckButtonm_xTblRegCB
 
std::unique_ptr< weld::CheckButtonm_xOutlineCB
 
std::unique_ptr< weld::CheckButtonm_xSummaryCB
 
std::unique_ptr< weld::RadioButtonm_xThemedCursorRB
 
std::unique_ptr< weld::RadioButtonm_xSystemCursorRB
 

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 tpview.hxx.

Constructor & Destructor Documentation

◆ ScTpContentOptions()

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

◆ ~ScTpContentOptions()

ScTpContentOptions::~ScTpContentOptions ( )
overridevirtual

Definition at line 87 of file tpview.cxx.

Member Function Documentation

◆ ActivatePage()

void ScTpContentOptions::ActivatePage ( const SfxItemSet rSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 199 of file tpview.cxx.

References SfxItemSet::GetItemIfSet(), m_xLocalOptions, and rSet.

◆ Create()

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

Definition at line 91 of file tpview.cxx.

Referenced by ScAbstractDialogFactory_Impl::GetTabPageCreatorFunc().

◆ DeactivatePage()

DeactivateRC ScTpContentOptions::DeactivatePage ( SfxItemSet pSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 205 of file tpview.cxx.

References FillItemSet().

◆ DECL_LINK() [1/3]

ScTpContentOptions::DECL_LINK ( CBHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/3]

ScTpContentOptions::DECL_LINK ( GridHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [3/3]

ScTpContentOptions::DECL_LINK ( SelLbObjHdl  ,
weld::ComboBox ,
void   
)
private

◆ FillItemSet()

bool ScTpContentOptions::FillItemSet ( SfxItemSet rCoreSet)
overridevirtual

◆ InitGridOpt()

void ScTpContentOptions::InitGridOpt ( )
private

Definition at line 250 of file tpview.cxx.

References m_xGridLB, m_xLocalOptions, VOPT_GRID, and VOPT_GRID_ONTOP.

Referenced by Reset().

◆ Reset()

void ScTpContentOptions::Reset ( const SfxItemSet rCoreSet)
overridevirtual

Member Data Documentation

◆ m_xAnchorCB

std::unique_ptr<weld::CheckButton> ScTpContentOptions::m_xAnchorCB
private

Definition at line 40 of file tpview.hxx.

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

◆ m_xAnnotCB

std::unique_ptr<weld::CheckButton> ScTpContentOptions::m_xAnnotCB
private

Definition at line 37 of file tpview.hxx.

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

◆ m_xBreakCB

std::unique_ptr<weld::CheckButton> ScTpContentOptions::m_xBreakCB
private

Definition at line 32 of file tpview.hxx.

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

◆ m_xDiagramLB

std::unique_ptr<weld::ComboBox> ScTpContentOptions::m_xDiagramLB
private

Definition at line 44 of file tpview.hxx.

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

◆ m_xDrawLB

std::unique_ptr<weld::ComboBox> ScTpContentOptions::m_xDrawLB
private

Definition at line 45 of file tpview.hxx.

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

◆ m_xFormulaCB

std::unique_ptr<weld::CheckButton> ScTpContentOptions::m_xFormulaCB
private

Definition at line 35 of file tpview.hxx.

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

◆ m_xFormulaMarkCB

std::unique_ptr<weld::CheckButton> ScTpContentOptions::m_xFormulaMarkCB
private

Definition at line 38 of file tpview.hxx.

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

◆ m_xGridLB

std::unique_ptr<weld::ComboBox> ScTpContentOptions::m_xGridLB
private

Definition at line 31 of file tpview.hxx.

Referenced by FillItemSet(), InitGridOpt(), Reset(), and ScTpContentOptions().

◆ m_xGuideLineCB

std::unique_ptr<weld::CheckButton> ScTpContentOptions::m_xGuideLineCB
private

Definition at line 33 of file tpview.hxx.

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

◆ m_xHScrollCB

std::unique_ptr<weld::CheckButton> ScTpContentOptions::m_xHScrollCB
private

Definition at line 50 of file tpview.hxx.

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

◆ m_xLocalOptions

std::unique_ptr<ScViewOptions> ScTpContentOptions::m_xLocalOptions
private

Definition at line 29 of file tpview.hxx.

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

◆ m_xNilCB

std::unique_ptr<weld::CheckButton> ScTpContentOptions::m_xNilCB
private

Definition at line 36 of file tpview.hxx.

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

◆ m_xObjGrfLB

std::unique_ptr<weld::ComboBox> ScTpContentOptions::m_xObjGrfLB
private

Definition at line 43 of file tpview.hxx.

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

◆ m_xOutlineCB

std::unique_ptr<weld::CheckButton> ScTpContentOptions::m_xOutlineCB
private

Definition at line 53 of file tpview.hxx.

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

◆ m_xRangeFindCB

std::unique_ptr<weld::CheckButton> ScTpContentOptions::m_xRangeFindCB
private

Definition at line 41 of file tpview.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xRowColHeaderCB

std::unique_ptr<weld::CheckButton> ScTpContentOptions::m_xRowColHeaderCB
private

Definition at line 49 of file tpview.hxx.

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

◆ m_xSummaryCB

std::unique_ptr<weld::CheckButton> ScTpContentOptions::m_xSummaryCB
private

Definition at line 54 of file tpview.hxx.

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

◆ m_xSyncZoomCB

std::unique_ptr<weld::CheckButton> ScTpContentOptions::m_xSyncZoomCB
private

Definition at line 47 of file tpview.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xSystemCursorRB

std::unique_ptr<weld::RadioButton> ScTpContentOptions::m_xSystemCursorRB
private

Definition at line 56 of file tpview.hxx.

Referenced by Reset().

◆ m_xTblRegCB

std::unique_ptr<weld::CheckButton> ScTpContentOptions::m_xTblRegCB
private

Definition at line 52 of file tpview.hxx.

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

◆ m_xThemedCursorRB

std::unique_ptr<weld::RadioButton> ScTpContentOptions::m_xThemedCursorRB
private

Definition at line 55 of file tpview.hxx.

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

◆ m_xValueCB

std::unique_ptr<weld::CheckButton> ScTpContentOptions::m_xValueCB
private

Definition at line 39 of file tpview.hxx.

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

◆ m_xVScrollCB

std::unique_ptr<weld::CheckButton> ScTpContentOptions::m_xVScrollCB
private

Definition at line 51 of file tpview.hxx.

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


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