|
LibreOffice Module hwpfilter (master) 1
|
The compose struct displays characters at position. More...
#include <hbox.h>
Public Member Functions | |
| Compose () | |
| 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 | compose [3] |
| hchar | dummy |
Public Attributes inherited from HBox | |
| hchar | hh |
The compose struct displays characters at position.
The maximum character count for composition is three.
Composition several characters
| Compose::Compose | ( | ) |
Definition at line 793 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 799 of file hwpread.cxx.
References compose, dummy, HBox::hh, HWP_InvalidFileFormat, HWPFile::Read2b(), HWPFile::SetState(), and HWPFile::State().