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

#include <swuicnttab.hxx>

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

Public Member Functions

 SwTOXStylesTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rAttrSet)
 
virtual ~SwTOXStylesTabPage () override
 
virtual bool FillItemSet (SfxItemSet *) override
 
virtual void Reset (const SfxItemSet *) override
 
virtual void ActivatePage (const SfxItemSet &) override
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet) 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 (EditStyleHdl, weld::Button &, void)
 
 DECL_LINK (StdHdl, weld::Button &, void)
 
 DECL_LINK (EnableSelectHdl, weld::TreeView &, void)
 
 DECL_LINK (DoubleClickHdl, weld::TreeView &, bool)
 
 DECL_LINK (AssignHdl, weld::Button &, void)
 
void Modify ()
 
SwFormGetForm ()
 

Private Attributes

std::unique_ptr< SwFormm_pCurrentForm
 
std::unique_ptr< weld::TreeViewm_xLevelLB
 
std::unique_ptr< weld::Buttonm_xAssignBT
 
std::unique_ptr< weld::TreeViewm_xParaLayLB
 
std::unique_ptr< weld::Buttonm_xStdBT
 
std::unique_ptr< weld::Buttonm_xEditStyleBT
 

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 409 of file swuicnttab.hxx.

Constructor & Destructor Documentation

◆ SwTOXStylesTabPage()

SwTOXStylesTabPage::SwTOXStylesTabPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rAttrSet 
)

◆ ~SwTOXStylesTabPage()

SwTOXStylesTabPage::~SwTOXStylesTabPage ( )
overridevirtual

Definition at line 3546 of file cnttab.cxx.

Member Function Documentation

◆ ActivatePage()

void SwTOXStylesTabPage::ActivatePage ( const SfxItemSet )
overridevirtual

◆ Create()

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

Definition at line 3634 of file cnttab.cxx.

Referenced by SwMultiTOXTabDialog::SwMultiTOXTabDialog().

◆ DeactivatePage()

DeactivateRC SwTOXStylesTabPage::DeactivatePage ( SfxItemSet pSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 3628 of file cnttab.cxx.

References GetForm(), and m_pCurrentForm.

◆ DECL_LINK() [1/5]

SwTOXStylesTabPage::DECL_LINK ( AssignHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [2/5]

SwTOXStylesTabPage::DECL_LINK ( DoubleClickHdl  ,
weld::TreeView ,
bool   
)
private

◆ DECL_LINK() [3/5]

SwTOXStylesTabPage::DECL_LINK ( EditStyleHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [4/5]

SwTOXStylesTabPage::DECL_LINK ( EnableSelectHdl  ,
weld::TreeView ,
void   
)
private

◆ DECL_LINK() [5/5]

SwTOXStylesTabPage::DECL_LINK ( StdHdl  ,
weld::Button ,
void   
)
private

◆ FillItemSet()

bool SwTOXStylesTabPage::FillItemSet ( SfxItemSet )
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 3550 of file cnttab.cxx.

◆ GetForm()

SwForm & SwTOXStylesTabPage::GetForm ( )
inlineprivate

◆ Modify()

void SwTOXStylesTabPage::Modify ( )
private

◆ Reset()

void SwTOXStylesTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 3555 of file cnttab.cxx.

References ActivatePage(), and rSet.

Member Data Documentation

◆ m_pCurrentForm

std::unique_ptr<SwForm> SwTOXStylesTabPage::m_pCurrentForm
private

Definition at line 411 of file swuicnttab.hxx.

Referenced by ActivatePage(), DeactivatePage(), and Modify().

◆ m_xAssignBT

std::unique_ptr<weld::Button> SwTOXStylesTabPage::m_xAssignBT
private

Definition at line 414 of file swuicnttab.hxx.

Referenced by SwTOXStylesTabPage().

◆ m_xEditStyleBT

std::unique_ptr<weld::Button> SwTOXStylesTabPage::m_xEditStyleBT
private

Definition at line 417 of file swuicnttab.hxx.

Referenced by SwTOXStylesTabPage().

◆ m_xLevelLB

std::unique_ptr<weld::TreeView> SwTOXStylesTabPage::m_xLevelLB
private

Definition at line 413 of file swuicnttab.hxx.

Referenced by ActivatePage(), and SwTOXStylesTabPage().

◆ m_xParaLayLB

std::unique_ptr<weld::TreeView> SwTOXStylesTabPage::m_xParaLayLB
private

Definition at line 415 of file swuicnttab.hxx.

Referenced by ActivatePage(), and SwTOXStylesTabPage().

◆ m_xStdBT

std::unique_ptr<weld::Button> SwTOXStylesTabPage::m_xStdBT
private

Definition at line 416 of file swuicnttab.hxx.

Referenced by SwTOXStylesTabPage().


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