LibreOffice Module vcl (master) 1
|
#include <textrectinfo.hxx>
Public Member Functions | |
TextRectInfo () | |
tools::Long | GetMaxLineWidth () const |
bool | IsEllipses () const |
bool | operator== (const TextRectInfo &rInfo) const |
bool | operator!= (const TextRectInfo &rInfo) const |
Private Attributes | |
tools::Long | mnMaxWidth |
sal_uInt16 | mnLineCount |
bool | mbEllipsis |
Friends | |
class | ::OutputDevice |
Definition at line 29 of file textrectinfo.hxx.
|
inline |
Definition at line 52 of file textrectinfo.hxx.
References mbEllipsis, mnLineCount, and mnMaxWidth.
|
inline |
Definition at line 41 of file textrectinfo.hxx.
|
inline |
Definition at line 42 of file textrectinfo.hxx.
Referenced by ImplStdBorderWindowView::DrawWindow().
|
inline |
Definition at line 48 of file textrectinfo.hxx.
References operator==().
|
inline |
Definition at line 44 of file textrectinfo.hxx.
References mbEllipsis, mnLineCount, and mnMaxWidth.
Referenced by operator!=().
|
friend |
Definition at line 31 of file textrectinfo.hxx.
|
private |
Definition at line 36 of file textrectinfo.hxx.
Referenced by OutputDevice::GetTextRect(), operator==(), and TextRectInfo().
|
private |
Definition at line 35 of file textrectinfo.hxx.
Referenced by OutputDevice::GetTextRect(), operator==(), and TextRectInfo().
|
private |
Definition at line 34 of file textrectinfo.hxx.
Referenced by OutputDevice::GetTextRect(), operator==(), and TextRectInfo().