LibreOffice Module sc (master) 1
|
#include <overlayobject.hxx>
#include <drawinglayer/attribute/fontattribute.hxx>
#include <drawinglayer/geometry/viewinformation2d.hxx>
#include <drawinglayer/primitive2d/PolygonHairlinePrimitive2D.hxx>
#include <drawinglayer/primitive2d/PolyPolygonColorPrimitive2D.hxx>
#include <drawinglayer/primitive2d/textlayoutdevice.hxx>
#include <drawinglayer/primitive2d/textprimitive2d.hxx>
#include <basegfx/polygon/b2dpolygontools.hxx>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <tools/lineend.hxx>
#include <utility>
#include <vcl/outdev.hxx>
#include <vcl/settings.hxx>
#include <vcl/metric.hxx>
#include <sal/log.hxx>
Go to the source code of this file.
Macros | |
#define | HINT_LINESPACE 2 |
#define | HINT_INDENT 3 |
#define | HINT_MARGIN 4 |
#define HINT_INDENT 3 |
Definition at line 38 of file hintwin.cxx.
#define HINT_LINESPACE 2 |
Definition at line 37 of file hintwin.cxx.
#define HINT_MARGIN 4 |
Definition at line 39 of file hintwin.cxx.