LibreOffice Module sw (master) 1
|
#include <pordrop.hxx>
Public Member Functions | |
SwDropPortionPart (SwFont &rFont, const TextFrameIndex nL) | |
~SwDropPortionPart () | |
SwDropPortionPart DTor. More... | |
SwDropPortionPart * | GetFollow () const |
void | SetFollow (std::unique_ptr< SwDropPortionPart > pNew) |
SwFont & | GetFont () const |
TextFrameIndex | GetLen () const |
sal_uInt16 | GetWidth () const |
void | SetWidth (sal_uInt16 nNew) |
bool | GetJoinBorderWithPrev () const |
bool | GetJoinBorderWithNext () const |
void | SetJoinBorderWithPrev (const bool bJoinPrev) |
void | SetJoinBorderWithNext (const bool bJoinNext) |
Private Attributes | |
std::unique_ptr< SwDropPortionPart > | m_pFollow |
std::unique_ptr< SwFont > | m_pFnt |
TextFrameIndex | m_nLen |
sal_uInt16 | m_nWidth |
bool | m_bJoinBorderWithNext |
bool | m_bJoinBorderWithPrev |
Definition at line 36 of file pordrop.hxx.
|
inline |
Definition at line 46 of file pordrop.hxx.
SwDropPortionPart::~SwDropPortionPart | ( | ) |
SwDropPortionPart DTor.
Definition at line 98 of file txtdrop.cxx.
|
inline |
Definition at line 50 of file pordrop.hxx.
References m_pFollow.
Referenced by SwDropCapCache::CalcFontSize(), SwDropPortion::Format(), SwTextCursor::GetCharRect_(), SwTextCursor::GetModelPositionForViewPoint(), SwDropPortion::GetTextSize(), SwTextFormatter::MergeCharacterBorder(), and SwDropPortion::PaintText().
|
inline |
Definition at line 52 of file pordrop.hxx.
References m_pFnt.
Referenced by SwDropCapCache::CalcFontSize(), SwDropPortion::Format(), SwTextCursor::GetCharRect_(), SwTextCursor::GetModelPositionForViewPoint(), SwDropPortion::GetTextSize(), SwTextFormatter::MergeCharacterBorder(), and SwDropPortion::PaintText().
|
inline |
Definition at line 58 of file pordrop.hxx.
References m_bJoinBorderWithNext.
Referenced by SwDropPortion::Format(), SwTextCursor::GetCharRect_(), SwTextCursor::GetModelPositionForViewPoint(), SwDropPortion::GetTextSize(), and SwDropPortion::PaintText().
|
inline |
Definition at line 57 of file pordrop.hxx.
References m_bJoinBorderWithPrev.
Referenced by SwDropPortion::Format(), SwTextCursor::GetModelPositionForViewPoint(), SwDropPortion::GetTextSize(), and SwDropPortion::PaintText().
|
inline |
Definition at line 53 of file pordrop.hxx.
References m_nLen.
Referenced by SwDropCapCache::CalcFontSize(), SwDropPortion::Format(), SwTextCursor::GetCharRect_(), SwDropPortion::GetTextSize(), and SwDropPortion::PaintText().
|
inline |
Definition at line 54 of file pordrop.hxx.
References m_nWidth.
Referenced by SwTextCursor::GetModelPositionForViewPoint(), SwDropPortion::GetTextSize(), and SwDropPortion::PaintText().
|
inline |
Definition at line 51 of file pordrop.hxx.
References m_pFollow.
Referenced by SwTextFormatter::NewDropPortion().
|
inline |
Definition at line 60 of file pordrop.hxx.
References m_bJoinBorderWithNext.
Referenced by SwTextFormatter::MergeCharacterBorder().
|
inline |
Definition at line 59 of file pordrop.hxx.
References m_bJoinBorderWithPrev.
Referenced by SwTextFormatter::MergeCharacterBorder().
|
inline |
Definition at line 55 of file pordrop.hxx.
References m_nWidth.
Referenced by SwDropPortion::Format().
|
private |
Definition at line 42 of file pordrop.hxx.
Referenced by GetJoinBorderWithNext(), and SetJoinBorderWithNext().
|
private |
Definition at line 43 of file pordrop.hxx.
Referenced by GetJoinBorderWithPrev(), and SetJoinBorderWithPrev().
|
private |
Definition at line 40 of file pordrop.hxx.
Referenced by GetLen().
|
private |
Definition at line 41 of file pordrop.hxx.
Referenced by GetWidth(), and SetWidth().
|
private |
Definition at line 39 of file pordrop.hxx.
Referenced by GetFont(), and ~SwDropPortionPart().
|
private |
Definition at line 38 of file pordrop.hxx.
Referenced by GetFollow(), SetFollow(), and ~SwDropPortionPart().