LibreOffice Module hwpfilter (master) 1
|
#include <hbox.h>
Public Member Functions | |
Hidden () | |
virtual | ~Hidden () override |
virtual bool | Read (HWPFile &hwpf) override |
Read properties from HIODevice object like stream, file, memory. More... | |
![]() | |
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 | |
hchar | reserved [2] |
hchar | dummy |
unsigned char | info [8] |
std::vector< std::unique_ptr< HWPPara > > | plist |
![]() | |
hchar | hh |
Hidden::Hidden | ( | ) |
Definition at line 601 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 607 of file hwpread.cxx.
References CH_HIDDEN, dummy, HBox::hh, HWP_InvalidFileFormat, info, plist, HWPFile::Read2b(), HWPFile::ReadBlock(), HWPFile::ReadParaList(), reserved, HWPFile::SetState(), and HWPFile::State().
std::vector<std::unique_ptr<HWPPara> > Hidden::plist |
Definition at line 669 of file hbox.h.
Referenced by HwpReader::makeHidden(), and Read().