Class to handle data of a table row.
More...
#include <TableData.hxx>
Class to handle data of a table row.
Definition at line 109 of file TableData.hxx.
◆ Cells
◆ Pointer_t
◆ RowData() [1/2]
writerfilter::dmapper::RowData::RowData |
( |
| ) |
|
|
inline |
◆ RowData() [2/2]
writerfilter::dmapper::RowData::RowData |
( |
const RowData & |
rRowData | ) |
|
|
inline |
◆ addCell()
void writerfilter::dmapper::RowData::addCell |
( |
const css::uno::Reference< css::text::XTextRange > & |
start, |
|
|
TablePropertyMapPtr |
pProps, |
|
|
bool |
bAddBefore = false |
|
) |
| |
|
inline |
Add a cell to the row.
- Parameters
-
start | the start handle of the cell |
end | the end handle of the cell |
pProps | the properties of the cell |
bAddBefore | true: add an empty cell at beginning of the row for gridBefore |
Definition at line 150 of file TableData.hxx.
References mCells, and start.
◆ endCell()
void writerfilter::dmapper::RowData::endCell |
( |
const css::uno::Reference< css::text::XTextRange > & |
end | ) |
|
|
inline |
◆ getCellCount()
unsigned int writerfilter::dmapper::RowData::getCellCount |
( |
| ) |
const |
|
inline |
◆ getCellEnd()
const css::uno::Reference< css::text::XTextRange > & writerfilter::dmapper::RowData::getCellEnd |
( |
unsigned int |
i | ) |
const |
|
inline |
Return end handle of a cell in the row.
- Parameters
-
Definition at line 221 of file TableData.hxx.
References i, and mCells.
◆ getCellProperties()
Return the properties of a cell in the row.
- Parameters
-
Definition at line 231 of file TableData.hxx.
References i, and mCells.
◆ getCellStart()
const css::uno::Reference< css::text::XTextRange > & writerfilter::dmapper::RowData::getCellStart |
( |
unsigned int |
i | ) |
const |
|
inline |
Return start handle of a cell in the row.
- Parameters
-
Definition at line 211 of file TableData.hxx.
References i, and mCells.
◆ getGridAfter()
sal_uInt32 writerfilter::dmapper::RowData::getGridAfter |
( |
| ) |
const |
|
inline |
◆ getGridBefore()
sal_uInt32 writerfilter::dmapper::RowData::getGridBefore |
( |
| ) |
const |
|
inline |
◆ getGridSpan()
sal_uInt32 writerfilter::dmapper::RowData::getGridSpan |
( |
sal_uInt32 |
i | ) |
|
|
inline |
◆ getGridSpans()
std::vector< sal_uInt32 > writerfilter::dmapper::RowData::getGridSpans |
( |
| ) |
|
|
inline |
◆ getProperties()
◆ insertCellProperties()
◆ insertProperties()
◆ isCellOpen()
bool writerfilter::dmapper::RowData::isCellOpen |
( |
| ) |
const |
|
inline |
◆ setCurrentGridSpan()
void writerfilter::dmapper::RowData::setCurrentGridSpan |
( |
sal_uInt32 |
nSpan, |
|
|
bool |
bFirstCell = false |
|
) |
| |
|
inline |
◆ setGridAfter()
void writerfilter::dmapper::RowData::setGridAfter |
( |
sal_uInt32 |
nSkipGrids | ) |
|
|
inline |
◆ setGridBefore()
void writerfilter::dmapper::RowData::setGridBefore |
( |
sal_uInt32 |
nSkipGrids | ) |
|
|
inline |
◆ m_nGridAfter
sal_uInt32 writerfilter::dmapper::RowData::m_nGridAfter |
|
private |
◆ m_nGridBefore
sal_uInt32 writerfilter::dmapper::RowData::m_nGridBefore |
|
private |
number of grid columns in the parent table's table grid which must be skipped before the contents of this table row are added to the parent table
Definition at line 123 of file TableData.hxx.
Referenced by getGridBefore(), and setGridBefore().
◆ mCells
Cells writerfilter::dmapper::RowData::mCells |
|
private |
the cell data of the row
Definition at line 116 of file TableData.hxx.
Referenced by addCell(), endCell(), getCellCount(), getCellEnd(), getCellProperties(), getCellStart(), getGridSpan(), getGridSpans(), insertCellProperties(), isCellOpen(), and setCurrentGridSpan().
◆ mpProperties
The documentation for this class was generated from the following file: