LibreOffice Module sc (master) 1
|
#include <tpview.hxx>
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 SfxItemSet & | GetItemSet () 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 SfxItemSet * | GetDialogExampleSet () const |
OUString | GetHelpId () const |
OUString | GetConfigId () const |
bool | IsVisible () const |
weld::Window * | GetFrameWeld () const |
std::unordered_map< OUString, css::uno::Any > & | getAdditionalProperties () |
Static Public Member Functions | |
static std::unique_ptr< SfxTabPage > | Create (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rCoreSet) |
Static Public Member Functions inherited from SfxTabPage | |
static const SfxPoolItem * | GetItem (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 | |
ScDocument * | pDoc |
std::unique_ptr< weld::ComboBox > | m_xUnitLB |
std::unique_ptr< weld::MetricSpinButton > | m_xTabMF |
std::unique_ptr< weld::RadioButton > | m_xAlwaysRB |
std::unique_ptr< weld::RadioButton > | m_xRequestRB |
std::unique_ptr< weld::RadioButton > | m_xNeverRB |
std::unique_ptr< weld::CheckButton > | m_xAlignCB |
std::unique_ptr< weld::ComboBox > | m_xAlignLB |
std::unique_ptr< weld::CheckButton > | m_xEditModeCB |
std::unique_ptr< weld::CheckButton > | m_xFormatCB |
std::unique_ptr< weld::CheckButton > | m_xExpRefCB |
std::unique_ptr< weld::CheckButton > | m_xSortRefUpdateCB |
std::unique_ptr< weld::CheckButton > | m_xMarkHdrCB |
std::unique_ptr< weld::CheckButton > | m_xReplWarnCB |
std::unique_ptr< weld::CheckButton > | m_xLegacyCellSelectionCB |
std::unique_ptr< weld::CheckButton > | m_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 SfxPoolItem * | GetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
const T * | GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
SfxOkDialogController * | GetDialogController () const |
Definition at line 75 of file tpview.hxx.
ScTpLayoutOptions::ScTpLayoutOptions | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rArgSet | ||
) |
Definition at line 279 of file tpview.cxx.
References CM, first, i, LINK, m_xAlignCB, m_xUnitLB, SAL_N_ELEMENTS, ScResId(), and SfxTabPage::SetExchangeSupport().
|
overridevirtual |
Definition at line 328 of file tpview.cxx.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 545 of file tpview.cxx.
|
static |
Definition at line 332 of file tpview.cxx.
References SfxObjectShell::Current(), and ScDocShell::GetDocument().
Referenced by ScAbstractDialogFactory_Impl::GetTabPageCreatorFunc().
|
overridevirtual |
|
private |
|
private |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 343 of file tpview.cxx.
References LM_ALWAYS, LM_NEVER, LM_ON_DEMAND, m_xAlignCB, m_xAlignLB, m_xEditModeCB, m_xEnterPasteModeCB, m_xExpRefCB, m_xFormatCB, m_xLegacyCellSelectionCB, m_xMarkHdrCB, m_xNeverRB, m_xReplWarnCB, m_xRequestRB, m_xSortRefUpdateCB, m_xTabMF, m_xUnitLB, pDoc, SfxItemSet::Put(), SC_MOD, ScAppOptions::SetLinkMode(), and ScDocument::SetLinkMode().
Referenced by DeactivatePage().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 445 of file tpview.cxx.
References SfxItemSet::Get(), SfxItemSet::GetItemIfSet(), SfxItemSet::GetItemState(), ScAppOptions::GetLinkMode(), ScDocument::GetLinkMode(), CntUInt16Item::GetValue(), i, LM_ALWAYS, LM_NEVER, LM_ON_DEMAND, LM_UNKNOWN, m_xAlignCB, m_xAlignLB, m_xAlwaysRB, m_xEditModeCB, m_xEnterPasteModeCB, m_xExpRefCB, m_xFormatCB, m_xLegacyCellSelectionCB, m_xMarkHdrCB, m_xNeverRB, m_xReplWarnCB, m_xRequestRB, m_xSortRefUpdateCB, m_xTabMF, m_xUnitLB, pDoc, and SC_MOD.
|
private |
Definition at line 86 of file tpview.hxx.
Referenced by FillItemSet(), Reset(), and ScTpLayoutOptions().
|
private |
Definition at line 87 of file tpview.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 82 of file tpview.hxx.
Referenced by Reset().
|
private |
Definition at line 88 of file tpview.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 95 of file tpview.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 90 of file tpview.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 89 of file tpview.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 94 of file tpview.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 92 of file tpview.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 84 of file tpview.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 93 of file tpview.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 83 of file tpview.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 91 of file tpview.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 80 of file tpview.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 79 of file tpview.hxx.
Referenced by FillItemSet(), Reset(), and ScTpLayoutOptions().
|
private |
Definition at line 77 of file tpview.hxx.
Referenced by FillItemSet(), and Reset().