LibreOffice Module sfx2 (master) 1
|
#include <comphelper/processfactory.hxx>
#include <comphelper/string.hxx>
#include <comphelper/storagehelper.hxx>
#include <sfx2/sfxresid.hxx>
#include <sfx2/app.hxx>
#include <sfx2/fcontnr.hxx>
#include <sfx2/docfac.hxx>
#include <sfx2/doctempl.hxx>
#include <sfx2/docfilt.hxx>
#include <utility>
#include <vcl/svapp.hxx>
#include <vcl/weld.hxx>
#include <sot/storage.hxx>
#include <com/sun/star/frame/DocumentTemplates.hpp>
#include <com/sun/star/frame/XStorable.hpp>
#include <sfx2/strings.hrc>
#include <saveastemplatedlg.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (SfxSaveAsTemplateDialog, OkClickHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (SfxSaveAsTemplateDialog, TemplateNameEditHdl, weld::Entry &, void) | |
IMPL_LINK_NOARG (SfxSaveAsTemplateDialog, SelectCategoryHdl, weld::TreeView &, void) | |
IMPL_LINK_NOARG | ( | SfxSaveAsTemplateDialog | , |
OkClickHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 59 of file saveastemplatedlg.cxx.
References Application::CreateMessageDialog(), m_xDialog, RET_NO, RET_OK, and SfxResId().
IMPL_LINK_NOARG | ( | SfxSaveAsTemplateDialog | , |
SelectCategoryHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 90 of file saveastemplatedlg.cxx.
References m_xOKButton.
IMPL_LINK_NOARG | ( | SfxSaveAsTemplateDialog | , |
TemplateNameEditHdl | , | ||
weld::Entry & | , | ||
void | |||
) |
Definition at line 84 of file saveastemplatedlg.cxx.
References comphelper::string::strip().