LibreOffice Module sw (master) 1
Macros | Functions
HeaderFooterWin.cxx File Reference
#include <strings.hrc>
#include <doc.hxx>
#include <drawdoc.hxx>
#include <cmdid.h>
#include <DashedLine.hxx>
#include <docsh.hxx>
#include <edtwin.hxx>
#include <fmthdft.hxx>
#include <HeaderFooterWin.hxx>
#include <pagedesc.hxx>
#include <pagefrm.hxx>
#include <view.hxx>
#include <viewopt.hxx>
#include <wrtsh.hxx>
#include <IDocumentDrawModelAccess.hxx>
#include <basegfx/color/bcolortools.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <basegfx/range/b2drectangle.hxx>
#include <basegfx/vector/b2dsize.hxx>
#include <basegfx/utils/gradienttools.hxx>
#include <drawinglayer/attribute/fillgradientattribute.hxx>
#include <drawinglayer/attribute/fontattribute.hxx>
#include <drawinglayer/primitive2d/fillgradientprimitive2d.hxx>
#include <drawinglayer/primitive2d/modifiedcolorprimitive2d.hxx>
#include <drawinglayer/primitive2d/PolygonHairlinePrimitive2D.hxx>
#include <drawinglayer/primitive2d/PolyPolygonColorPrimitive2D.hxx>
#include <drawinglayer/primitive2d/textlayoutdevice.hxx>
#include <drawinglayer/primitive2d/textprimitive2d.hxx>
#include <editeng/boxitem.hxx>
#include <svx/hdft.hxx>
#include <sfx2/bindings.hxx>
#include <sfx2/viewfrm.hxx>
#include <drawinglayer/processor2d/baseprocessor2d.hxx>
#include <drawinglayer/processor2d/processor2dtools.hxx>
#include <vcl/canvastools.hxx>
#include <vcl/metric.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <vcl/virdev.hxx>
#include <memory>
Include dependency graph for HeaderFooterWin.cxx:

Go to the source code of this file.

Macros

#define TEXT_PADDING   5
 
#define BOX_DISTANCE   10
 
#define BUTTON_WIDTH   18
 

Functions

 IMPL_LINK_NOARG (SwHeaderFooterWin, ClickHdl, weld::Button &, void)
 
 IMPL_LINK (SwHeaderFooterWin, SelectHdl, const OUString &, rIdent, void)
 
 IMPL_LINK_NOARG (SwHeaderFooterWin, FadeHandler, Timer *, void)
 

Macro Definition Documentation

◆ BOX_DISTANCE

#define BOX_DISTANCE   10

Definition at line 55 of file HeaderFooterWin.cxx.

◆ BUTTON_WIDTH

#define BUTTON_WIDTH   18

Definition at line 56 of file HeaderFooterWin.cxx.

◆ TEXT_PADDING

#define TEXT_PADDING   5

Definition at line 54 of file HeaderFooterWin.cxx.

Function Documentation

◆ IMPL_LINK()

IMPL_LINK ( SwHeaderFooterWin  ,
SelectHdl  ,
const OUString &  ,
rIdent  ,
void   
)

Definition at line 567 of file HeaderFooterWin.cxx.

◆ IMPL_LINK_NOARG() [1/2]

IMPL_LINK_NOARG ( SwHeaderFooterWin  ,
ClickHdl  ,
weld::Button ,
void   
)

◆ IMPL_LINK_NOARG() [2/2]

IMPL_LINK_NOARG ( SwHeaderFooterWin  ,
FadeHandler  ,
Timer ,
void   
)

Definition at line 572 of file HeaderFooterWin.cxx.

References Show.