LibreOffice Module sfx2 (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
SfxNewStyleDlg Class Referencefinal

#include <newstyle.hxx>

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

Public Member Functions

 SfxNewStyleDlg (weld::Widget *pParent, SfxStyleSheetBasePool &rPool, SfxStyleFamily eFam)
 
virtual ~SfxNewStyleDlg () override
 
OUString GetName () const
 
- Public Member Functions inherited from weld::GenericDialogController
 GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false)
 
virtual DialoggetDialog () override
 
virtual ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override
 
- Public Member Functions inherited from weld::DialogController
virtual DialoggetDialog ()=0
 
const DialoggetConstDialog () const
 
virtual short run ()
 
void set_title (const OUString &rTitle)
 
OUString get_title () const
 
void set_help_id (const OUString &rHelpId)
 
OUString get_help_id () const
 
void response (int nResponse)
 
virtual ~DialogController () COVERITY_NOEXCEPT_FALSE
 

Private Member Functions

 DECL_DLLPRIVATE_LINK (OKHdl, weld::TreeView &, bool)
 
 DECL_DLLPRIVATE_LINK (OKClickHdl, weld::Button &, void)
 
 DECL_DLLPRIVATE_LINK (ModifyHdl, weld::ComboBox &, void)
 

Private Attributes

SfxStyleSheetBasePoolm_rPool
 
SfxStyleFamily m_eSearchFamily
 
std::unique_ptr< weld::EntryTreeViewm_xColBox
 
std::unique_ptr< weld::Buttonm_xOKBtn
 
std::unique_ptr< weld::MessageDialogm_xQueryOverwriteBox
 

Additional Inherited Members

- Static Public Member Functions inherited from weld::DialogController
static bool runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &)
 
- Protected Attributes inherited from weld::GenericDialogController
std::unique_ptr< weld::Builderm_xBuilder
 
std::shared_ptr< weld::Dialogm_xDialog
 

Detailed Description

Definition at line 28 of file newstyle.hxx.

Constructor & Destructor Documentation

◆ SfxNewStyleDlg()

SfxNewStyleDlg::SfxNewStyleDlg ( weld::Widget pParent,
SfxStyleSheetBasePool rPool,
SfxStyleFamily  eFam 
)

◆ ~SfxNewStyleDlg()

SfxNewStyleDlg::~SfxNewStyleDlg ( )
overridevirtual

Definition at line 88 of file newstyle.cxx.

Member Function Documentation

◆ DECL_DLLPRIVATE_LINK() [1/3]

SfxNewStyleDlg::DECL_DLLPRIVATE_LINK ( ModifyHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_DLLPRIVATE_LINK() [2/3]

SfxNewStyleDlg::DECL_DLLPRIVATE_LINK ( OKClickHdl  ,
weld::Button ,
void   
)
private

◆ DECL_DLLPRIVATE_LINK() [3/3]

SfxNewStyleDlg::DECL_DLLPRIVATE_LINK ( OKHdl  ,
weld::TreeView ,
bool   
)
private

◆ GetName()

OUString SfxNewStyleDlg::GetName ( ) const
inline

Definition at line 47 of file newstyle.hxx.

References comphelper::string::stripStart().

Referenced by IMPL_LINK_NOARG().

Member Data Documentation

◆ m_eSearchFamily

SfxStyleFamily SfxNewStyleDlg::m_eSearchFamily
private

Definition at line 32 of file newstyle.hxx.

◆ m_rPool

SfxStyleSheetBasePool& SfxNewStyleDlg::m_rPool
private

Definition at line 31 of file newstyle.hxx.

Referenced by SfxNewStyleDlg().

◆ m_xColBox

std::unique_ptr<weld::EntryTreeView> SfxNewStyleDlg::m_xColBox
private

Definition at line 34 of file newstyle.hxx.

Referenced by SfxNewStyleDlg().

◆ m_xOKBtn

std::unique_ptr<weld::Button> SfxNewStyleDlg::m_xOKBtn
private

Definition at line 35 of file newstyle.hxx.

Referenced by SfxNewStyleDlg().

◆ m_xQueryOverwriteBox

std::unique_ptr<weld::MessageDialog> SfxNewStyleDlg::m_xQueryOverwriteBox
private

Definition at line 37 of file newstyle.hxx.


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