|
LibreOffice Module hwpfilter (master) 1
|
#include <hinfo.h>
Public Member Functions | |
| PaperBackInfo () | |
Public Attributes | |
| char | type |
| char | reserved1 [8] = {} |
| int | luminance |
| int | contrast |
| char | effect |
| char | reserved2 [8] = {} |
| char | filename [260+1] = {} |
| unsigned char | color [3] = {} |
| unsigned short | flag |
| int | range |
| char | reserved3 [27] = {} |
| int | size |
| std::vector< char > | data |
| bool | isset |
| unsigned char PaperBackInfo::color[3] = {} |
Definition at line 78 of file hinfo.h.
Referenced by HwpReader::makeDrawMiscStyle(), HwpReader::makePageStyle(), and SetCurrentDoc().
| int PaperBackInfo::contrast |
Definition at line 74 of file hinfo.h.
Referenced by SetCurrentDoc().
| std::vector<char> PaperBackInfo::data |
Definition at line 83 of file hinfo.h.
Referenced by HwpReader::makePageStyle(), and SetCurrentDoc().
| char PaperBackInfo::effect |
Definition at line 75 of file hinfo.h.
Referenced by SetCurrentDoc().
| char PaperBackInfo::filename[260+1] = {} |
Definition at line 77 of file hinfo.h.
Referenced by HwpReader::makePageStyle(), and SetCurrentDoc().
| unsigned short PaperBackInfo::flag |
Definition at line 79 of file hinfo.h.
Referenced by HwpReader::makePageStyle(), and SetCurrentDoc().
| bool PaperBackInfo::isset |
Definition at line 84 of file hinfo.h.
Referenced by HWPInfo::HWPInfo(), HwpReader::makeDrawMiscStyle(), HwpReader::makePageStyle(), and SetCurrentDoc().
| int PaperBackInfo::luminance |
Definition at line 73 of file hinfo.h.
Referenced by SetCurrentDoc().
| int PaperBackInfo::range |
Definition at line 80 of file hinfo.h.
Referenced by SetCurrentDoc().
| char PaperBackInfo::reserved1[8] = {} |
Definition at line 72 of file hinfo.h.
Referenced by SetCurrentDoc().
| char PaperBackInfo::reserved2[8] = {} |
Definition at line 76 of file hinfo.h.
Referenced by SetCurrentDoc().
| char PaperBackInfo::reserved3[27] = {} |
Definition at line 81 of file hinfo.h.
Referenced by SetCurrentDoc().
| int PaperBackInfo::size |
Definition at line 82 of file hinfo.h.
Referenced by HwpReader::makePageStyle(), and SetCurrentDoc().
| char PaperBackInfo::type |
Definition at line 71 of file hinfo.h.
Referenced by HwpReader::makePageStyle(), and SetCurrentDoc().