LibreOffice Module sw (master) 1
Public Member Functions | Private Attributes | List of all members
ww8::CellInfo Class Reference

#include <WW8TableInfo.hxx>

Collaboration diagram for ww8::CellInfo:
[legend]

Public Member Functions

 CellInfo (const SwRect &aRect, WW8TableNodeInfo *pNodeInfo)
 
 CellInfo (const CellInfo &aRectAndTableInfo)
 
bool operator< (const CellInfo &aCellInfo) const
 
tools::Long top () const
 
tools::Long bottom () const
 
tools::Long left () const
 
tools::Long right () const
 
tools::Long width () const
 
tools::Long height () const
 
const SwRectgetRect () const
 
WW8TableNodeInfogetTableNodeInfo () const
 
tools::ULong getFormatFrameWidth () const
 
void setFormatFrameWidth (tools::ULong nFormatFrameWidth)
 
std::string toString () const
 

Private Attributes

SwRect m_aRect
 
WW8TableNodeInfom_pNodeInfo
 
tools::ULong m_nFormatFrameWidth
 

Detailed Description

Definition at line 114 of file WW8TableInfo.hxx.

Constructor & Destructor Documentation

◆ CellInfo() [1/2]

ww8::CellInfo::CellInfo ( const SwRect aRect,
WW8TableNodeInfo pNodeInfo 
)

◆ CellInfo() [2/2]

ww8::CellInfo::CellInfo ( const CellInfo aRectAndTableInfo)
inline

Definition at line 123 of file WW8TableInfo.hxx.

Member Function Documentation

◆ bottom()

tools::Long ww8::CellInfo::bottom ( ) const
inline

Definition at line 133 of file WW8TableInfo.hxx.

References SwRect::Bottom(), and m_aRect.

Referenced by toString().

◆ getFormatFrameWidth()

tools::ULong ww8::CellInfo::getFormatFrameWidth ( ) const
inline

Definition at line 141 of file WW8TableInfo.hxx.

References m_nFormatFrameWidth.

◆ getRect()

const SwRect & ww8::CellInfo::getRect ( ) const
inline

Definition at line 138 of file WW8TableInfo.hxx.

References m_aRect.

◆ getTableNodeInfo()

WW8TableNodeInfo * ww8::CellInfo::getTableNodeInfo ( ) const
inline

Definition at line 139 of file WW8TableInfo.hxx.

References m_pNodeInfo.

Referenced by operator<().

◆ height()

tools::Long ww8::CellInfo::height ( ) const
inline

Definition at line 137 of file WW8TableInfo.hxx.

References SwRect::Height(), and m_aRect.

Referenced by operator<().

◆ left()

tools::Long ww8::CellInfo::left ( ) const
inline

Definition at line 134 of file WW8TableInfo.hxx.

References SwRect::Left(), and m_aRect.

Referenced by operator<(), and toString().

◆ operator<()

bool ww8::CellInfo::operator< ( const CellInfo aCellInfo) const

Definition at line 955 of file WW8TableInfo.cxx.

References getTableNodeInfo(), height(), left(), m_pNodeInfo, top(), and width().

◆ right()

tools::Long ww8::CellInfo::right ( ) const
inline

Definition at line 135 of file WW8TableInfo.hxx.

References m_aRect, and SwRect::Right().

Referenced by toString().

◆ setFormatFrameWidth()

void ww8::CellInfo::setFormatFrameWidth ( tools::ULong  nFormatFrameWidth)
inline

Definition at line 146 of file WW8TableInfo.hxx.

References m_nFormatFrameWidth.

Referenced by ww8::WW8TableCellGrid::insert().

◆ top()

tools::Long ww8::CellInfo::top ( ) const
inline

Definition at line 132 of file WW8TableInfo.hxx.

References m_aRect, and SwRect::Top().

Referenced by operator<(), and toString().

◆ toString()

std::string ww8::CellInfo::toString ( ) const

Definition at line 993 of file WW8TableInfo.cxx.

References bottom(), left(), m_pNodeInfo, right(), and top().

Referenced by ww8::WW8TableCellGridRow::insert().

◆ width()

tools::Long ww8::CellInfo::width ( ) const
inline

Definition at line 136 of file WW8TableInfo.hxx.

References m_aRect, and SwRect::Width().

Referenced by operator<().

Member Data Documentation

◆ m_aRect

SwRect ww8::CellInfo::m_aRect
private

Definition at line 116 of file WW8TableInfo.hxx.

Referenced by bottom(), getRect(), height(), left(), right(), top(), and width().

◆ m_nFormatFrameWidth

tools::ULong ww8::CellInfo::m_nFormatFrameWidth
private

Definition at line 118 of file WW8TableInfo.hxx.

Referenced by CellInfo(), getFormatFrameWidth(), and setFormatFrameWidth().

◆ m_pNodeInfo

WW8TableNodeInfo* ww8::CellInfo::m_pNodeInfo
private

Definition at line 117 of file WW8TableInfo.hxx.

Referenced by getTableNodeInfo(), operator<(), and toString().


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