LibreOffice Module sw (master) 1
|
#include <hintids.hxx>
#include <com/sun/star/i18n/ScriptType.hpp>
#include <vcl/outdev.hxx>
#include <editeng/brushitem.hxx>
#include <editeng/wrlmitem.hxx>
#include <editeng/kernitem.hxx>
#include <editeng/cmapitem.hxx>
#include <editeng/langitem.hxx>
#include <editeng/escapementitem.hxx>
#include <editeng/autokernitem.hxx>
#include <editeng/shdditem.hxx>
#include <editeng/charreliefitem.hxx>
#include <editeng/contouritem.hxx>
#include <editeng/colritem.hxx>
#include <editeng/crossedoutitem.hxx>
#include <editeng/udlnitem.hxx>
#include <editeng/wghtitem.hxx>
#include <editeng/postitem.hxx>
#include <editeng/fhgtitem.hxx>
#include <editeng/fontitem.hxx>
#include <editeng/emphasismarkitem.hxx>
#include <editeng/charscaleitem.hxx>
#include <editeng/charrotateitem.hxx>
#include <editeng/twolinesitem.hxx>
#include <editeng/charhiddenitem.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/shaditem.hxx>
#include <IDocumentSettingAccess.hxx>
#include <charatr.hxx>
#include <viewsh.hxx>
#include <swfont.hxx>
#include <fntcache.hxx>
#include <txtfrm.hxx>
#include <scriptinfo.hxx>
Go to the source code of this file.
Functions | |
static Degree10 | MapDirection (Degree10 nDir, const bool bVertFormat, const bool bVertFormatLRBT) |
Degree10 | UnMapDirection (Degree10 nDir, const bool bVertFormat, const bool bVertFormatLRBT) |
tools::Long | AttrSetToLineHeight (const IDocumentSettingAccess &rIDocumentSettingAccess, const SwAttrSet &rSet, const vcl::RenderContext &rOut, sal_Int16 nScript) |
Helper for filters to find true lineheight of a font. More... | |
Variables | |
SvStatistics | g_SvStat |
tools::Long AttrSetToLineHeight | ( | const IDocumentSettingAccess & | rIDocumentSettingAccess, |
const SwAttrSet & | rSet, | ||
const vcl::RenderContext & | rOut, | ||
sal_Int16 | nScript | ||
) |
Helper for filters to find true lineheight of a font.
Definition at line 1454 of file swfont.cxx.
References CJK, CTL, SwFont::GetActualFont(), OutputDevice::GetFont(), OutputDevice::GetTextHeight(), Latin, rSet, SwFont::SetActual(), and OutputDevice::SetFont().
Referenced by AttributeOutputBase::ParaLineSpacing().
|
static |
Definition at line 343 of file swfont.cxx.
References o3tl::strong_int< typename UNDERLYING_TYPE, typename PHANTOM_TYPE >::get().
Referenced by SwFont::SetVertical().
Definition at line 373 of file swfont.cxx.
References o3tl::strong_int< typename UNDERLYING_TYPE, typename PHANTOM_TYPE >::get(), and SAL_WARN.
Referenced by SwSubFont::CalcEsc(), SwFntObj::DrawText(), SwFont::GetOrientation(), lcl_calcLinePos(), and SwDrawTextInfo::Shift().
SvStatistics g_SvStat |
Definition at line 58 of file swfont.cxx.