LibreOffice Module cui (master) 1
|
TabPage for complete numeration. More...
#include <numpages.hxx>
Public Member Functions | |
SvxNumPickTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) | |
virtual | ~SvxNumPickTabPage () override |
virtual void | ActivatePage (const SfxItemSet &rSet) override |
virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) override |
virtual bool | FillItemSet (SfxItemSet *rSet) override |
virtual void | Reset (const SfxItemSet *rSet) override |
void | SetCharFormatNames (const OUString &rCharName, const OUString &rBulName) |
virtual void | PageCreated (const SfxAllItemSet &aSet) 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 *rAttrSet) |
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 (NumSelectHdl_Impl, ValueSet *, void) | |
DECL_LINK (DoubleClickHdl_Impl, ValueSet *, void) | |
Private Attributes | |
OUString | sNumCharFmtName |
OUString | sBulletCharFormatName |
SvxNumSettingsArr_Impl | aNumSettingsArrays [NUM_VALUSET_COUNT] |
std::unique_ptr< SvxNumRule > | pActNum |
std::unique_ptr< SvxNumRule > | pSaveNum |
sal_uInt16 | nActNumLvl |
TypedWhichId< SvxNumBulletItem > | nNumItemId |
bool | bModified: 1 |
bool | bPreset: 1 |
std::unique_ptr< SvxNumValueSet > | m_xExamplesVS |
std::unique_ptr< weld::CustomWeld > | m_xExamplesVSWin |
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 |
TabPage for complete numeration.
Definition at line 121 of file numpages.hxx.
SvxNumPickTabPage::SvxNumPickTabPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rSet | ||
) |
Definition at line 480 of file numpages.cxx.
References aNumSettingsArrays, Exception, AllSettings::GetLanguageTag(), LanguageTag::getLocale(), SvxNumOptionsTabPageHelper::GetNumberingProvider(), Application::GetSettings(), lcl_CreateNumSettingsPtr(), LINK, Locale, m_xExamplesVS, NUM_VALUSET_COUNT, rSet, SAL_MAX_UINT16, SfxTabPage::SetExchangeSupport(), and SVX_MAX_NUM.
|
overridevirtual |
Definition at line 532 of file numpages.cxx.
References m_xExamplesVS, and m_xExamplesVSWin.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 555 of file numpages.cxx.
References bModified, bPreset, SfxTabPage::GetDialogExampleSet(), SfxItemSet::GetItemIfSet(), lcl_IsNumFmtSet(), m_xExamplesVS, nActNumLvl, nNumItemId, pActNum, pSaveNum, and rSet.
|
static |
Definition at line 538 of file numpages.cxx.
Referenced by AbstractDialogFactory_Impl::GetTabPageCreatorFunc().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 587 of file numpages.cxx.
References FillItemSet().
|
private |
|
private |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 544 of file numpages.cxx.
References bModified, bPreset, nNumItemId, pActNum, pSaveNum, SfxItemSet::Put(), and rSet.
Referenced by DeactivatePage().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 713 of file numpages.cxx.
References SfxItemSet::GetItem(), CntUnencodedStringItem::GetValue(), and SetCharFormatNames().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 594 of file numpages.cxx.
References SfxItemSet::Get(), SfxItemSet::GetItemIfSet(), SvxNumBulletItem::GetNumRule(), SfxItemSet::GetPool(), SfxItemPool::GetWhich(), nNumItemId, pActNum, pSaveNum, and rSet.
|
inline |
Definition at line 153 of file numpages.hxx.
References sBulletCharFormatName, and sNumCharFmtName.
Referenced by PageCreated().
|
private |
Definition at line 126 of file numpages.hxx.
Referenced by SvxNumPickTabPage().
|
private |
Definition at line 132 of file numpages.hxx.
Referenced by ActivatePage(), and FillItemSet().
|
private |
Definition at line 133 of file numpages.hxx.
Referenced by ActivatePage(), and FillItemSet().
|
private |
Definition at line 135 of file numpages.hxx.
Referenced by ActivatePage(), SvxNumPickTabPage(), and ~SvxNumPickTabPage().
|
private |
Definition at line 136 of file numpages.hxx.
Referenced by ~SvxNumPickTabPage().
|
private |
Definition at line 130 of file numpages.hxx.
Referenced by ActivatePage().
|
private |
Definition at line 131 of file numpages.hxx.
Referenced by ActivatePage(), FillItemSet(), and Reset().
|
private |
Definition at line 128 of file numpages.hxx.
Referenced by ActivatePage(), FillItemSet(), and Reset().
|
private |
Definition at line 129 of file numpages.hxx.
Referenced by ActivatePage(), FillItemSet(), and Reset().
|
private |
Definition at line 124 of file numpages.hxx.
Referenced by SetCharFormatNames().
|
private |
Definition at line 123 of file numpages.hxx.
Referenced by SetCharFormatNames().