LibreOffice Module sfx2 (master) 1
|
#include <vcl/help.hxx>
#include <svl/eitem.hxx>
#include <unotools/viewoptions.hxx>
#include <vcl/idle.hxx>
#include <sfx2/basedlgs.hxx>
#include <sfx2/tabdlg.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/childwin.hxx>
#include <sfx2/viewsh.hxx>
#include <workwin.hxx>
#include <comphelper/lok.hxx>
Go to the source code of this file.
Classes | |
class | SfxModelessDialog_Impl |
Functions | |
IMPL_LINK_NOARG (SfxDialogController, FocusChangeHdl, weld::Container &, void) | |
IMPL_STATIC_LINK_NOARG (SfxDialogController, InstallLOKNotifierHdl, void *, vcl::ILibreOfficeKitNotifier *) | |
IMPL_LINK_NOARG (SfxSingleTabDialogController, OKHdl_Impl, weld::Button &, void) | |
Variables | |
constexpr OUStringLiteral | USERITEM_NAME = u"UserItem" |
IMPL_LINK_NOARG | ( | SfxDialogController | , |
FocusChangeHdl | , | ||
weld::Container & | , | ||
void | |||
) |
Definition at line 111 of file basedlgs.cxx.
References m_xDialog.
IMPL_LINK_NOARG | ( | SfxSingleTabDialogController | , |
OKHdl_Impl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 289 of file basedlgs.cxx.
References Any, GetOutputItemSet(), LeavePage, m_xDialog, RET_CANCEL, RET_OK, SvtViewOptions::SetUserItem(), and USERITEM_NAME.
IMPL_STATIC_LINK_NOARG | ( | SfxDialogController | , |
InstallLOKNotifierHdl | , | ||
void * | , | ||
vcl::ILibreOfficeKitNotifier * | |||
) |
Definition at line 220 of file basedlgs.cxx.
References SfxViewShell::Current().
|
constexpr |
Definition at line 36 of file basedlgs.cxx.
Referenced by IMPL_LINK_NOARG(), and SfxSingleTabDialogController::SetTabPage().