LibreOffice Module hwpfilter (master) 1
Public Member Functions | Public Attributes | List of all members
Rows Struct Reference

#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
 

Detailed Description

Definition at line 442 of file hbox.h.

Constructor & Destructor Documentation

◆ Rows()

Rows::Rows ( )
inline

Definition at line 447 of file hbox.h.

References data, INIT_SIZE, nCount, and nTotal.

Member Function Documentation

◆ AddRowsSize()

void Rows::AddRowsSize ( )
inline

Definition at line 453 of file hbox.h.

References ADD_AMOUNT, data, i, and nTotal.

Referenced by insert().

◆ getIndex()

int Rows::getIndex ( int  pos)
inline

Definition at line 489 of file hbox.h.

References ALLOWED_GAP, data, i, nCount, and pos.

◆ insert()

void Rows::insert ( int  pos)
inline

Definition at line 465 of file hbox.h.

References AddRowsSize(), ALLOWED_GAP, data, i, nCount, nTotal, and pos.

Member Data Documentation

◆ data

std::unique_ptr<int[]> Rows::data

Definition at line 444 of file hbox.h.

Referenced by AddRowsSize(), getIndex(), insert(), HwpReader::makeTableStyle(), and Rows().

◆ nCount

size_t Rows::nCount

Definition at line 445 of file hbox.h.

Referenced by getIndex(), insert(), HwpReader::makeTableStyle(), and Rows().

◆ nTotal

size_t Rows::nTotal

Definition at line 446 of file hbox.h.

Referenced by AddRowsSize(), insert(), and Rows().


The documentation for this struct was generated from the following file: