LibreOffice Module vcl (master) 1
|
#include <sal/types.h>
#include <basegfx/matrix/b2dhommatrixtools.hxx>
#include <basegfx/polygon/WaveLine.hxx>
#include <tools/helpers.hxx>
#include <o3tl/hash_combine.hxx>
#include <o3tl/lru_map.hxx>
#include <unotools/configmgr.hxx>
#include <vcl/lazydelete.hxx>
#include <vcl/metaact.hxx>
#include <vcl/settings.hxx>
#include <vcl/virdev.hxx>
#include <drawmode.hxx>
#include <salgdi.hxx>
#include <impglyphitem.hxx>
#include <cassert>
Go to the source code of this file.
Macros | |
#define | UNDERLINE_LAST LINESTYLE_BOLDWAVE |
#define | STRIKEOUT_LAST STRIKEOUT_X |
#define STRIKEOUT_LAST STRIKEOUT_X |
Definition at line 39 of file textline.cxx.
#define UNDERLINE_LAST LINESTYLE_BOLDWAVE |
Definition at line 38 of file textline.cxx.