LibreOffice Module cui (master) 1
|
#include <tabstpge.hxx>
Public Member Functions | |
SvxTabulatorTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) | |
virtual | ~SvxTabulatorTabPage () override |
virtual bool | FillItemSet (SfxItemSet *rSet) override |
virtual void | Reset (const SfxItemSet *rSet) override |
void | DisableControls (const TabulatorDisableFlags nFlag) |
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 *rSet) |
static WhichRangesContainer | GetRanges () |
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) |
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 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 |
Private Member Functions | |
void | InitTabPos_Impl (sal_uInt16 nPos=0) |
void | SetFillAndTabType_Impl () |
void | NewHdl_Impl (const weld::Button *) |
OUString | FormatTab () |
DECL_LINK (NewHdl_Impl, weld::Button &, void) | |
DECL_LINK (DelHdl_Impl, weld::Button &, void) | |
DECL_LINK (DelAllHdl_Impl, weld::Button &, void) | |
DECL_LINK (FillTypeCheckHdl_Impl, weld::Toggleable &, void) | |
DECL_LINK (TabTypeCheckHdl_Impl, weld::Toggleable &, void) | |
DECL_LINK (SelectHdl_Impl, weld::TreeView &, bool) | |
DECL_LINK (ModifyHdl_Impl, weld::ComboBox &, void) | |
DECL_LINK (ReformatHdl_Impl, weld::Widget &, void) | |
DECL_LINK (GetFillCharHdl_Impl, weld::Widget &, void) | |
DECL_LINK (GetDezCharHdl_Impl, weld::Widget &, void) | |
int | FindCurrentTab () |
virtual void | PageCreated (const SfxAllItemSet &aSet) override |
Static Private Attributes | |
static const WhichRangesContainer | pRanges |
Definition at line 59 of file tabstpge.hxx.
SvxTabulatorTabPage::SvxTabulatorTabPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rSet | ||
) |
Definition at line 62 of file tabstpge.cxx.
References aCurrentTab, CM, SvxTabStop::GetDecimal(), GetLocaleDataWrapper(), GetModuleFieldUnit(), LocaleDataWrapper::getNumDecimalSep(), Application::GetSettings(), GetWhich, SvtCJKOptions::IsAsianTypographyEnabled(), Left, LINK, m_aCenterWin, m_aDezWin, m_aLeftWin, m_aRightWin, m_xCenterTab, m_xDelAllBtn, m_xDelBtn, m_xDezChar, m_xDezCharLabel, m_xDezTab, m_xFillChar, m_xFillDashLine, m_xFillPoints, m_xFillSolidLine, m_xFillSpecial, m_xLeftTab, m_xNewBtn, m_xNoFillChar, m_xRightTab, m_xTabBox, m_xTabSpin, NewHdl_Impl(), RULER_TAB_CENTER, RULER_TAB_DECIMAL, RULER_TAB_LEFT, RULER_TAB_RIGHT, SfxTabPage::SetExchangeSupport(), SetFieldUnit(), TabWin_Impl::SetTabStyle(), and WB_HORZ.
|
overridevirtual |
Definition at line 142 of file tabstpge.cxx.
References m_xCenterWin, m_xDezChar, m_xDezWin, m_xFillChar, m_xLeftWin, m_xRightWin, and m_xTabBox.
|
static |
Definition at line 210 of file tabstpge.cxx.
References rSet.
Referenced by AbstractDialogFactory_Impl::GetTabPageCreatorFunc().
|
overrideprotectedvirtual |
Reimplemented from SfxTabPage.
Definition at line 307 of file tabstpge.cxx.
References FillItemSet().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
void SvxTabulatorTabPage::DisableControls | ( | const TabulatorDisableFlags | nFlag | ) |
Definition at line 264 of file tabstpge.cxx.
References m_xCenterTab, m_xCenterWin, m_xDezChar, m_xDezCharLabel, m_xDezTab, m_xDezWin, m_xFillChar, m_xFillDashLine, m_xFillFrame, m_xFillPoints, m_xFillSolidLine, m_xFillSpecial, m_xLeftTab, m_xLeftWin, m_xNoFillChar, m_xRightTab, m_xRightWin, and m_xTypeFrame.
Referenced by PageCreated().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 153 of file tabstpge.cxx.
References aNewTabs, FillUpWithDefTabs_Impl(), SfxItemSet::GetItemState(), SfxItemPool::GetMetric(), SfxTabPage::GetOldItem(), SfxItemSet::GetPool(), SvxTabStop::GetTabPos(), SfxTabPage::GetWhich(), i, OutputDevice::LogicToLogic(), m_xDezChar, m_xFillChar, m_xNewBtn, nDefDist, NewHdl_Impl(), SfxItemSet::Put(), and rSet.
Referenced by DeactivatePage().
|
private |
Definition at line 474 of file tabstpge.cxx.
References FormatTab(), and m_xTabBox.
|
private |
Definition at line 626 of file tabstpge.cxx.
References m_xTabBox, and m_xTabSpin.
Referenced by FindCurrentTab().
|
inlinestatic |
Definition at line 68 of file tabstpge.hxx.
References pRanges.
Referenced by AbstractDialogFactory_Impl::GetTabPageRangesFunc().
|
private |
Definition at line 314 of file tabstpge.cxx.
References aCurrentTab, aNewTabs, eDefUnit, SfxTabPage::GetItemSet(), SfxItemPool::GetMetric(), SfxItemSet::GetPool(), SfxTabPage::GetWhich(), i, OutputDevice::LogicToLogic(), m_xDelBtn, m_xLeftTab, m_xNewBtn, m_xNoFillChar, m_xTabBox, m_xTabSpin, and SetFillAndTabType_Impl().
Referenced by Reset().
|
private |
Definition at line 419 of file tabstpge.cxx.
References aCurrentTab, aNewTabs, eDefUnit, SvxTabStop::GetAdjustment(), SfxTabPage::GetItemSet(), SfxItemPool::GetMetric(), SfxItemSet::GetPool(), SvxTabStop::GetTabPos(), SfxTabPage::GetWhich(), i, OutputDevice::LogicToLogic(), m_xCenterTab, m_xDelBtn, m_xDezTab, m_xNewBtn, m_xRightTab, m_xTabBox, and m_xTabSpin.
Referenced by FillItemSet(), and SvxTabulatorTabPage().
|
overrideprivatevirtual |
Reimplemented from SfxTabPage.
Definition at line 656 of file tabstpge.cxx.
References DisableControls(), SfxItemSet::GetItem(), and CntUInt16Item::GetValue().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 215 of file tabstpge.cxx.
References aNewTabs, SfxPoolItem::Clone(), SfxTabPage::GetItem(), SfxItemPool::GetMetric(), SfxItemSet::GetPool(), SvxTabStop::GetTabPos(), GetValue(), SfxTabPage::GetWhich(), i, InitTabPos_Impl(), OutputDevice::LogicToLogic(), nDefDist, rSet, and SVX_TAB_DEFDIST.
|
private |
Definition at line 369 of file tabstpge.cxx.
References aCurrentTab, SvxTabStop::GetAdjustment(), SvxTabStop::GetDecimal(), SvxTabStop::GetFill(), m_xCenterTab, m_xDezChar, m_xDezCharLabel, m_xDezTab, m_xFillChar, m_xFillDashLine, m_xFillPoints, m_xFillSolidLine, m_xFillSpecial, m_xLeftTab, m_xNoFillChar, m_xRightTab, and weld::Toggleable::set_active().
Referenced by InitTabPos_Impl().
|
private |
Definition at line 80 of file tabstpge.hxx.
Referenced by InitTabPos_Impl(), NewHdl_Impl(), SetFillAndTabType_Impl(), and SvxTabulatorTabPage().
|
private |
Definition at line 81 of file tabstpge.hxx.
Referenced by FillItemSet(), InitTabPos_Impl(), NewHdl_Impl(), and Reset().
|
private |
Definition at line 86 of file tabstpge.hxx.
Referenced by SvxTabulatorTabPage().
|
private |
Definition at line 87 of file tabstpge.hxx.
Referenced by SvxTabulatorTabPage().
|
private |
Definition at line 84 of file tabstpge.hxx.
Referenced by SvxTabulatorTabPage().
|
private |
Definition at line 85 of file tabstpge.hxx.
Referenced by SvxTabulatorTabPage().
|
private |
Definition at line 96 of file tabstpge.hxx.
Referenced by DisableControls(), NewHdl_Impl(), SetFillAndTabType_Impl(), and SvxTabulatorTabPage().
|
private |
Definition at line 118 of file tabstpge.hxx.
Referenced by DisableControls(), and ~SvxTabulatorTabPage().
|
private |
Definition at line 110 of file tabstpge.hxx.
Referenced by SvxTabulatorTabPage().
|
private |
Definition at line 111 of file tabstpge.hxx.
Referenced by InitTabPos_Impl(), NewHdl_Impl(), and SvxTabulatorTabPage().
|
private |
Definition at line 99 of file tabstpge.hxx.
Referenced by DisableControls(), FillItemSet(), SetFillAndTabType_Impl(), SvxTabulatorTabPage(), and ~SvxTabulatorTabPage().
|
private |
Definition at line 100 of file tabstpge.hxx.
Referenced by DisableControls(), SetFillAndTabType_Impl(), and SvxTabulatorTabPage().
|
private |
Definition at line 97 of file tabstpge.hxx.
Referenced by DisableControls(), NewHdl_Impl(), SetFillAndTabType_Impl(), and SvxTabulatorTabPage().
|
private |
Definition at line 119 of file tabstpge.hxx.
Referenced by DisableControls(), and ~SvxTabulatorTabPage().
|
private |
Definition at line 107 of file tabstpge.hxx.
Referenced by DisableControls(), FillItemSet(), SetFillAndTabType_Impl(), SvxTabulatorTabPage(), and ~SvxTabulatorTabPage().
|
private |
Definition at line 104 of file tabstpge.hxx.
Referenced by DisableControls(), SetFillAndTabType_Impl(), and SvxTabulatorTabPage().
|
private |
Definition at line 114 of file tabstpge.hxx.
Referenced by DisableControls().
|
private |
Definition at line 103 of file tabstpge.hxx.
Referenced by DisableControls(), SetFillAndTabType_Impl(), and SvxTabulatorTabPage().
|
private |
Definition at line 105 of file tabstpge.hxx.
Referenced by DisableControls(), SetFillAndTabType_Impl(), and SvxTabulatorTabPage().
|
private |
Definition at line 106 of file tabstpge.hxx.
Referenced by DisableControls(), SetFillAndTabType_Impl(), and SvxTabulatorTabPage().
|
private |
Definition at line 94 of file tabstpge.hxx.
Referenced by DisableControls(), InitTabPos_Impl(), SetFillAndTabType_Impl(), and SvxTabulatorTabPage().
|
private |
Definition at line 116 of file tabstpge.hxx.
Referenced by DisableControls(), and ~SvxTabulatorTabPage().
|
private |
Definition at line 109 of file tabstpge.hxx.
Referenced by FillItemSet(), InitTabPos_Impl(), NewHdl_Impl(), and SvxTabulatorTabPage().
|
private |
Definition at line 102 of file tabstpge.hxx.
Referenced by DisableControls(), InitTabPos_Impl(), SetFillAndTabType_Impl(), and SvxTabulatorTabPage().
|
private |
Definition at line 95 of file tabstpge.hxx.
Referenced by DisableControls(), NewHdl_Impl(), SetFillAndTabType_Impl(), and SvxTabulatorTabPage().
|
private |
Definition at line 117 of file tabstpge.hxx.
Referenced by DisableControls(), and ~SvxTabulatorTabPage().
|
private |
Definition at line 92 of file tabstpge.hxx.
Referenced by FindCurrentTab(), FormatTab(), InitTabPos_Impl(), NewHdl_Impl(), SvxTabulatorTabPage(), and ~SvxTabulatorTabPage().
|
private |
Definition at line 90 of file tabstpge.hxx.
Referenced by FormatTab(), InitTabPos_Impl(), NewHdl_Impl(), and SvxTabulatorTabPage().
|
private |
Definition at line 113 of file tabstpge.hxx.
Referenced by DisableControls().
|
private |
Definition at line 82 of file tabstpge.hxx.
Referenced by FillItemSet(), and Reset().
|
staticprivate |
Definition at line 61 of file tabstpge.hxx.
Referenced by GetRanges().