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

Summary of document. More...

#include <hinfo.h>

Public Member Functions

bool Read (HWPFile &)
 

Public Attributes

unsigned short title [56]
 
unsigned short subject [56]
 
unsigned short author [56]
 
unsigned short date [56]
 
unsigned short keyword [2][56]
 
unsigned short etc [3][56]
 

Detailed Description

Summary of document.

Definition at line 118 of file hinfo.h.

Member Function Documentation

◆ Read()

bool HWPSummary::Read ( HWPFile hwpf)

Definition at line 175 of file hinfo.cxx.

References author, date, etc, keyword, HWPFile::Read2b(), HWPFile::State(), subject, and title.

Referenced by HWPInfo::Read().

Member Data Documentation

◆ author

unsigned short HWPSummary::author[56]

Definition at line 122 of file hinfo.h.

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

◆ date

unsigned short HWPSummary::date[56]

Definition at line 123 of file hinfo.h.

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

◆ etc

unsigned short HWPSummary::etc[3][56]

Definition at line 125 of file hinfo.h.

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

◆ keyword

unsigned short HWPSummary::keyword[2][56]

Definition at line 124 of file hinfo.h.

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

◆ subject

unsigned short HWPSummary::subject[56]

Definition at line 121 of file hinfo.h.

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

◆ title

unsigned short HWPSummary::title[56]

Definition at line 120 of file hinfo.h.

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


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