LibreOffice Module hwpfilter (master) 1
|
Controls the display of page number, header, footer and border. More...
#include <hbox.h>
Public Member Functions | |
PageNumCtrl () | |
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 | kind |
object type More... | |
unsigned short | what |
control command. More... | |
hchar | dummy |
Public Attributes inherited from HBox | |
hchar | hh |
Controls the display of page number, header, footer and border.
PageNumCtrl::PageNumCtrl | ( | ) |
Definition at line 754 of file hwpread.cxx.
|
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 762 of file hwpread.cxx.
References dummy, HBox::hh, HWP_InvalidFileFormat, kind, HWPFile::Read2b(), HWPFile::SetState(), HWPFile::State(), and what.
unsigned short PageNumCtrl::kind |
unsigned short PageNumCtrl::what |