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

Class for saving date format made by user. More...

#include <hbox.h>

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

Public Member Functions

 DateFormat ()
 
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 format [DATE_SIZE]
 
hchar dummy
 
- Public Attributes inherited from HBox
hchar hh
 

Detailed Description

Class for saving date format made by user.

Definition at line 129 of file hbox.h.

Constructor & Destructor Documentation

◆ DateFormat()

DateFormat::DateFormat ( )

Definition at line 104 of file hbox.cxx.

Member Function Documentation

◆ Read()

bool DateFormat::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 147 of file hwpread.cxx.

References CH_DATE_FORM, DATE_SIZE, dummy, format, HBox::hh, HWP_InvalidFileFormat, HWPFile::Read2b(), and HWPFile::SetState().

Member Data Documentation

◆ dummy

hchar DateFormat::dummy

Definition at line 132 of file hbox.h.

Referenced by Read().

◆ format

hchar DateFormat::format[DATE_SIZE]

Definition at line 131 of file hbox.h.

Referenced by Read().


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