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

IndexMark marks the table of search. More...

#include <hbox.h>

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

Public Member Functions

 IndexMark ()
 
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 keyword1 [60] = {}
 
hchar keyword2 [60] = {}
 
unsigned short pgno
 
hchar dummy
 
- Public Attributes inherited from HBox
hchar hh
 

Detailed Description

IndexMark marks the table of search.

If you set IndexMark at current position, hwp make it as search index.

Table of search

Definition at line 894 of file hbox.h.

Constructor & Destructor Documentation

◆ IndexMark()

IndexMark::IndexMark ( )

Definition at line 851 of file hwpread.cxx.

Member Function Documentation

◆ Read()

bool IndexMark::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 858 of file hwpread.cxx.

References dummy, HBox::hh, HWP_InvalidFileFormat, keyword1, keyword2, pgno, HWPFile::Read2b(), HWPFile::SetState(), and HWPFile::State().

Member Data Documentation

◆ dummy

hchar IndexMark::dummy

Definition at line 899 of file hbox.h.

Referenced by Read().

◆ keyword1

hchar IndexMark::keyword1[60] = {}

Definition at line 896 of file hbox.h.

Referenced by Read().

◆ keyword2

hchar IndexMark::keyword2[60] = {}

Definition at line 897 of file hbox.h.

Referenced by Read().

◆ pgno

unsigned short IndexMark::pgno

Definition at line 898 of file hbox.h.

Referenced by Read().


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