LibreOffice Module sw (master) 1
|
#include <WW8TableInfo.hxx>
Public Types | |
typedef std::shared_ptr< WW8TableCellGridRow > | Pointer_t |
Public Member Functions | |
WW8TableCellGridRow () | |
~WW8TableCellGridRow () | |
void | insert (const CellInfo &rCellInfo) |
CellInfoMultiSet::const_iterator | begin () const |
CellInfoMultiSet::const_iterator | end () const |
void | setTableBoxVector (TableBoxVectorPtr const &pTableBoxVector) |
void | setWidths (WidthsPtr const &pGridCols) |
void | setRowSpans (RowSpansPtr const &pRowSpans) |
const TableBoxVectorPtr & | getTableBoxVector () const |
const WidthsPtr & | getWidths () const |
const RowSpansPtr & | getRowSpans () const |
Private Attributes | |
std::shared_ptr< CellInfoMultiSet > | m_pCellInfos |
TableBoxVectorPtr | m_pTableBoxVector |
WidthsPtr | m_pWidths |
RowSpansPtr | m_pRowSpans |
Definition at line 230 of file WW8TableInfo.hxx.
typedef std::shared_ptr<WW8TableCellGridRow> ww8::WW8TableCellGridRow::Pointer_t |
Definition at line 238 of file WW8TableInfo.hxx.
ww8::WW8TableCellGridRow::WW8TableCellGridRow | ( | ) |
Definition at line 1399 of file WW8TableInfo.cxx.
References make_shared().
ww8::WW8TableCellGridRow::~WW8TableCellGridRow | ( | ) |
Definition at line 1404 of file WW8TableInfo.cxx.
CellInfoMultiSet::const_iterator ww8::WW8TableCellGridRow::begin | ( | ) | const |
Definition at line 1417 of file WW8TableInfo.cxx.
References m_pCellInfos.
CellInfoMultiSet::const_iterator ww8::WW8TableCellGridRow::end | ( | ) | const |
Definition at line 1422 of file WW8TableInfo.cxx.
References m_pCellInfos.
|
inline |
Definition at line 252 of file WW8TableInfo.hxx.
References m_pRowSpans.
|
inline |
Definition at line 250 of file WW8TableInfo.hxx.
References m_pTableBoxVector.
|
inline |
Definition at line 251 of file WW8TableInfo.hxx.
References m_pWidths.
void ww8::WW8TableCellGridRow::insert | ( | const CellInfo & | rCellInfo | ) |
Definition at line 1408 of file WW8TableInfo.cxx.
References m_pCellInfos, SAL_INFO, and ww8::CellInfo::toString().
void ww8::WW8TableCellGridRow::setRowSpans | ( | RowSpansPtr const & | pRowSpans | ) |
Definition at line 1439 of file WW8TableInfo.cxx.
References m_pRowSpans.
void ww8::WW8TableCellGridRow::setTableBoxVector | ( | TableBoxVectorPtr const & | pTableBoxVector | ) |
Definition at line 1427 of file WW8TableInfo.cxx.
References m_pTableBoxVector, and ww8::MAXTABLECELLS.
void ww8::WW8TableCellGridRow::setWidths | ( | WidthsPtr const & | pGridCols | ) |
Definition at line 1434 of file WW8TableInfo.cxx.
References m_pWidths.
|
private |
Definition at line 232 of file WW8TableInfo.hxx.
|
private |
Definition at line 235 of file WW8TableInfo.hxx.
Referenced by getRowSpans(), and setRowSpans().
|
private |
Definition at line 233 of file WW8TableInfo.hxx.
Referenced by getTableBoxVector(), and setTableBoxVector().
|
private |
Definition at line 234 of file WW8TableInfo.hxx.
Referenced by getWidths(), and setWidths().