|
LibreOffice Module sfx2 (master) 1
|
#include <newstyle.hxx>
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 Dialog * | getDialog () override |
| virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
| virtual Dialog * | getDialog ()=0 |
| const Dialog * | getConstDialog () 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 | |
| SfxStyleSheetBasePool & | m_rPool |
| SfxStyleFamily | m_eSearchFamily |
| std::unique_ptr< weld::EntryTreeView > | m_xColBox |
| std::unique_ptr< weld::Button > | m_xOKBtn |
| std::unique_ptr< weld::MessageDialog > | m_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::Builder > | m_xBuilder |
| std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 28 of file newstyle.hxx.
| SfxNewStyleDlg::SfxNewStyleDlg | ( | weld::Widget * | pParent, |
| SfxStyleSheetBasePool & | rPool, | ||
| SfxStyleFamily | eFam | ||
| ) |
Definition at line 63 of file newstyle.cxx.
References SfxStyleSheetBasePool::CreateIterator(), get(), SfxStyleSheetBase::GetName(), LINK, m_rPool, m_xColBox, m_xDialog, m_xOKBtn, Question, and YesNo.
|
overridevirtual |
Definition at line 88 of file newstyle.cxx.
|
private |
|
private |
|
private |
|
inline |
Definition at line 47 of file newstyle.hxx.
References comphelper::string::stripStart().
Referenced by IMPL_LINK_NOARG().
|
private |
Definition at line 32 of file newstyle.hxx.
|
private |
Definition at line 31 of file newstyle.hxx.
Referenced by SfxNewStyleDlg().
|
private |
Definition at line 34 of file newstyle.hxx.
Referenced by SfxNewStyleDlg().
|
private |
Definition at line 35 of file newstyle.hxx.
Referenced by SfxNewStyleDlg().
|
private |
Definition at line 37 of file newstyle.hxx.