LibreOffice Module sw (master) 1
|
#include <swtable.hxx>
Classes | |
struct | Impl |
Public Member Functions | |
SwTableCellInfo (const SwTable *pTable) | |
~SwTableCellInfo () | |
bool | getNext () |
SwRect | getRect () const |
const SwTableBox * | getTableBox () const |
Private Member Functions | |
const SwCellFrame * | getCellFrame () const |
SwTableCellInfo (SwTableCellInfo const &)=delete | |
SwTableCellInfo & | operator= (SwTableCellInfo const &)=delete |
Private Attributes | |
std::unique_ptr< Impl > | m_pImpl |
Definition at line 562 of file swtable.hxx.
|
privatedelete |
SwTableCellInfo::SwTableCellInfo | ( | const SwTable * | pTable | ) |
Definition at line 3156 of file swtable.cxx.
References m_pImpl.
SwTableCellInfo::~SwTableCellInfo | ( | ) |
Definition at line 3162 of file swtable.cxx.
|
private |
Definition at line 3138 of file swtable.cxx.
References m_pImpl.
Referenced by getRect(), and getTableBox().
bool SwTableCellInfo::getNext | ( | ) |
Definition at line 3166 of file swtable.cxx.
References m_pImpl.
Referenced by ww8::WW8TableInfo::processSwTableByLayout().
SwRect SwTableCellInfo::getRect | ( | ) | const |
Definition at line 3171 of file swtable.cxx.
References getCellFrame(), and SwFrameAreaDefinition::getFrameArea().
Referenced by ww8::WW8TableInfo::processSwTableByLayout().
const SwTableBox * SwTableCellInfo::getTableBox | ( | ) | const |
Definition at line 3181 of file swtable.cxx.
References getCellFrame(), and SwCellFrame::GetTabBox().
Referenced by ww8::WW8TableInfo::processSwTableByLayout().
|
privatedelete |
|
private |
Definition at line 565 of file swtable.hxx.
Referenced by getCellFrame(), getNext(), and SwTableCellInfo().