LibreOffice Module sfx2 (master) 1
Classes | Macros | Functions | Variables
splitwin.cxx File Reference
#include <unotools/viewoptions.hxx>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <tools/debug.hxx>
#include <vcl/dialoghelper.hxx>
#include <vcl/event.hxx>
#include <vcl/timer.hxx>
#include <vcl/svapp.hxx>
#include <splitwin.hxx>
#include <workwin.hxx>
#include <sfx2/dockwin.hxx>
#include <o3tl/string_view.hxx>
#include <memory>
#include <vector>
#include <utility>
Include dependency graph for splitwin.cxx:

Go to the source code of this file.

Classes

class  SfxEmptySplitWin_Impl
 

Macros

#define VERSION   1
 
#define nPixel   30L
 

Functions

 IMPL_LINK (SfxSplitWindow, TimerHdl, Timer *, pTimer, void)
 

Variables

constexpr OUStringLiteral USERITEM_NAME = u"UserItem"
 

Macro Definition Documentation

◆ nPixel

#define nPixel   30L

Definition at line 46 of file splitwin.cxx.

◆ VERSION

#define VERSION   1

Definition at line 45 of file splitwin.cxx.

Function Documentation

◆ IMPL_LINK()

IMPL_LINK ( SfxSplitWindow  ,
TimerHdl  ,
Timer ,
pTimer  ,
void   
)

Variable Documentation

◆ USERITEM_NAME

constexpr OUStringLiteral USERITEM_NAME = u"UserItem"
constexpr

Definition at line 47 of file splitwin.cxx.

Referenced by SfxSplitWindow::SaveConfig_Impl(), and SfxSplitWindow::SfxSplitWindow().