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

Input current index of page,comment,table and picture. More...

#include <hbox.h>

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

Public Member Functions

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

unsigned short type
 
unsigned short number
 
hchar dummy
 
- Public Attributes inherited from HBox
hchar hh
 

Detailed Description

Input current index of page,comment,table and picture.

Definition at line 756 of file hbox.h.

Constructor & Destructor Documentation

◆ AutoNum()

AutoNum::AutoNum ( )

Definition at line 685 of file hwpread.cxx.

References type.

Member Function Documentation

◆ Read()

bool AutoNum::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 693 of file hwpread.cxx.

References dummy, HBox::hh, HWP_InvalidFileFormat, number, HWPFile::Read2b(), HWPFile::SetState(), HWPFile::State(), and type.

Member Data Documentation

◆ dummy

hchar AutoNum::dummy

Definition at line 760 of file hbox.h.

Referenced by Read().

◆ number

unsigned short AutoNum::number

Definition at line 759 of file hbox.h.

Referenced by HwpReader::makeAutoNum(), and Read().

◆ type

unsigned short AutoNum::type

Definition at line 758 of file hbox.h.

Referenced by HwpReader::makeAutoNum(), and Read().


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