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 959 of file swfont.hxx.
SwUnderlineFont::SwUnderlineFont | ( | SwFont & | rFnt, |
TextFrameIndex | nEnd, | ||
const Point & | rPoint | ||
) |
Definition at line 1444 of file swfont.cxx.
SwUnderlineFont::~SwUnderlineFont | ( | ) |
Definition at line 1449 of file swfont.cxx.
|
inline |
Definition at line 978 of file swfont.hxx.
References m_nEnd.
|
inline |
Definition at line 972 of file swfont.hxx.
References m_pFont.
Referenced by SwTextPainter::CheckSpecialUnderline(), SwSubFont::DrawStretchText_(), SwSubFont::DrawText_(), and SwTextPainter::PaintMultiPortion().
|
inline |
Definition at line 977 of file swfont.hxx.
References m_aPos.
Referenced by SwSubFont::DrawStretchText_(), SwSubFont::DrawText_(), SwTextPainter::DrawTextLine(), and SwNumberPortion::Paint().
|
inline |
Definition at line 980 of file swfont.hxx.
References m_aPos.
Referenced by SwTextPainter::DrawTextLine(), SwNumberPortion::Paint(), and SwTextPainter::PaintMultiPortion().
|
private |
Definition at line 961 of file swfont.hxx.
|
private |
Definition at line 962 of file swfont.hxx.
Referenced by GetEnd().
|
private |
Definition at line 963 of file swfont.hxx.
Referenced by GetFont().