LibreOffice Module vcl (master) 1
|
#include <textdat2.hxx>
Public Member Functions | |
TETextPortion (sal_Int32 nL) | |
sal_Int32 & | GetLen () |
sal_Int32 | GetLen () const |
tools::Long & | GetWidth () |
sal_uInt8 & | GetKind () |
void | SetRightToLeft (bool b) |
bool | IsRightToLeft () const |
Private Attributes | |
tools::Long | nWidth |
sal_Int32 | nLen |
sal_uInt8 | nKind |
bool | bRightToLeft |
Definition at line 48 of file textdat2.hxx.
|
inline |
Definition at line 57 of file textdat2.hxx.
|
inline |
Definition at line 67 of file textdat2.hxx.
References nKind.
Referenced by TextEngine::CreateLines(), TextEngine::ImpGetPortionXOffset(), TextEngine::ImpGetXPos(), TextEngine::ImpPaint(), and TextView::ImpShowCursor().
|
inline |
Definition at line 64 of file textdat2.hxx.
References nLen.
Referenced by TextEngine::CreateLines(), TextEngine::CreateTextPortions(), TETextPortionList::FindPortion(), TextEngine::GetCharPos(), TextEngine::GetTextPortionRange(), TextEngine::ImpBreakLine(), TextEngine::ImpGetXPos(), TextEngine::ImpPaint(), TextEngine::RecalcTextPortion(), and TextEngine::SplitTextPortion().
|
inline |
Definition at line 65 of file textdat2.hxx.
References nLen.
|
inline |
Definition at line 66 of file textdat2.hxx.
References nWidth.
Referenced by TextEngine::CalcTextWidth(), TextEngine::CreateAndInsertEmptyLine(), TextEngine::CreateLines(), TextEngine::GetCharPos(), TextEngine::ImpBreakLine(), TextEngine::ImpGetOutputOffset(), TextEngine::ImpGetPortionXOffset(), TextEngine::ImpGetXPos(), TextEngine::ImpPaint(), TextView::ImpShowCursor(), TextEngine::RecalcTextPortion(), and TextEngine::SplitTextPortion().
|
inline |
Definition at line 69 of file textdat2.hxx.
References bRightToLeft.
Referenced by TextEngine::GetCharPos(), TextEngine::ImpGetPortionXOffset(), and TextEngine::ImpGetXPos().
|
inline |
Definition at line 68 of file textdat2.hxx.
References bRightToLeft.
Referenced by TextEngine::CreateLines().
|
private |
Definition at line 54 of file textdat2.hxx.
Referenced by IsRightToLeft(), and SetRightToLeft().
|
private |
Definition at line 53 of file textdat2.hxx.
Referenced by GetKind().
|
private |
Definition at line 52 of file textdat2.hxx.
Referenced by GetLen().
|
private |
Definition at line 51 of file textdat2.hxx.
Referenced by GetWidth().