LibreOffice Module hwpfilter (master) 1
|
#include <hbox.h>
Public Member Functions | |
Rows () | |
void | AddRowsSize () |
void | insert (int pos) |
int | getIndex (int pos) |
Public Attributes | |
std::unique_ptr< int[]> | data |
size_t | nCount |
size_t | nTotal |
|
inline |
|
inline |
|
inline |
Definition at line 465 of file hbox.h.
References AddRowsSize(), ALLOWED_GAP, data, i, nCount, nTotal, and pos.
std::unique_ptr<int[]> Rows::data |
Definition at line 444 of file hbox.h.
Referenced by AddRowsSize(), getIndex(), insert(), HwpReader::makeTableStyle(), and Rows().
size_t Rows::nCount |
Definition at line 445 of file hbox.h.
Referenced by getIndex(), insert(), HwpReader::makeTableStyle(), and Rows().
size_t Rows::nTotal |
Definition at line 446 of file hbox.h.
Referenced by AddRowsSize(), insert(), and Rows().