LibreOffice Module sfx2 (master) 1
|
#include <sfx2/templatedlglocalview.hxx>
#include <comphelper/string.hxx>
#include <sfx2/inputdlg.hxx>
#include <templateviewitem.hxx>
#include <sfx2/sfxresid.hxx>
#include <templatecontaineritem.hxx>
#include <sfx2/strings.hrc>
#include <vcl/commandevent.hxx>
#include <vcl/svapp.hxx>
#include <vcl/event.hxx>
#include <sfx2/doctempl.hxx>
#include <helpids.h>
#include <bitmaps.hlst>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (TemplateDlgLocalView, RowActivatedHdl, weld::TreeView &, bool) | |
IMPL_LINK (TemplateDlgLocalView, PopupMenuHdl, const CommandEvent &, rCEvt, bool) | |
IMPL_LINK_NOARG (TemplateDlgLocalView, ListViewChangedHdl, weld::TreeView &, void) | |
IMPL_LINK (TemplateDlgLocalView, KeyPressHdl, const KeyEvent &, rKEvt, bool) | |
IMPL_LINK | ( | TemplateDlgLocalView | , |
KeyPressHdl | , | ||
const KeyEvent & | , | ||
rKEvt | , | ||
bool | |||
) |
Definition at line 407 of file templatedlglocalview.cxx.
References Application::CreateMessageDialog(), ListView::get_selected_rows(), KEY_DELETE, RET_YES, and SfxResId().
IMPL_LINK | ( | TemplateDlgLocalView | , |
PopupMenuHdl | , | ||
const CommandEvent & | , | ||
rCEvt | , | ||
bool | |||
) |
Definition at line 340 of file templatedlglocalview.cxx.
References ListView::get_selected_rows(), and maPosition.
IMPL_LINK_NOARG | ( | TemplateDlgLocalView | , |
ListViewChangedHdl | , | ||
weld::TreeView & | , | ||
void | |||
) |
Definition at line 368 of file templatedlglocalview.cxx.
IMPL_LINK_NOARG | ( | TemplateDlgLocalView | , |
RowActivatedHdl | , | ||
weld::TreeView & | , | ||
bool | |||
) |
Definition at line 334 of file templatedlglocalview.cxx.