LibreOffice Module vcl (master) 1
Public Member Functions | Private Attributes | Friends | List of all members
TextRectInfo Class Reference

#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
 

Detailed Description

Definition at line 29 of file textrectinfo.hxx.

Constructor & Destructor Documentation

◆ TextRectInfo()

TextRectInfo::TextRectInfo ( )
inline

Definition at line 52 of file textrectinfo.hxx.

References mbEllipsis, mnLineCount, and mnMaxWidth.

Member Function Documentation

◆ GetMaxLineWidth()

tools::Long TextRectInfo::GetMaxLineWidth ( ) const
inline

Definition at line 41 of file textrectinfo.hxx.

◆ IsEllipses()

bool TextRectInfo::IsEllipses ( ) const
inline

Definition at line 42 of file textrectinfo.hxx.

Referenced by ImplStdBorderWindowView::DrawWindow().

◆ operator!=()

bool TextRectInfo::operator!= ( const TextRectInfo rInfo) const
inline

Definition at line 48 of file textrectinfo.hxx.

References operator==().

◆ operator==()

bool TextRectInfo::operator== ( const TextRectInfo rInfo) const
inline

Definition at line 44 of file textrectinfo.hxx.

References mbEllipsis, mnLineCount, and mnMaxWidth.

Referenced by operator!=().

Friends And Related Function Documentation

◆ ::OutputDevice

friend class ::OutputDevice
friend

Definition at line 31 of file textrectinfo.hxx.

Member Data Documentation

◆ mbEllipsis

bool TextRectInfo::mbEllipsis
private

Definition at line 36 of file textrectinfo.hxx.

Referenced by OutputDevice::GetTextRect(), operator==(), and TextRectInfo().

◆ mnLineCount

sal_uInt16 TextRectInfo::mnLineCount
private

Definition at line 35 of file textrectinfo.hxx.

Referenced by OutputDevice::GetTextRect(), operator==(), and TextRectInfo().

◆ mnMaxWidth

tools::Long TextRectInfo::mnMaxWidth
private

Definition at line 34 of file textrectinfo.hxx.

Referenced by OutputDevice::GetTextRect(), operator==(), and TextRectInfo().


The documentation for this class was generated from the following file: