the main class to read the text part of writenow file More...
#include <FullWrtText.hxx>
Public Member Functions | |
| FullWrtText (FullWrtParser &parser) | |
| constructor | |
| virtual | ~FullWrtText () |
| destructor | |
| int | version () const |
| returns the file version | |
| int | numPages () const |
| returns the number of pages | |
Protected Member Functions | |
| void | flushExtra () |
| sends the data which have not yet been sent to the listener | |
| bool | sendMainText () |
| send a main zone | |
| int | getHeaderFooterId (bool header, int page, int &numSimillar) const |
| return the header/footer blockid ( or -1) | |
| bool | send (int zId, MWAWColor fontColor=MWAWColor::black()) |
| send a id zone | |
| bool | readTextData (FullWrtStruct::EntryPtr zone) |
| check if a zone is a text zone, if so read it... | |
| bool | send (shared_ptr< FullWrtTextInternal::Zone > zone, MWAWColor fontColor=MWAWColor::black()) |
| send the text | |
| void | send (shared_ptr< FullWrtTextInternal::Zone > zone, int numChar, FullWrtTextInternal::Font &font, FullWrtTextInternal::Paragraph &ruler, std::string &str) |
| send a simple line | |
| bool | sendTable (shared_ptr< FullWrtTextInternal::Zone > zone, FullWrtTextInternal::LineHeader const &lHeader, FullWrtTextInternal::Font &font, FullWrtTextInternal::Paragraph &ruler, std::string &str) |
| try send a table row | |
| bool | sendHiddenItem (int id, FullWrtTextInternal::Font &font, FullWrtTextInternal::Paragraph &ruler) |
| send a hidden item | |
| void | prepareData () |
| prepare the different data (called sortZones and createItemStructures) | |
| void | sortZones () |
| sort the different zones, finding the main zone, ... | |
| void | createItemStructures () |
| create the item structures | |
| bool | readLineHeader (shared_ptr< FullWrtTextInternal::Zone > zone, FullWrtTextInternal::LineHeader &lHeader) |
| try to read the header of a line | |
| bool | readItem (FullWrtStruct::EntryPtr zone, int id=-1, bool hidden=false) |
| check if the input of the zone points to a item zone in DataStruct Zone | |
| bool | readParagraphTabs (FullWrtStruct::EntryPtr zone, int id=-1) |
| check if the input of the zone points to a paragraph zone in DataStruct Zone | |
| bool | readParaModDocInfo (FullWrtStruct::EntryPtr zone) |
| try to read the paragraph modifier (at the end of doc info) | |
| bool | readStyle (FullWrtStruct::EntryPtr zone) |
| try to read a style | |
| bool | readDataMod (FullWrtStruct::EntryPtr zone, int id) |
| try to read the font/paragraph modifier zone (Zone1f) | |
| bool | readColumns (FullWrtStruct::EntryPtr zone) |
| check if the input of the zone points to the columns definition, ... | |
Protected Attributes | |
| MWAWParserStatePtr | m_parserState |
| the parser state | |
| shared_ptr < FullWrtTextInternal::State > | m_state |
| the state | |
| FullWrtParser * | m_mainParser |
| the main parser; | |
Private Member Functions | |
| FullWrtText (FullWrtText const &orig) | |
| FullWrtText & | operator= (FullWrtText const &orig) |
Friends | |
| class | FullWrtParser |
the main class to read the text part of writenow file
| FullWrtText::FullWrtText | ( | FullWrtParser & | parser | ) |
constructor
| FullWrtText::~FullWrtText | ( | ) | [virtual] |
destructor
| FullWrtText::FullWrtText | ( | FullWrtText const & | orig | ) | [private] |
| void FullWrtText::createItemStructures | ( | ) | [protected] |
create the item structures
Referenced by prepareData().
| void FullWrtText::flushExtra | ( | ) | [protected] |
sends the data which have not yet been sent to the listener
| int FullWrtText::getHeaderFooterId | ( | bool | header, |
| int | page, | ||
| int & | numSimillar | ||
| ) | const [protected] |
return the header/footer blockid ( or -1)
| int FullWrtText::numPages | ( | ) | const |
returns the number of pages
| FullWrtText& FullWrtText::operator= | ( | FullWrtText const & | orig | ) | [private] |
| void FullWrtText::prepareData | ( | ) | [inline, protected] |
prepare the different data (called sortZones and createItemStructures)
| bool FullWrtText::readColumns | ( | FullWrtStruct::EntryPtr | zone | ) | [protected] |
check if the input of the zone points to the columns definition, ...
| bool FullWrtText::readDataMod | ( | FullWrtStruct::EntryPtr | zone, |
| int | id | ||
| ) | [protected] |
try to read the font/paragraph modifier zone (Zone1f)
| bool FullWrtText::readItem | ( | FullWrtStruct::EntryPtr | zone, |
| int | id = -1, |
||
| bool | hidden = false |
||
| ) | [protected] |
check if the input of the zone points to a item zone in DataStruct Zone
| bool FullWrtText::readLineHeader | ( | shared_ptr< FullWrtTextInternal::Zone > | zone, |
| FullWrtTextInternal::LineHeader & | lHeader | ||
| ) | [protected] |
try to read the header of a line
Referenced by send().
| bool FullWrtText::readParagraphTabs | ( | FullWrtStruct::EntryPtr | zone, |
| int | id = -1 |
||
| ) | [protected] |
check if the input of the zone points to a paragraph zone in DataStruct Zone
| bool FullWrtText::readParaModDocInfo | ( | FullWrtStruct::EntryPtr | zone | ) | [protected] |
try to read the paragraph modifier (at the end of doc info)
| bool FullWrtText::readStyle | ( | FullWrtStruct::EntryPtr | zone | ) | [protected] |
try to read a style
| bool FullWrtText::readTextData | ( | FullWrtStruct::EntryPtr | zone | ) | [protected] |
check if a zone is a text zone, if so read it...
| bool FullWrtText::send | ( | int | zId, |
| MWAWColor | fontColor = MWAWColor::black() |
||
| ) | [protected] |
send a id zone
Referenced by flushExtra(), send(), sendHiddenItem(), sendMainText(), and sendTable().
| bool FullWrtText::send | ( | shared_ptr< FullWrtTextInternal::Zone > | zone, |
| MWAWColor | fontColor = MWAWColor::black() |
||
| ) | [protected] |
send the text
| void FullWrtText::send | ( | shared_ptr< FullWrtTextInternal::Zone > | zone, |
| int | numChar, | ||
| FullWrtTextInternal::Font & | font, | ||
| FullWrtTextInternal::Paragraph & | ruler, | ||
| std::string & | str | ||
| ) | [protected] |
send a simple line
| bool FullWrtText::sendHiddenItem | ( | int | id, |
| FullWrtTextInternal::Font & | font, | ||
| FullWrtTextInternal::Paragraph & | ruler | ||
| ) | [protected] |
send a hidden item
Referenced by send().
| bool FullWrtText::sendMainText | ( | ) | [protected] |
send a main zone
send data to the listener
| bool FullWrtText::sendTable | ( | shared_ptr< FullWrtTextInternal::Zone > | zone, |
| FullWrtTextInternal::LineHeader const & | lHeader, | ||
| FullWrtTextInternal::Font & | font, | ||
| FullWrtTextInternal::Paragraph & | ruler, | ||
| std::string & | str | ||
| ) | [protected] |
try send a table row
Referenced by send().
| void FullWrtText::sortZones | ( | ) | [protected] |
sort the different zones, finding the main zone, ...
Referenced by prepareData().
| int FullWrtText::version | ( | ) | const |
returns the file version
Referenced by readParagraphTabs(), and readTextData().
friend class FullWrtParser [friend] |
FullWrtParser* FullWrtText::m_mainParser [protected] |
the main parser;
Referenced by readItem(), send(), sendMainText(), and sendTable().
MWAWParserStatePtr FullWrtText::m_parserState [protected] |
the parser state
Referenced by readParagraphTabs(), send(), sendHiddenItem(), sendMainText(), sendTable(), and version().
shared_ptr<FullWrtTextInternal::State> FullWrtText::m_state [protected] |
the state
Referenced by createItemStructures(), flushExtra(), getHeaderFooterId(), numPages(), readDataMod(), readItem(), readParagraphTabs(), readParaModDocInfo(), readTextData(), send(), sendHiddenItem(), sendMainText(), sortZones(), and version().