LibreOffice Module hwpfilter (master) 1
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
MailMerge Struct Reference

Generates the mailing list automatically using address book and mail body format. More...

#include <hbox.h>

Inheritance diagram for MailMerge:
[legend]
Collaboration diagram for MailMerge:
[legend]

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
 

Detailed Description

Generates the mailing list automatically using address book and mail body format.

Generates mailing list

Definition at line 829 of file hbox.h.

Constructor & Destructor Documentation

◆ MailMerge()

MailMerge::MailMerge ( )

Definition at line 775 of file hwpread.cxx.

Member Function Documentation

◆ GetString()

hchar_string MailMerge::GetString ( )
static

Definition at line 419 of file hbox.cxx.

Referenced by HwpReader::makeMailMerge().

◆ Read()

bool MailMerge::Read ( HWPFile hwpf)
overridevirtual

Read properties from HIODevice object like stream, file, memory.

Parameters
hwpfHWPFile Object having all information for a hwp file.
Returns
True if reading from stream is successful.

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().

Member Data Documentation

◆ dummy

hchar MailMerge::dummy

Definition at line 832 of file hbox.h.

Referenced by Read().

◆ field_name

unsigned char MailMerge::field_name[20] = {}

Definition at line 831 of file hbox.h.

Referenced by Read().


The documentation for this struct was generated from the following files: