|
LibreOffice Module hwpfilter (master) 1
|
Style of paragraph. More...
#include <hinfo.h>
Public Member Functions | |
| void | Read (HWPFile &) |
| ParaShape () | |
Public Attributes | |
| int | index |
| Index of paragraph style. More... | |
| hunit | left_margin |
| hunit | right_margin |
| hunit | indent |
| hunit | lspacing |
| hunit | pspacing_prev |
| hunit | pspacing_next |
| unsigned char | condense |
| unsigned char | arrange_type |
| TabSet | tabs [MAXTABS] |
| std::shared_ptr< ColumnDef > | xColdef |
| unsigned char | shade |
| unsigned char | outline |
| unsigned char | outline_continue |
| unsigned char | reserved [2] |
| std::shared_ptr< CharShape > | cshape |
| unsigned char | pagebreak |
| ParaShape::ParaShape | ( | ) |
Definition at line 190 of file hinfo.cxx.
References index, make_shared(), and reserved.
| void ParaShape::Read | ( | HWPFile & | hwpf | ) |
Definition at line 210 of file hinfo.cxx.
References arrange_type, condense, indent, left_margin, lspacing, outline, outline_continue, pagebreak, pspacing_next, pspacing_prev, HWPFile::Read1b(), HWPFile::Read2b(), HWPFile::ReadBlock(), reserved, right_margin, shade, tabs, and xColdef.
Referenced by HWPStyle::Read().
| unsigned char ParaShape::arrange_type |
Definition at line 288 of file hinfo.h.
Referenced by HWPFile::compareParaShape(), HwpReader::parseParaShape(), and Read().
| std::shared_ptr<CharShape> ParaShape::cshape |
Definition at line 295 of file hinfo.h.
Referenced by HWPFile::compareParaShape(), and HwpReader::makePStyle().
| hunit ParaShape::indent |
Definition at line 283 of file hinfo.h.
Referenced by HWPFile::compareParaShape(), HwpReader::makePStyle(), HwpReader::parseParaShape(), and Read().
| int ParaShape::index |
Index of paragraph style.
Definition at line 280 of file hinfo.h.
Referenced by HWPFile::compareParaShape(), HwpReader::make_text_p0(), HwpReader::make_text_p1(), HwpReader::make_text_p3(), HwpReader::makePStyle(), and HwpReader::parsePara().
| hunit ParaShape::left_margin |
Definition at line 281 of file hinfo.h.
Referenced by HWPFile::compareParaShape(), HwpReader::makePStyle(), HwpReader::parseParaShape(), and Read().
| hunit ParaShape::lspacing |
Definition at line 284 of file hinfo.h.
Referenced by HWPFile::compareParaShape(), HwpReader::parseParaShape(), and Read().
| unsigned char ParaShape::outline |
Definition at line 292 of file hinfo.h.
Referenced by HWPFile::compareParaShape(), HwpReader::parseParaShape(), and Read().
| unsigned char ParaShape::outline_continue |
| unsigned char ParaShape::pagebreak |
Definition at line 296 of file hinfo.h.
Referenced by HWPFile::compareParaShape(), HwpReader::parseParaShape(), and Read().
| hunit ParaShape::pspacing_next |
Definition at line 286 of file hinfo.h.
Referenced by HWPFile::compareParaShape(), HwpReader::parseParaShape(), and Read().
| hunit ParaShape::pspacing_prev |
Definition at line 285 of file hinfo.h.
Referenced by HWPFile::compareParaShape(), HwpReader::parseParaShape(), and Read().
| unsigned char ParaShape::reserved[2] |
Definition at line 294 of file hinfo.h.
Referenced by ParaShape(), and Read().
| hunit ParaShape::right_margin |
Definition at line 282 of file hinfo.h.
Referenced by HWPFile::compareParaShape(), HwpReader::parseParaShape(), and Read().
| unsigned char ParaShape::shade |
Definition at line 291 of file hinfo.h.
Referenced by HwpReader::parseParaShape(), and Read().
Definition at line 289 of file hinfo.h.
Referenced by HwpReader::makePStyle(), and Read().
| std::shared_ptr<ColumnDef> ParaShape::xColdef |