|
LibreOffice Module hwpfilter (master) 1
|
Generates the mailing list automatically using address book and mail body format. More...
#include <hbox.h>
Public Member Functions | |
| MailMerge () | |
| 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... | |
Static Public Member Functions | |
| static hchar_string | GetString () |
Public Attributes | |
| unsigned char | field_name [20] = {} |
| hchar | dummy |
Public Attributes inherited from HBox | |
| hchar | hh |
Generates the mailing list automatically using address book and mail body format.
Generates mailing list
| MailMerge::MailMerge | ( | ) |
Definition at line 775 of file hwpread.cxx.
|
static |
Definition at line 419 of file hbox.cxx.
Referenced by HwpReader::makeMailMerge().
|
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 781 of file hwpread.cxx.
References dummy, field_name, HBox::hh, HWP_InvalidFileFormat, HWPFile::Read2b(), HWPFile::ReadBlock(), HWPFile::SetState(), and HWPFile::State().
| unsigned char MailMerge::field_name[20] = {} |