LibreOffice Module hwpfilter (master) 1
|
#include <hbox.h>
Public Member Functions | |
Columns () | |
void | AddColumnsSize () |
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 406 of file hbox.h.
References AddColumnsSize(), ALLOWED_GAP, data, i, nCount, nTotal, and pos.
std::unique_ptr<int[]> Columns::data |
Definition at line 385 of file hbox.h.
Referenced by AddColumnsSize(), Columns(), getIndex(), insert(), and HwpReader::makeTableStyle().
size_t Columns::nCount |
Definition at line 386 of file hbox.h.
Referenced by Columns(), getIndex(), insert(), HwpReader::makeTable(), and HwpReader::makeTableStyle().
size_t Columns::nTotal |
Definition at line 387 of file hbox.h.
Referenced by AddColumnsSize(), Columns(), and insert().