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

#include <tpcalc.hxx>

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

Public Member Functions

 ScTpCalcOptions (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rCoreSet)
 
virtual ~ScTpCalcOptions () override
 
virtual bool FillItemSet (SfxItemSet *rCoreSet) override
 
virtual void Reset (const SfxItemSet *rCoreSet) 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 Init ()
 
 DECL_LINK (RadioClickHdl, weld::Toggleable &, void)
 
 DECL_LINK (CheckClickHdl, weld::Toggleable &, void)
 

Private Attributes

std::unique_ptr< ScDocOptionspOldOptions
 
std::unique_ptr< ScDocOptionspLocalOptions
 
std::unique_ptr< weld::CheckButtonm_xBtnIterate
 
std::unique_ptr< weld::Labelm_xFtSteps
 
std::unique_ptr< weld::SpinButtonm_xEdSteps
 
std::unique_ptr< weld::Labelm_xFtEps
 
std::unique_ptr< ScDoubleFieldm_xEdEps
 
std::unique_ptr< weld::RadioButtonm_xBtnDateStd
 
std::unique_ptr< weld::RadioButtonm_xBtnDateSc10
 
std::unique_ptr< weld::RadioButtonm_xBtnDate1904
 
std::unique_ptr< weld::CheckButtonm_xBtnCase
 
std::unique_ptr< weld::CheckButtonm_xBtnCalc
 
std::unique_ptr< weld::CheckButtonm_xBtnMatch
 
std::unique_ptr< weld::RadioButtonm_xBtnWildcards
 
std::unique_ptr< weld::RadioButtonm_xBtnRegex
 
std::unique_ptr< weld::RadioButtonm_xBtnLiteral
 
std::unique_ptr< weld::CheckButtonm_xBtnLookUp
 
std::unique_ptr< weld::CheckButtonm_xBtnGeneralPrec
 
std::unique_ptr< weld::Labelm_xFtPrec
 
std::unique_ptr< weld::SpinButtonm_xEdPrec
 
std::unique_ptr< weld::CheckButtonm_xBtnThread
 

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

Constructor & Destructor Documentation

◆ ScTpCalcOptions()

ScTpCalcOptions::ScTpCalcOptions ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rCoreSet 
)

Definition at line 35 of file tpcalc.cxx.

References Get(), Init(), and SfxTabPage::SetExchangeSupport().

◆ ~ScTpCalcOptions()

ScTpCalcOptions::~ScTpCalcOptions ( )
overridevirtual

Definition at line 64 of file tpcalc.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 78 of file tpcalc.cxx.

Referenced by ScAbstractDialogFactory_Impl::GetTabPageCreatorFunc().

◆ DeactivatePage()

DeactivateRC ScTpCalcOptions::DeactivatePage ( SfxItemSet pSet)
overridevirtual

◆ DECL_LINK() [1/2]

ScTpCalcOptions::DECL_LINK ( CheckClickHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/2]

ScTpCalcOptions::DECL_LINK ( RadioClickHdl  ,
weld::Toggleable ,
void   
)
private

◆ FillItemSet()

bool ScTpCalcOptions::FillItemSet ( SfxItemSet rCoreSet)
overridevirtual

◆ Init()

void ScTpCalcOptions::Init ( void  )
private

◆ Reset()

void ScTpCalcOptions::Reset ( const SfxItemSet rCoreSet)
overridevirtual

Member Data Documentation

◆ m_xBtnCalc

std::unique_ptr<weld::CheckButton> ScTpCalcOptions::m_xBtnCalc
private

Definition at line 52 of file tpcalc.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xBtnCase

std::unique_ptr<weld::CheckButton> ScTpCalcOptions::m_xBtnCase
private

Definition at line 51 of file tpcalc.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xBtnDate1904

std::unique_ptr<weld::RadioButton> ScTpCalcOptions::m_xBtnDate1904
private

Definition at line 49 of file tpcalc.hxx.

Referenced by Init(), and Reset().

◆ m_xBtnDateSc10

std::unique_ptr<weld::RadioButton> ScTpCalcOptions::m_xBtnDateSc10
private

Definition at line 48 of file tpcalc.hxx.

Referenced by Init(), and Reset().

◆ m_xBtnDateStd

std::unique_ptr<weld::RadioButton> ScTpCalcOptions::m_xBtnDateStd
private

Definition at line 47 of file tpcalc.hxx.

Referenced by Init(), and Reset().

◆ m_xBtnGeneralPrec

std::unique_ptr<weld::CheckButton> ScTpCalcOptions::m_xBtnGeneralPrec
private

Definition at line 58 of file tpcalc.hxx.

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

◆ m_xBtnIterate

std::unique_ptr<weld::CheckButton> ScTpCalcOptions::m_xBtnIterate
private

Definition at line 41 of file tpcalc.hxx.

Referenced by Init(), and Reset().

◆ m_xBtnLiteral

std::unique_ptr<weld::RadioButton> ScTpCalcOptions::m_xBtnLiteral
private

Definition at line 56 of file tpcalc.hxx.

Referenced by Reset().

◆ m_xBtnLookUp

std::unique_ptr<weld::CheckButton> ScTpCalcOptions::m_xBtnLookUp
private

Definition at line 57 of file tpcalc.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xBtnMatch

std::unique_ptr<weld::CheckButton> ScTpCalcOptions::m_xBtnMatch
private

Definition at line 53 of file tpcalc.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xBtnRegex

std::unique_ptr<weld::RadioButton> ScTpCalcOptions::m_xBtnRegex
private

Definition at line 55 of file tpcalc.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xBtnThread

std::unique_ptr<weld::CheckButton> ScTpCalcOptions::m_xBtnThread
private

Definition at line 63 of file tpcalc.hxx.

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

◆ m_xBtnWildcards

std::unique_ptr<weld::RadioButton> ScTpCalcOptions::m_xBtnWildcards
private

Definition at line 54 of file tpcalc.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xEdEps

std::unique_ptr<ScDoubleField> ScTpCalcOptions::m_xEdEps
private

Definition at line 45 of file tpcalc.hxx.

Referenced by DeactivatePage(), and Reset().

◆ m_xEdPrec

std::unique_ptr<weld::SpinButton> ScTpCalcOptions::m_xEdPrec
private

Definition at line 61 of file tpcalc.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xEdSteps

std::unique_ptr<weld::SpinButton> ScTpCalcOptions::m_xEdSteps
private

Definition at line 43 of file tpcalc.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xFtEps

std::unique_ptr<weld::Label> ScTpCalcOptions::m_xFtEps
private

Definition at line 44 of file tpcalc.hxx.

◆ m_xFtPrec

std::unique_ptr<weld::Label> ScTpCalcOptions::m_xFtPrec
private

Definition at line 60 of file tpcalc.hxx.

Referenced by Reset().

◆ m_xFtSteps

std::unique_ptr<weld::Label> ScTpCalcOptions::m_xFtSteps
private

Definition at line 42 of file tpcalc.hxx.

◆ pLocalOptions

std::unique_ptr<ScDocOptions> ScTpCalcOptions::pLocalOptions
private

Definition at line 39 of file tpcalc.hxx.

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

◆ pOldOptions

std::unique_ptr<ScDocOptions> ScTpCalcOptions::pOldOptions
private

Definition at line 38 of file tpcalc.hxx.

Referenced by FillItemSet(), and Reset().


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