LibreOffice Module vcl (master) 1
|
#include <textlineinfo.hxx>
Public Member Functions | |
ImplTextLineInfo (tools::Long nWidth, sal_Int32 nIndex, sal_Int32 nLen) | |
tools::Long | GetWidth () const |
sal_Int32 | GetIndex () const |
sal_Int32 | GetLen () const |
Private Attributes | |
tools::Long | mnWidth |
sal_Int32 | mnIndex |
sal_Int32 | mnLen |
Definition at line 26 of file textlineinfo.hxx.
|
inline |
|
inline |
Definition at line 42 of file textlineinfo.hxx.
References mnIndex.
Referenced by vcl::PDFWriterImpl::drawText(), OutputDevice::ImplDrawText(), and OutputDevice::ImplGetTextLines().
|
inline |
Definition at line 43 of file textlineinfo.hxx.
References mnLen.
Referenced by vcl::PDFWriterImpl::drawText(), OutputDevice::ImplDrawText(), and OutputDevice::ImplGetTextLines().
|
inline |
Definition at line 41 of file textlineinfo.hxx.
References mnWidth.
Referenced by vcl::PDFWriterImpl::drawText(), OutputDevice::GetTextRect(), and OutputDevice::ImplDrawText().
|
private |
Definition at line 30 of file textlineinfo.hxx.
Referenced by GetIndex(), and ImplTextLineInfo().
|
private |
Definition at line 31 of file textlineinfo.hxx.
Referenced by GetLen(), and ImplTextLineInfo().
|
private |
Definition at line 29 of file textlineinfo.hxx.
Referenced by GetWidth(), and ImplTextLineInfo().