|
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
|
void | getApplicationSpecificSettings () |
|
void | readSettings () |
|
void | writeSettings () |
|
void | fillFolderComboBox () |
|
| DECL_DLLPRIVATE_LINK (SelectApplicationHdl, weld::ComboBox &, void) |
|
| DECL_DLLPRIVATE_LINK (SelectRegionHdl, weld::ComboBox &, void) |
|
| DECL_DLLPRIVATE_LINK (OkClickHdl, weld::Button &, void) |
|
void | ImportActionHdl () |
|
| DECL_DLLPRIVATE_LINK (TVItemStateHdl, const ThumbnailViewItem *, void) |
|
| DECL_DLLPRIVATE_LINK (MenuSelectHdl, const OUString &, void) |
|
void | DefaultTemplateMenuSelectHdl (std::u16string_view rIdent) |
|
| DECL_DLLPRIVATE_LINK (OpenRegionHdl, void *, void) |
|
| DECL_DLLPRIVATE_LINK (CreateContextMenuHdl, ThumbnailViewItem *, void) |
|
| DECL_DLLPRIVATE_LINK (OpenTemplateHdl, ThumbnailViewItem *, void) |
|
| DECL_DLLPRIVATE_LINK (EditTemplateHdl, ThumbnailViewItem *, void) |
|
| DECL_DLLPRIVATE_LINK (DeleteTemplateHdl, void *, void) |
|
| DECL_DLLPRIVATE_LINK (DefaultTemplateHdl, ThumbnailViewItem *, void) |
|
| DECL_DLLPRIVATE_LINK (MoveTemplateHdl, void *, void) |
|
| DECL_DLLPRIVATE_LINK (ExportTemplateHdl, void *, void) |
|
void | SearchUpdate () |
|
| DECL_DLLPRIVATE_LINK (SearchUpdateHdl, weld::Entry &, void) |
|
| DECL_DLLPRIVATE_LINK (GetFocusHdl, weld::Widget &, void) |
|
| DECL_DLLPRIVATE_LINK (LoseFocusHdl, weld::Widget &, void) |
|
| DECL_DLLPRIVATE_LINK (ImplUpdateDataHdl, Timer *, void) |
|
| DECL_DLLPRIVATE_LINK (KeyInputHdl, const KeyEvent &, bool) |
|
| DECL_DLLPRIVATE_LINK (ListViewHdl, weld::Toggleable &, void) |
|
| DECL_DLLPRIVATE_LINK (ThumbnailViewHdl, weld::Toggleable &, void) |
|
| DECL_DLLPRIVATE_LINK (FocusRectLocalHdl, weld::Widget &, tools::Rectangle) |
|
void | OnTemplateImportCategory (std::u16string_view sCategory) |
|
void | OnTemplateOpen () |
|
void | OnTemplateExport () |
|
void | OnTemplateState (const ThumbnailViewItem *pItem) |
|
void | OnCategoryNew () |
|
void | OnCategoryRename () |
|
void | OnCategoryDelete () |
|
void | updateMenuItems () |
|
void | localMoveTo (sal_uInt16 nMenuId) |
| Move templates stored in the filesystem to another folder. More...
|
|
FILTER_APPLICATION | getCurrentApplicationFilter () const |
| Return filter according to the currently selected application filter. More...
|
|
static void | ExtensionsActionHdl () |
|
std::set< const ThumbnailViewItem *, selection_cmp_fn > | maSelTemplates |
|
css::uno::Reference< css::frame::XModel > | m_xModel |
|
css::uno::Reference< css::frame::XDesktop2 > | mxDesktop |
|
Timer | m_aUpdateDataTimer |
|
std::unique_ptr< weld::Entry > | mxSearchFilter |
|
std::unique_ptr< weld::ComboBox > | mxCBApp |
|
std::unique_ptr< weld::ComboBox > | mxCBFolder |
|
std::unique_ptr< weld::Button > | mxOKButton |
|
std::unique_ptr< weld::CheckButton > | mxCBXHideDlg |
|
std::unique_ptr< weld::MenuButton > | mxActionBar |
|
std::unique_ptr< TemplateDlgLocalView > | mxLocalView |
|
std::unique_ptr< weld::CustomWeld > | mxLocalViewWeld |
|
std::unique_ptr< weld::Toggleable > | mxListViewButton |
|
std::unique_ptr< weld::Toggleable > | mxThumbnailViewButton |
|
TemplateViewMode | mViewMode |
|
bool | bMakeSelItemVisible |
|
std::unique_ptr< weld::Builder > | m_xBuilder |
|
std::shared_ptr< weld::Dialog > | m_xDialog |
|
Definition at line 168 of file templatedlg.hxx.