LibreOffice Module hwpfilter (master) 1
|
Input new number as current index of page,comment,table and picture. More...
#include <hbox.h>
Public Member Functions | |
NewNum () | |
virtual bool | Read (HWPFile &hwpf) override |
Read properties from HIODevice object like stream, file, memory. More... | |
Public Member Functions inherited from HBox | |
HBox (hchar hch) | |
Construct a HBox object with parameter hch. More... | |
virtual | ~HBox () |
int | WSize () |
virtual bool | Read (HWPFile &hwpf) |
Read properties from HIODevice object like stream, file, memory. More... | |
Public Attributes | |
unsigned short | type |
unsigned short | number |
hchar | dummy |
Public Attributes inherited from HBox | |
hchar | hh |
Input new number as current index of page,comment,table and picture.
NewNum::NewNum | ( | ) |
Definition at line 707 of file hwpread.cxx.
References type.
|
overridevirtual |
Read properties from HIODevice object like stream, file, memory.
hwpf | HWPFile Object having all information for a hwp file. |
Reimplemented from HBox.
Definition at line 716 of file hwpread.cxx.
References dummy, HBox::hh, HWP_InvalidFileFormat, number, HWPFile::Read2b(), HWPFile::SetState(), HWPFile::State(), and type.