LibreOffice Module sw (master) 1
|
#include <WW8TableInfo.hxx>
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 SwRect & | getRect () const |
WW8TableNodeInfo * | getTableNodeInfo () const |
tools::ULong | getFormatFrameWidth () const |
void | setFormatFrameWidth (tools::ULong nFormatFrameWidth) |
std::string | toString () const |
Private Attributes | |
SwRect | m_aRect |
WW8TableNodeInfo * | m_pNodeInfo |
tools::ULong | m_nFormatFrameWidth |
Definition at line 114 of file WW8TableInfo.hxx.
ww8::CellInfo::CellInfo | ( | const SwRect & | aRect, |
WW8TableNodeInfo * | pNodeInfo | ||
) |
Definition at line 1445 of file WW8TableInfo.cxx.
References SwTableBox::GetFrameFormat(), SwFormat::GetFrameSize(), ww8::WW8TableNodeInfo::getTableBox(), SvxSizeItem::GetWidth(), and m_nFormatFrameWidth.
|
inline |
Definition at line 123 of file WW8TableInfo.hxx.
|
inline |
Definition at line 133 of file WW8TableInfo.hxx.
References SwRect::Bottom(), and m_aRect.
Referenced by toString().
|
inline |
Definition at line 141 of file WW8TableInfo.hxx.
References m_nFormatFrameWidth.
|
inline |
Definition at line 138 of file WW8TableInfo.hxx.
References m_aRect.
|
inline |
|
inline |
Definition at line 137 of file WW8TableInfo.hxx.
References SwRect::Height(), and m_aRect.
Referenced by operator<().
|
inline |
Definition at line 134 of file WW8TableInfo.hxx.
References SwRect::Left(), and m_aRect.
Referenced by operator<(), and toString().
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().
|
inline |
Definition at line 135 of file WW8TableInfo.hxx.
References m_aRect, and SwRect::Right().
Referenced by toString().
|
inline |
Definition at line 146 of file WW8TableInfo.hxx.
References m_nFormatFrameWidth.
Referenced by ww8::WW8TableCellGrid::insert().
|
inline |
Definition at line 132 of file WW8TableInfo.hxx.
References m_aRect, and SwRect::Top().
Referenced by operator<(), and 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().
|
inline |
Definition at line 136 of file WW8TableInfo.hxx.
References m_aRect, and SwRect::Width().
Referenced by operator<().
|
private |
|
private |
Definition at line 118 of file WW8TableInfo.hxx.
Referenced by CellInfo(), getFormatFrameWidth(), and setFormatFrameWidth().
|
private |
Definition at line 117 of file WW8TableInfo.hxx.
Referenced by getTableNodeInfo(), operator<(), and toString().