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

#include <numpages.hxx>

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

Public Member Functions

 SvxBulletPickTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SvxBulletPickTabPage () 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
 
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

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

Definition at line 87 of file numpages.hxx.

Constructor & Destructor Documentation

◆ SvxBulletPickTabPage()

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

Definition at line 336 of file numpages.cxx.

References LINK, m_xExamplesVS, rSet, SAL_MAX_UINT16, and SfxTabPage::SetExchangeSupport().

◆ ~SvxBulletPickTabPage()

SvxBulletPickTabPage::~SvxBulletPickTabPage ( )
overridevirtual

Definition at line 351 of file numpages.cxx.

References m_xExamplesVS, and m_xExamplesVSWin.

Member Function Documentation

◆ ActivatePage()

void SvxBulletPickTabPage::ActivatePage ( const SfxItemSet rSet)
overridevirtual

◆ Create()

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

Definition at line 357 of file numpages.cxx.

Referenced by AbstractDialogFactory_Impl::GetTabPageCreatorFunc().

◆ DeactivatePage()

DeactivateRC SvxBulletPickTabPage::DeactivatePage ( SfxItemSet pSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 406 of file numpages.cxx.

References FillItemSet().

◆ DECL_LINK() [1/2]

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

◆ DECL_LINK() [2/2]

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

◆ FillItemSet()

bool SvxBulletPickTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 363 of file numpages.cxx.

References bModified, bPreset, nNumItemId, pActNum, pSaveNum, SfxItemSet::Put(), and rSet.

Referenced by DeactivatePage().

◆ PageCreated()

void SvxBulletPickTabPage::PageCreated ( const SfxAllItemSet aSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 472 of file numpages.cxx.

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

◆ Reset()

void SvxBulletPickTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ bModified

bool SvxBulletPickTabPage::bModified
private

Definition at line 92 of file numpages.hxx.

Referenced by ActivatePage(), and FillItemSet().

◆ bPreset

bool SvxBulletPickTabPage::bPreset
private

Definition at line 93 of file numpages.hxx.

Referenced by ActivatePage(), and FillItemSet().

◆ m_xExamplesVS

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

Definition at line 98 of file numpages.hxx.

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

◆ m_xExamplesVSWin

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

Definition at line 99 of file numpages.hxx.

Referenced by ~SvxBulletPickTabPage().

◆ nActNumLvl

sal_uInt16 SvxBulletPickTabPage::nActNumLvl
private

Definition at line 91 of file numpages.hxx.

Referenced by ActivatePage().

◆ nNumItemId

TypedWhichId<SvxNumBulletItem> SvxBulletPickTabPage::nNumItemId
private

Definition at line 94 of file numpages.hxx.

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

◆ pActNum

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

Definition at line 89 of file numpages.hxx.

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

◆ pSaveNum

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

Definition at line 90 of file numpages.hxx.

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

◆ sBulletCharFormatName

OUString SvxBulletPickTabPage::sBulletCharFormatName
private

Definition at line 96 of file numpages.hxx.

Referenced by PageCreated().


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