Go to the documentation of this file.
43 WPXTableCell(
unsigned char colSpan,
unsigned char rowSpan,
unsigned char borderBits);
55 void insertCell(
unsigned char colSpan,
unsigned char rowSpan,
unsigned char borderBits);
77 int adjacencyBitCell,
int adjacencyBitBoundCells);
const unsigned char WPX_TABLE_CELL_TOP_BORDER_OFF
Definition: libwpd_internal.h:151
void insertCell(unsigned char colSpan, unsigned char rowSpan, unsigned char borderBits)
Definition: WPXTable.cpp:48
const WPXTableCell * getCell(size_t i, size_t j)
Definition: WPXTable.h:56
const unsigned char WPX_TABLE_CELL_RIGHT_BORDER_OFF
Definition: libwpd_internal.h:150
unsigned getColumnCount(unsigned row) const
Definition: WPXTable.h:66
std::vector< WPXTableCell * > _getCellsRightAdjacent(int i, int j)
Definition: WPXTable.cpp:125
unsigned char m_borderBits
Definition: WPXTable.h:46
void _makeCellBordersConsistent(WPXTableCell &cell, std::vector< WPXTableCell * > &adjacentCells, int adjacencyBitCell, int adjacencyBitBoundCells)
Definition: WPXTable.cpp:81
WPXTableCell(unsigned char colSpan, unsigned char rowSpan, unsigned char borderBits)
Definition: WPXTable.cpp:32
WPXTable()
Definition: WPXTable.h:52
void makeBordersConsistent()
Definition: WPXTable.cpp:58
~WPXTable()
Definition: WPXTable.cpp:39
Definition: WPXTable.h:50
unsigned char m_colSpan
Definition: WPXTable.h:44
std::vector< WPXTableCell * > _getCellsBottomAdjacent(int i, int j)
Definition: WPXTable.cpp:105
bool isEmpty() const
Definition: WPXTable.h:70
unsigned char m_rowSpan
Definition: WPXTable.h:45
const unsigned char WPX_TABLE_CELL_BOTTOM_BORDER_OFF
Definition: libwpd_internal.h:152
void insertRow()
Definition: WPXTable.cpp:43
std::vector< std::vector< WPXTableCell > > m_tableRows
Definition: WPXTable.h:82
Definition: WPXTable.h:42
unsigned getRowCount() const
Definition: WPXTable.h:62
const unsigned char WPX_TABLE_CELL_LEFT_BORDER_OFF
Definition: libwpd_internal.h:149
Definition: libwpd_internal.h:213
Generated for libwpd by
doxygen 1.8.20