LibreOffice Module sw (master) 1
|
#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>
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) | |
#define BOX_DISTANCE 10 |
Definition at line 55 of file HeaderFooterWin.cxx.
#define BUTTON_WIDTH 18 |
Definition at line 56 of file HeaderFooterWin.cxx.
#define TEXT_PADDING 5 |
Definition at line 54 of file HeaderFooterWin.cxx.
IMPL_LINK | ( | SwHeaderFooterWin | , |
SelectHdl | , | ||
const OUString & | , | ||
rIdent | , | ||
void | |||
) |
Definition at line 567 of file HeaderFooterWin.cxx.
IMPL_LINK_NOARG | ( | SwHeaderFooterWin | , |
ClickHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 548 of file HeaderFooterWin.cxx.
References SwWrtShell::ChangeHeaderOrFooter(), SwPageDesc::GetName(), SwPageFrame::GetPageDesc(), SwFrameMenuButtonBase::GetPageFrame(), and SwView::GetWrtShell().
IMPL_LINK_NOARG | ( | SwHeaderFooterWin | , |
FadeHandler | , | ||
Timer * | , | ||
void | |||
) |
Definition at line 572 of file HeaderFooterWin.cxx.
References Show.