#include <textlayout.hxx>
|
virtual tools::Long | GetTextWidth (const OUString &_rText, sal_Int32 _nStartIndex, sal_Int32 _nLength) const =0 |
|
virtual void | DrawText (const Point &_rStartPoint, const OUString &_rText, sal_Int32 _nStartIndex, sal_Int32 _nLength, MetricVector *_pVector, OUString *_pDisplayText)=0 |
|
virtual void | GetCaretPositions (const OUString &_rText, tools::Long *_pCaretXArray, sal_Int32 _nStartIndex, sal_Int32 _nLength) const =0 |
|
virtual sal_Int32 | GetTextBreak (const OUString &_rText, tools::Long _nMaxTextWidth, sal_Int32 _nStartIndex, sal_Int32 _nLength) const =0 |
|
virtual bool | DecomposeTextRectAction () const =0 |
|
Definition at line 29 of file textlayout.hxx.
vcl::ITextLayout::~ITextLayout |
( |
| ) |
|
|
inlineprotected |
virtual bool vcl::ITextLayout::DecomposeTextRectAction |
( |
| ) |
const |
|
pure virtual |
virtual void vcl::ITextLayout::DrawText |
( |
const Point & |
_rStartPoint, |
|
|
const OUString & |
_rText, |
|
|
sal_Int32 |
_nStartIndex, |
|
|
sal_Int32 |
_nLength, |
|
|
MetricVector * |
_pVector, |
|
|
OUString * |
_pDisplayText |
|
) |
| |
|
pure virtual |
virtual void vcl::ITextLayout::GetCaretPositions |
( |
const OUString & |
_rText, |
|
|
tools::Long * |
_pCaretXArray, |
|
|
sal_Int32 |
_nStartIndex, |
|
|
sal_Int32 |
_nLength |
|
) |
| const |
|
pure virtual |
virtual sal_Int32 vcl::ITextLayout::GetTextBreak |
( |
const OUString & |
_rText, |
|
|
tools::Long |
_nMaxTextWidth, |
|
|
sal_Int32 |
_nStartIndex, |
|
|
sal_Int32 |
_nLength |
|
) |
| const |
|
pure virtual |
virtual tools::Long vcl::ITextLayout::GetTextWidth |
( |
const OUString & |
_rText, |
|
|
sal_Int32 |
_nStartIndex, |
|
|
sal_Int32 |
_nLength |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: