LibreOffice Module hwpfilter (master) 1
|
#include <hbox.h>
Public Member Functions | |
Line () | |
virtual bool | Read (HWPFile &hwpf) override |
Read properties from HIODevice object like stream, file, memory. More... | |
![]() | |
FBox (hchar hch) | |
virtual | ~FBox () override |
![]() | |
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 | reserved [2] |
hchar | dummy |
char | reserved2 [8] |
short | sx |
short | sy |
short | ex |
short | ey |
short | width |
short | shade |
short | color |
![]() | |
int | zorder |
short | option |
hchar | ctrl_ch |
FBoxStyle | style |
short | box_xs |
short | box_ys |
short | cap_xs |
short | cap_ys |
short | xs |
short | ys |
short | cap_margin |
char | xpos_type |
char | ypos_type |
unsigned char | smart_linesp |
short | boundsy |
short | boundey |
unsigned char | boundx |
unsigned char | draw |
short | pgx |
Physical x,y position. More... | |
short | pgy |
short | pgno |
short | showpg |
![]() | |
hchar | hh |
Line::Line | ( | ) |
Definition at line 533 of file hwpread.cxx.
References ex.
|
overridevirtual |
Read properties from HIODevice object like stream, file, memory.
hwpf | HWPFile Object having all information for a hwp file. |
Reimplemented from HBox.
Definition at line 546 of file hwpread.cxx.
References HWPFile::AddFBoxStyle(), FBoxStyle::anchor_type, FBox::boundey, FBox::boundsy, FBox::boundx, FBox::box_xs, FBox::box_ys, FBoxStyle::boxnum, FBoxStyle::boxtype, FBoxStyle::cap_len, FBox::cap_xs, FBox::cap_ys, CH_LINE, FBox::ctrl_ch, FBox::draw, dummy, ex, fboxnum, HBox::hh, HWP_InvalidFileFormat, HWPFile::linenumber, lnnumber, FBoxStyle::margin, FBox::option, FBox::pgno, FBox::pgx, FBox::pgy, HWPFile::Read1b(), HWPFile::Read2b(), HWPFile::ReadBlock(), reserved, reserved2, HWPFile::SetState(), shade, FBox::showpg, HWPFile::State(), FBox::style, sx, sy, FBoxStyle::txtflow, width, FBoxStyle::xpos, FBox::xs, FBoxStyle::ypos, FBox::ys, zindex, and FBox::zorder.