LibreOffice Module hwpfilter (master) 1
|
Class for BOOKMARK. More...
#include <hbox.h>
Public Member Functions | |
Bookmark () | |
virtual | ~Bookmark () override |
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 | |
hchar | dummy |
hchar | id [BMK_COMMENT_LEN+1] |
unsigned short | type |
Public Attributes inherited from HBox | |
hchar | hh |
|
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 125 of file hwpread.cxx.
References BMK_COMMENT_LEN, CH_BOOKMARK, dummy, HBox::hh, HWP_InvalidFileFormat, HWPFile::Read2b(), HWPFile::Read4b(), HWPFile::SetState(), and type.
hchar Bookmark::id[BMK_COMMENT_LEN+1] |
Definition at line 115 of file hbox.h.
Referenced by HwpReader::makeBookmark().
unsigned short Bookmark::type |
Definition at line 116 of file hbox.h.
Referenced by HwpReader::makeBookmark(), and Read().