LibreOffice Module vcl (master) 1
Classes | Macros | Functions
dockwin.cxx File Reference
#include <tools/time.hxx>
#include <sal/log.hxx>
#include <vcl/event.hxx>
#include <vcl/toolkit/floatwin.hxx>
#include <vcl/layout.hxx>
#include <vcl/dockwin.hxx>
#include <vcl/svapp.hxx>
#include <vcl/timer.hxx>
#include <vcl/idle.hxx>
#include <vcl/settings.hxx>
#include <comphelper/lok.hxx>
#include <accel.hxx>
#include <svdata.hxx>
#include <window.h>
#include <brdwin.hxx>
#include "impldockingwrapper.hxx"
Include dependency graph for dockwin.cxx:

Go to the source code of this file.

Classes

class  DockingWindow::ImplData
 

Macros

#define DOCKWIN_FLOATSTYLES   (WB_SIZEABLE | WB_MOVEABLE | WB_CLOSEABLE | WB_STANDALONE)
 

Functions

 IMPL_LINK_NOARG (ImplDockFloatWin, DockTimerHdl, Timer *, void)
 
 IMPL_LINK_NOARG (ImplDockFloatWin, DockingHdl, void *, void)
 
 IMPL_LINK_NOARG (DockingWindow, ImplHandleLayoutTimerHdl, Timer *, void)
 

Macro Definition Documentation

◆ DOCKWIN_FLOATSTYLES

#define DOCKWIN_FLOATSTYLES   (WB_SIZEABLE | WB_MOVEABLE | WB_CLOSEABLE | WB_STANDALONE)

Definition at line 39 of file dockwin.cxx.

Function Documentation

◆ IMPL_LINK_NOARG() [1/3]

IMPL_LINK_NOARG ( DockingWindow  ,
ImplHandleLayoutTimerHdl  ,
Timer ,
void   
)

Definition at line 1053 of file dockwin.cxx.

References FirstChild, isLayoutEnabled(), and SAL_WARN_IF.

◆ IMPL_LINK_NOARG() [2/3]

IMPL_LINK_NOARG ( ImplDockFloatWin  ,
DockingHdl  ,
void *  ,
void   
)

Definition at line 154 of file dockwin.cxx.

◆ IMPL_LINK_NOARG() [3/3]

IMPL_LINK_NOARG ( ImplDockFloatWin  ,
DockTimerHdl  ,
Timer ,
void   
)