LibreOffice Module sw (master) 1
|
#include <watermarkdialog.hxx>
#include <comphelper/propertysequence.hxx>
#include <comphelper/dispatchcommand.hxx>
#include <editeng/editids.hrc>
#include <editeng/flstitem.hxx>
#include <sfx2/sfxsids.hrc>
#include <sfx2/bindings.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/objsh.hxx>
#include <vcl/svapp.hxx>
#include <sfx2/watermarkitem.hxx>
#include <svtools/ctrltool.hxx>
#include <comphelper/lok.hxx>
#include <sfx2/viewsh.hxx>
Go to the source code of this file.
Macros | |
#define | IS_MOBILE (comphelper::LibreOfficeKit::isActive() && SfxViewShell::Current() && SfxViewShell::Current()->isLOKMobilePhone()) |
Functions | |
IMPL_LINK_NOARG (SwWatermarkDialog, OKButtonHdl, weld::Button &, void) | |
#define IS_MOBILE (comphelper::LibreOfficeKit::isActive() && SfxViewShell::Current() && SfxViewShell::Current()->isLOKMobilePhone()) |
Definition at line 25 of file watermarkdialog.cxx.
IMPL_LINK_NOARG | ( | SwWatermarkDialog | , |
OKButtonHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 100 of file watermarkdialog.cxx.
References aPropertyValues, comphelper::dispatchCommand(), comphelper::InitPropertySequence(), m_xDialog, and RET_OK.