low level internal: main text zone More...
Public Member Functions | |
| DSET (ClarisWksStruct::DSET const &dset=ClarisWksStruct::DSET()) | |
| constructor | |
| bool | isOutlined () const |
| true if the zone is outlined | |
Public Attributes | |
| std::vector< MWAWEntry > | m_zones |
| int | m_numChar |
| the number of char in text zone | |
| int | m_numTextZone |
| the number of text zone ( ie. | |
| int | m_numParagInfo |
| the number of paragraph info | |
| int | m_numFont |
| the number of font | |
| int | m_fatherId |
| the father id | |
| int | m_unknown |
| an unknown flags | |
| std::vector< long > | m_subSectionPosList |
| list of end of section position | |
| std::vector< MWAWFont > | m_fontList |
| the list of fonts | |
| std::vector< ParagraphPLC > | m_paragraphList |
| the list of paragraph | |
| std::vector< Token > | m_tokenList |
| the list of token | |
| std::vector< TextZoneInfo > | m_textZoneList |
| the list of zone | |
| std::multimap< long, PLC > | m_plcMap |
| the plc map | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, DSET const &doc) |
| operator<< | |
low level internal: main text zone
| ClarisDrawTextInternal::DSET::DSET | ( | ClarisWksStruct::DSET const & | dset = ClarisWksStruct::DSET() | ) | [inline] |
constructor
| bool ClarisDrawTextInternal::DSET::isOutlined | ( | ) | const [inline] |
true if the zone is outlined
Referenced by ClarisDrawText::sendText().
| std::ostream& operator<< | ( | std::ostream & | o, |
| DSET const & | doc | ||
| ) | [friend] |
operator<<
the father id
| std::vector<MWAWFont> ClarisDrawTextInternal::DSET::m_fontList |
the list of fonts
Referenced by ClarisDrawText::readFonts(), and ClarisDrawText::sendText().
the number of char in text zone
Referenced by ClarisDrawText::sendText().
the number of font
the number of paragraph info
the number of text zone ( ie.
number of page ? )
the list of paragraph
Referenced by ClarisDrawText::readParagraphs(), and ClarisDrawText::sendText().
| std::multimap<long, PLC> ClarisDrawTextInternal::DSET::m_plcMap |
the plc map
Referenced by ClarisDrawText::readFonts(), ClarisDrawText::readParagraphs(), ClarisDrawText::readTextZoneSize(), ClarisDrawText::readTokens(), and ClarisDrawText::sendText().
| std::vector<long> ClarisDrawTextInternal::DSET::m_subSectionPosList |
list of end of section position
Referenced by ClarisDrawText::sendText().
| std::vector<TextZoneInfo> ClarisDrawTextInternal::DSET::m_textZoneList |
the list of zone
Referenced by ClarisDrawText::readTextZoneSize().
| std::vector<Token> ClarisDrawTextInternal::DSET::m_tokenList |
the list of token
Referenced by ClarisDrawText::readTokens(), and ClarisDrawText::sendText().
an unknown flags
| std::vector<MWAWEntry> ClarisDrawTextInternal::DSET::m_zones |
Referenced by ClarisDrawText::sendText().