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

#include <numpages.hxx>

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

Public Member Functions

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

Private Attributes

std::vector< OUString > aGrfNames
 
std::unique_ptr< SvxNumRulepActNum
 
std::unique_ptr< SvxNumRulepSaveNum
 
sal_uInt16 nActNumLvl
 
TypedWhichId< SvxNumBulletItemnNumItemId
 
MapUnit eCoreUnit
 
bool bModified: 1
 
bool bPreset: 1
 
std::unique_ptr< weld::Labelm_xErrorText
 
std::unique_ptr< weld::Buttonm_xBtBrowseFile
 
std::unique_ptr< SvxBmpNumValueSetm_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 159 of file numpages.hxx.

Constructor & Destructor Documentation

◆ SvxBitmapPickTabPage()

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

◆ ~SvxBitmapPickTabPage()

SvxBitmapPickTabPage::~SvxBitmapPickTabPage ( )
overridevirtual

Definition at line 775 of file numpages.cxx.

References m_xExamplesVS, and m_xExamplesVSWin.

Member Function Documentation

◆ ActivatePage()

void SvxBitmapPickTabPage::ActivatePage ( const SfxItemSet rSet)
overridevirtual

◆ Create()

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

Definition at line 781 of file numpages.cxx.

Referenced by AbstractDialogFactory_Impl::GetTabPageCreatorFunc().

◆ DeactivatePage()

DeactivateRC SvxBitmapPickTabPage::DeactivatePage ( SfxItemSet pSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 820 of file numpages.cxx.

References FillItemSet().

◆ DECL_LINK() [1/3]

SvxBitmapPickTabPage::DECL_LINK ( ClickAddBrowseHdl_Impl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/3]

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

◆ DECL_LINK() [3/3]

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

◆ FillItemSet()

bool SvxBitmapPickTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 827 of file numpages.cxx.

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

Referenced by DeactivatePage().

◆ Reset()

void SvxBitmapPickTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ aGrfNames

std::vector<OUString> SvxBitmapPickTabPage::aGrfNames
private

Definition at line 161 of file numpages.hxx.

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

◆ bModified

bool SvxBitmapPickTabPage::bModified
private

Definition at line 168 of file numpages.hxx.

Referenced by ActivatePage(), and FillItemSet().

◆ bPreset

bool SvxBitmapPickTabPage::bPreset
private

Definition at line 169 of file numpages.hxx.

Referenced by ActivatePage(), and FillItemSet().

◆ eCoreUnit

MapUnit SvxBitmapPickTabPage::eCoreUnit
private

Definition at line 167 of file numpages.hxx.

Referenced by SvxBitmapPickTabPage().

◆ m_xBtBrowseFile

std::unique_ptr<weld::Button> SvxBitmapPickTabPage::m_xBtBrowseFile
private

Definition at line 172 of file numpages.hxx.

Referenced by SvxBitmapPickTabPage().

◆ m_xErrorText

std::unique_ptr<weld::Label> SvxBitmapPickTabPage::m_xErrorText
private

Definition at line 171 of file numpages.hxx.

Referenced by SvxBitmapPickTabPage().

◆ m_xExamplesVS

std::unique_ptr<SvxBmpNumValueSet> SvxBitmapPickTabPage::m_xExamplesVS
private

Definition at line 173 of file numpages.hxx.

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

◆ m_xExamplesVSWin

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

Definition at line 174 of file numpages.hxx.

Referenced by ~SvxBitmapPickTabPage().

◆ nActNumLvl

sal_uInt16 SvxBitmapPickTabPage::nActNumLvl
private

Definition at line 165 of file numpages.hxx.

Referenced by ActivatePage().

◆ nNumItemId

TypedWhichId<SvxNumBulletItem> SvxBitmapPickTabPage::nNumItemId
private

Definition at line 166 of file numpages.hxx.

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

◆ pActNum

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

Definition at line 163 of file numpages.hxx.

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

◆ pSaveNum

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

Definition at line 164 of file numpages.hxx.

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


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