LibreOffice Module cui (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
SvxNumPickTabPage Class Referencefinal

TabPage for complete numeration. More...

#include <numpages.hxx>

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

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 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 *rAttrSet)
 
- 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

 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< SvxNumRulepActNum
 
std::unique_ptr< SvxNumRulepSaveNum
 
sal_uInt16 nActNumLvl
 
TypedWhichId< SvxNumBulletItemnNumItemId
 
bool bModified: 1
 
bool bPreset: 1
 
std::unique_ptr< SvxNumValueSetm_xExamplesVS
 
std::unique_ptr< weld::CustomWeldm_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 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

TabPage for complete numeration.

Definition at line 121 of file numpages.hxx.

Constructor & Destructor Documentation

◆ SvxNumPickTabPage()

SvxNumPickTabPage::SvxNumPickTabPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rSet 
)

◆ ~SvxNumPickTabPage()

SvxNumPickTabPage::~SvxNumPickTabPage ( )
overridevirtual

Definition at line 532 of file numpages.cxx.

References m_xExamplesVS, and m_xExamplesVSWin.

Member Function Documentation

◆ ActivatePage()

void SvxNumPickTabPage::ActivatePage ( const SfxItemSet rSet)
overridevirtual

◆ Create()

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

Definition at line 538 of file numpages.cxx.

Referenced by AbstractDialogFactory_Impl::GetTabPageCreatorFunc().

◆ DeactivatePage()

DeactivateRC SvxNumPickTabPage::DeactivatePage ( SfxItemSet pSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 587 of file numpages.cxx.

References FillItemSet().

◆ DECL_LINK() [1/2]

SvxNumPickTabPage::DECL_LINK ( DoubleClickHdl_Impl  ,
ValueSet ,
void   
)
private

◆ DECL_LINK() [2/2]

SvxNumPickTabPage::DECL_LINK ( NumSelectHdl_Impl  ,
ValueSet ,
void   
)
private

◆ FillItemSet()

bool SvxNumPickTabPage::FillItemSet ( SfxItemSet rSet)
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().

◆ PageCreated()

void SvxNumPickTabPage::PageCreated ( const SfxAllItemSet aSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 713 of file numpages.cxx.

References SfxItemSet::GetItem(), CntUnencodedStringItem::GetValue(), and SetCharFormatNames().

◆ Reset()

void SvxNumPickTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

◆ SetCharFormatNames()

void SvxNumPickTabPage::SetCharFormatNames ( const OUString &  rCharName,
const OUString &  rBulName 
)
inline

Definition at line 153 of file numpages.hxx.

References sBulletCharFormatName, and sNumCharFmtName.

Referenced by PageCreated().

Member Data Documentation

◆ aNumSettingsArrays

SvxNumSettingsArr_Impl SvxNumPickTabPage::aNumSettingsArrays[NUM_VALUSET_COUNT]
private

Definition at line 126 of file numpages.hxx.

Referenced by SvxNumPickTabPage().

◆ bModified

bool SvxNumPickTabPage::bModified
private

Definition at line 132 of file numpages.hxx.

Referenced by ActivatePage(), and FillItemSet().

◆ bPreset

bool SvxNumPickTabPage::bPreset
private

Definition at line 133 of file numpages.hxx.

Referenced by ActivatePage(), and FillItemSet().

◆ m_xExamplesVS

std::unique_ptr<SvxNumValueSet> SvxNumPickTabPage::m_xExamplesVS
private

Definition at line 135 of file numpages.hxx.

Referenced by ActivatePage(), SvxNumPickTabPage(), and ~SvxNumPickTabPage().

◆ m_xExamplesVSWin

std::unique_ptr<weld::CustomWeld> SvxNumPickTabPage::m_xExamplesVSWin
private

Definition at line 136 of file numpages.hxx.

Referenced by ~SvxNumPickTabPage().

◆ nActNumLvl

sal_uInt16 SvxNumPickTabPage::nActNumLvl
private

Definition at line 130 of file numpages.hxx.

Referenced by ActivatePage().

◆ nNumItemId

TypedWhichId<SvxNumBulletItem> SvxNumPickTabPage::nNumItemId
private

Definition at line 131 of file numpages.hxx.

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

◆ pActNum

std::unique_ptr<SvxNumRule> SvxNumPickTabPage::pActNum
private

Definition at line 128 of file numpages.hxx.

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

◆ pSaveNum

std::unique_ptr<SvxNumRule> SvxNumPickTabPage::pSaveNum
private

Definition at line 129 of file numpages.hxx.

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

◆ sBulletCharFormatName

OUString SvxNumPickTabPage::sBulletCharFormatName
private

Definition at line 124 of file numpages.hxx.

Referenced by SetCharFormatNames().

◆ sNumCharFmtName

OUString SvxNumPickTabPage::sNumCharFmtName
private

Definition at line 123 of file numpages.hxx.

Referenced by SetCharFormatNames().


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