Public Member Functions | |
Zone (CWStruct::DSET const &dset=CWStruct::DSET()) | |
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< MWAWFont > | m_fontList |
the list of fonts | |
std::vector< ParagraphPLC > | m_paragraphList |
the list of paragraph | |
std::vector< Section > | m_sectionList |
the list of section | |
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, Zone const &doc) |
operator<< |
CWTextInternal::Zone::Zone | ( | CWStruct::DSET const & | dset = CWStruct::DSET() | ) | [inline] |
std::ostream& operator<< | ( | std::ostream & | o, |
Zone const & | doc | ||
) | [friend] |
operator<<
the father id
std::vector<MWAWFont> CWTextInternal::Zone::m_fontList |
the list of fonts
Referenced by CWText::readFonts(), and CWText::sendText().
the number of char in text zone
the number of font
the number of paragraph info
the number of text zone ( ie.
number of page ? )
std::vector<ParagraphPLC> CWTextInternal::Zone::m_paragraphList |
the list of paragraph
Referenced by CWText::findListId(), CWText::readParagraphs(), and CWText::sendText().
std::multimap<long, PLC> CWTextInternal::Zone::m_plcMap |
the plc map
Referenced by CWText::findListId(), CWText::readFonts(), CWText::readParagraphs(), CWText::readTextSection(), CWText::readTextZoneSize(), CWText::readTokens(), and CWText::sendText().
std::vector<Section> CWTextInternal::Zone::m_sectionList |
the list of section
Referenced by CWText::canSendTextAsGraphic(), CWText::readTextSection(), and CWText::sendText().
std::vector<TextZoneInfo> CWTextInternal::Zone::m_textZoneList |
the list of zone
Referenced by CWText::readTextZoneSize().
std::vector<Token> CWTextInternal::Zone::m_tokenList |
the list of token
Referenced by CWText::canSendTextAsGraphic(), CWText::readTokens(), and CWText::sendText().
an unknown flags
std::vector<MWAWEntry> CWTextInternal::Zone::m_zones |
Referenced by CWText::sendText().