LibreOffice Module sw (master)
1
|
#include <swfont.hxx>
Public Member Functions | |
SwUnderlineFont (SwFont &rFnt, TextFrameIndex nEnd, const Point &rPoint) | |
~SwUnderlineFont () | |
SwFont & | GetFont () |
const Point & | GetPos () const |
TextFrameIndex | GetEnd () const |
void | SetPos (const Point &rPoint) |
Private Attributes | |
Point | m_aPos |
TextFrameIndex | m_nEnd |
std::unique_ptr< SwFont > | m_pFont |
Definition at line 956 of file swfont.hxx.
SwUnderlineFont::SwUnderlineFont | ( | SwFont & | rFnt, |
TextFrameIndex | nEnd, | ||
const Point & | rPoint | ||
) |
Definition at line 1428 of file swfont.cxx.
SwUnderlineFont::~SwUnderlineFont | ( | ) |
Definition at line 1433 of file swfont.cxx.
|
inline |
Definition at line 975 of file swfont.hxx.
References m_nEnd.
Referenced by SwTextPainter::CheckSpecialUnderline().
|
inline |
Definition at line 969 of file swfont.hxx.
References m_pFont.
Referenced by SwTextPainter::CheckSpecialUnderline(), SwSubFont::DrawStretchText_(), SwSubFont::DrawText_(), and SwTextPainter::PaintMultiPortion().
|
inline |
Definition at line 974 of file swfont.hxx.
Referenced by SwSubFont::DrawStretchText_(), SwSubFont::DrawText_(), SwTextPainter::DrawTextLine(), and SwNumberPortion::Paint().
Definition at line 977 of file swfont.hxx.
Referenced by SwTextPainter::DrawTextLine(), SwNumberPortion::Paint(), and SwTextPainter::PaintMultiPortion().
|
private |
Definition at line 958 of file swfont.hxx.
Referenced by GetPos().
|
private |
Definition at line 959 of file swfont.hxx.
Referenced by GetEnd().
|
private |
Definition at line 960 of file swfont.hxx.
Referenced by GetFont().