LibreOffice Module sw (master) 1
Macros | Functions
watermarkdialog.cxx File Reference
#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>
Include dependency graph for watermarkdialog.cxx:

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)
 

Macro Definition Documentation

◆ IS_MOBILE

#define IS_MOBILE   (comphelper::LibreOfficeKit::isActive() && SfxViewShell::Current() && SfxViewShell::Current()->isLOKMobilePhone())

Definition at line 25 of file watermarkdialog.cxx.

Function Documentation

◆ IMPL_LINK_NOARG()

IMPL_LINK_NOARG ( SwWatermarkDialog  ,
OKButtonHdl  ,
weld::Button ,
void   
)