LibreOffice Module sfx2 (master) 1
|
#include <templatedlg.hxx>
Public Member Functions | |
DECL_LINK (NewCategoryEditHdl, weld::Entry &, void) | |
DECL_LINK (SelectCategoryHdl, weld::TreeView &, void) | |
void | SetCategoryLBEntries (std::vector< OUString > names) |
const OUString & | GetSelectedCategory () const |
bool | IsNewCategoryCreated () const |
SfxTemplateCategoryDialog (weld::Window *pParent) | |
virtual | ~SfxTemplateCategoryDialog () override |
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 Attributes | |
OUString | msSelectedCategory |
bool | mbIsNewCategory |
std::unique_ptr< weld::TreeView > | mxLBCategory |
std::unique_ptr< weld::Entry > | mxNewCategoryEdit |
std::unique_ptr< weld::Button > | mxOKButton |
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 140 of file templatedlg.hxx.
|
explicit |
Definition at line 1264 of file templatedlg.cxx.
References LINK, mxLBCategory, mxNewCategoryEdit, mxOKButton, and SfxResId().
|
overridevirtual |
Definition at line 1279 of file templatedlg.cxx.
SfxTemplateCategoryDialog::DECL_LINK | ( | NewCategoryEditHdl | , |
weld::Entry & | , | ||
void | |||
) |
SfxTemplateCategoryDialog::DECL_LINK | ( | SelectCategoryHdl | , |
weld::TreeView & | , | ||
void | |||
) |
|
inline |
Definition at line 156 of file templatedlg.hxx.
References msSelectedCategory.
Referenced by IMPL_LINK_NOARG(), and SfxTemplateManagerDlg::ImportActionHdl().
|
inline |
Definition at line 158 of file templatedlg.hxx.
References mbIsNewCategory.
Referenced by IMPL_LINK_NOARG(), and SfxTemplateManagerDlg::ImportActionHdl().
void SfxTemplateCategoryDialog::SetCategoryLBEntries | ( | std::vector< OUString > | names | ) |
Definition at line 1318 of file templatedlg.cxx.
References i, mxLBCategory, and n.
Referenced by IMPL_LINK_NOARG(), and SfxTemplateManagerDlg::ImportActionHdl().
|
private |
Definition at line 144 of file templatedlg.hxx.
Referenced by IsNewCategoryCreated().
|
private |
Definition at line 143 of file templatedlg.hxx.
Referenced by GetSelectedCategory().
|
private |
Definition at line 146 of file templatedlg.hxx.
Referenced by SetCategoryLBEntries(), and SfxTemplateCategoryDialog().
|
private |
Definition at line 147 of file templatedlg.hxx.
Referenced by SfxTemplateCategoryDialog().
|
private |
Definition at line 148 of file templatedlg.hxx.
Referenced by SfxTemplateCategoryDialog().