LibreOffice Module vcl (master)
1
|
#include <memory>
#include <basegfx/matrix/b2dhommatrix.hxx>
#include <com/sun/star/i18n/WordType.hpp>
#include <com/sun/star/i18n/XBreakIterator.hpp>
#include <com/sun/star/linguistic2/LinguServiceManager.hpp>
#include <comphelper/processfactory.hxx>
#include <osl/file.h>
#include <rtl/ustrbuf.hxx>
#include <sal/log.hxx>
#include <tools/lineend.hxx>
#include <tools/debug.hxx>
#include <vcl/gdimtf.hxx>
#include <vcl/metaact.hxx>
#include <vcl/metric.hxx>
#include <vcl/textrectinfo.hxx>
#include <vcl/virdev.hxx>
#include <vcl/sysdata.hxx>
#include <vcl/unohelp.hxx>
#include <vcl/toolkit/controllayout.hxx>
#include <config_fuzzers.h>
#include <outdev.h>
#include <salgdi.hxx>
#include <svdata.hxx>
#include <textlayout.hxx>
#include <textlineinfo.hxx>
#include <impglyphitem.hxx>
#include <optional>
Go to the source code of this file.
Macros | |
#define | TEXT_DRAW_ELLIPSIS (DrawTextFlags::EndEllipsis | DrawTextFlags::PathEllipsis | DrawTextFlags::NewsEllipsis) |
Functions | |
static bool | ImplIsCharIn (sal_Unicode c, const char *pStr) |
Variables | |
const SalLayoutFlags | eDefaultLayout = SalLayoutFlags::NONE |
#define TEXT_DRAW_ELLIPSIS (DrawTextFlags::EndEllipsis | DrawTextFlags::PathEllipsis | DrawTextFlags::NewsEllipsis) |
Definition at line 51 of file text.cxx.
Referenced by OutputDevice::GetTextRect(), and OutputDevice::ImplDrawText().
|
static |
Definition at line 1916 of file text.cxx.
Referenced by OutputDevice::ImplGetEllipsisString().
const SalLayoutFlags eDefaultLayout = SalLayoutFlags::NONE |
Definition at line 785 of file text.cxx.
Referenced by OutputDevice::GetCaretPositions(), OutputDevice::GetTextArray(), OutputDevice::GetTextBoundRect(), and OutputDevice::GetTextBreak().