Public Member Functions | |
| Zone (ClarisWksStruct::DSET const &dset=ClarisWksStruct::DSET()) | |
| virtual void | removeChild (int cId, bool normalChild) |
| remove a child from a list. | |
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<< | |
| ClarisWksTextInternal::Zone::Zone | ( | ClarisWksStruct::DSET const & | dset = ClarisWksStruct::DSET() | ) | [inline] |
| virtual void ClarisWksTextInternal::Zone::removeChild | ( | int | cId, |
| bool | normalChild | ||
| ) | [inline, virtual] |
remove a child from a list.
Normally, this function is not called, so optimizing it is not usefull
Reimplemented from ClarisWksStruct::DSET.
| std::ostream& operator<< | ( | std::ostream & | o, |
| Zone const & | doc | ||
| ) | [friend] |
operator<<
the father id
| std::vector<MWAWFont> ClarisWksTextInternal::Zone::m_fontList |
the list of fonts
Referenced by ClarisWksText::readFonts(), and ClarisWksText::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> ClarisWksTextInternal::Zone::m_paragraphList |
the list of paragraph
Referenced by ClarisWksText::findListId(), ClarisWksText::readParagraphs(), and ClarisWksText::sendText().
| std::multimap<long, PLC> ClarisWksTextInternal::Zone::m_plcMap |
| std::vector<Section> ClarisWksTextInternal::Zone::m_sectionList |
the list of section
Referenced by ClarisWksText::canSendTextAsGraphic(), ClarisWksText::readTextSection(), ClarisWksText::sendText(), and ClarisWksText::updatePageSpanList().
| std::vector<TextZoneInfo> ClarisWksTextInternal::Zone::m_textZoneList |
the list of zone
Referenced by ClarisWksText::readTextZoneSize().
| std::vector<Token> ClarisWksTextInternal::Zone::m_tokenList |
the list of token
Referenced by ClarisWksText::canSendTextAsGraphic(), ClarisWksText::readTokens(), removeChild(), and ClarisWksText::sendText().
an unknown flags
| std::vector<MWAWEntry> ClarisWksTextInternal::Zone::m_zones |
Referenced by ClarisWksText::sendText().