basic class to store an entry in a file This contained : More...
#include <WPSEntry.h>
Public Member Functions | |
WPSEntry () | |
constructor More... | |
virtual | ~WPSEntry () |
destructor More... | |
void | setBegin (long off) |
sets the begin offset More... | |
void | setLength (long l) |
sets the zone size More... | |
void | setEnd (long e) |
sets the end offset More... | |
long | begin () const |
returns the begin offset More... | |
long | end () const |
returns the end offset More... | |
long | length () const |
returns the length of the zone More... | |
bool | valid (bool checkId=false) const |
returns true if the zone length is positive More... | |
bool | operator== (const WPSEntry &a) const |
basic operator== More... | |
bool | operator!= (const WPSEntry &a) const |
basic operator!= More... | |
bool | isParsed () const |
a flag to know if the entry was parsed or not More... | |
void | setParsed (bool ok=true) const |
sets the flag m_parsed to true or false More... | |
void | setType (std::string const &tp) |
sets the type of the entry: BTEP,FDPP, BTEC, FDPC, PLC , TEXT, ... More... | |
std::string const & | type () const |
returns the type of the entry More... | |
bool | hasType (std::string const &tp) const |
returns true if the type entry == type More... | |
void | setName (std::string const &nam) |
sets the name of the entry More... | |
std::string const & | name () const |
name of the entry More... | |
bool | hasName (std::string const &nam) const |
checks if the entry name is equal to name More... | |
int | id () const |
returns the entry id More... | |
void | setId (int i) |
sets the id More... | |
std::string const & | extra () const |
retrieves the extra string More... | |
void | setExtra (std::string const &s) |
sets the extra string More... | |
Protected Attributes | |
long | m_begin |
the begin of the entry. More... | |
long | m_length |
the size of the entry More... | |
std::string | m_type |
the entry type More... | |
std::string | m_name |
the name More... | |
int | m_id |
the identificator More... | |
bool | m_parsed |
a bool to store if the entry is or not parsed More... | |
std::string | m_extra |
an extra string More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, WPSEntry const &ent) |
basic class to store an entry in a file This contained :
|
inline |
constructor
|
inlinevirtual |
destructor
|
inline |
returns the begin offset
Referenced by WPS8TextStyle::findFDPStructures(), WPS4Text::findFDPStructuresByHand(), WPS4Parser::findZones(), WPS8Text::getFooterEntry(), WPS8Text::getHeaderEntry(), WPS8Text::numPages(), WPS4Text::numPages(), WPS4TextInternal::operator<<(), WPS4Parser::parseEntry(), WPS8Parser::parseHeaderIndexEntry(), WPS8Graph::readBDR(), MultiplanParser::readCellDataPosition(), LotusStyleManager::readCellStyleD2Data(), WPS8Parser::readDocProperties(), WPS4Parser::readDocWindowsInfo(), WPS4Text::readDosLink(), WPS4Text::readEntries(), WPSTextParser::readFDP(), WPS8TextStyle::readFontNames(), WPS4Text::readFontNames(), WPS8Parser::readFRAM(), WPS8Parser::readFRCD(), WPS8Graph::readIBGF(), WPS8Table::readMCLD(), WPS8Text::readNotes(), WPS4Graph::readObject(), WPS8Graph::readPICT(), WPS4Text::readPLC(), WPS8Text::readPLC(), WPS4Parser::readPrnt(), WPS8TextStyle::readSGP(), WPS8Text::readStructures(), WPS8TextStyle::readSTSH(), WPS8Parser::readSYID(), WPS8Text::readText(), WPS4Text::readText(), MSWriteParser::readText(), WPS8Parser::readWNPR(), QuattroGraph::send(), MultiplanParser::sendCell(), QuattroDosSpreadsheet::sendCellContent(), WKS4Spreadsheet::sendCellContent(), LotusSpreadsheet::sendCellContent(), QuattroSpreadsheet::sendCellContent(), LotusGraph::sendPicture(), WKS4Chart::sendText(), QuattroDosChart::sendText(), LotusChart::sendText(), LotusGraph::sendTextBox(), LotusGraph::sendTextBoxWK4(), and LotusSpreadsheet::sendTextNote().
|
inline |
returns the end offset
Referenced by WPS4Text::findFDPStructuresByHand(), WPS4Parser::findZones(), MSWriteParser::insertNote(), WPS8Text::numPages(), WPS4Text::numPages(), WPS4TextInternal::operator<<(), WPS4Parser::parseEntry(), WPS8Parser::parseHeaderIndexEntry(), WPS8Graph::readBDR(), MultiplanParser::readCellDataPosition(), WPS8Parser::readDocProperties(), WPS4Parser::readDocWindowsInfo(), WPS4Text::readEntries(), WPSTextParser::readFDP(), WPS8TextStyle::readFontNames(), WPS4Text::readFontNames(), WPS8Parser::readFRAM(), WPS8Parser::readFRCD(), WPS8Table::readMCLD(), WPS8Text::readNotes(), WPS4Graph::readObject(), WPS8Graph::readPICT(), WPS8Text::readPLC(), WPS8TextStyle::readSGP(), WPS8Text::readStructures(), WPS8TextStyle::readSTSH(), WPS8Text::readText(), WPS4Text::readText(), MSWriteParser::readText(), WPS8Parser::readWNPR(), MultiplanParser::sendCell(), QuattroDosSpreadsheet::sendCellContent(), WKS4Spreadsheet::sendCellContent(), LotusSpreadsheet::sendCellContent(), QuattroSpreadsheet::sendCellContent(), LotusGraph::sendTextBoxWK4(), and LotusSpreadsheet::sendTextNote().
|
inline |
retrieves the extra string
Referenced by WPS8Graph::readBDR().
|
inline |
checks if the entry name is equal to name
Referenced by WPS8Parser::createStructures(), WPS8TextStyle::findFDPStructures(), WPS8TextStyle::findFDPStructuresByHand(), WPS8TextStyle::readStructures(), WPS8Text::readStructures(), WPS8Table::readStructures(), WPS8Graph::readStructures(), and WPS8Graph::sendIBGF().
|
inline |
returns true if the type entry == type
Referenced by WPS8Parser::createStructures(), WPS8TextStyle::findFDPStructures(), WPS8TextStyle::findFDPStructuresByHand(), WPS8Graph::readBDR(), WPS8Parser::readDocProperties(), WPSTextParser::readFDP(), WPS8TextStyle::readFontNames(), WPS8Parser::readFRAM(), WPS8Parser::readFRCD(), WPS8Graph::readIBGF(), WPS8Table::readMCLD(), WPS8Text::readNotes(), WPS8Graph::readPICT(), WPS8Text::readPLC(), WPS8TextStyle::readSGP(), WPS8TextStyle::readStructures(), WPS8Text::readStructures(), WPS8Table::readStructures(), WPS8Graph::readStructures(), WPS8TextStyle::readSTSH(), WPS8Parser::readSYID(), WPS8Parser::readWNPR(), and WPS4Parser::send().
|
inline |
returns the entry id
Referenced by WPS8Text::createNotesCorrespondance(), WPS8ParserInternal::operator<<(), WPS8Graph::readBDR(), WPS8Graph::readIBGF(), WPS8Text::readNotes(), WPS4Graph::readObject(), WPS8Graph::readPICT(), WPS8Text::readPLC(), WPS8Text::readStructures(), WPS8Text::readText(), WPS4Text::readText(), and WPS8Graph::sendIBGF().
|
inline |
a flag to know if the entry was parsed or not
Referenced by MSWriteParserInternal::SubDocument::parse(), WPS4ParserInternal::SubDocument::parse(), and WPS8ParserInternal::SubDocument::parse().
|
inline |
returns the length of the zone
Referenced by WPS8Text::getFooterEntry(), WPS8Text::getHeaderEntry(), WPS4Parser::parseEntry(), WPS8Parser::parseHeaderIndexEntry(), WPS8Graph::readBDR(), MultiplanParser::readCellDataPosition(), LotusStyleManager::readCellStyleD2Data(), WPS8Parser::readDocProperties(), WPS4Parser::readDocWindowsInfo(), WPS4Text::readDosLink(), WPSTextParser::readFDP(), WPS8TextStyle::readFontNames(), WPS8Parser::readFRAM(), WPS8Parser::readFRCD(), WPS8Graph::readIBGF(), WPS8Table::readMCLD(), WPS8Text::readNotes(), WPS4Graph::readObject(), WPS4Text::readPLC(), WPS8Text::readPLC(), WPS4Parser::readPrnt(), WPS8TextStyle::readSGP(), WPS8TextStyle::readSTSH(), WPS8Parser::readSYID(), WPS8Text::readTextInCell(), WPS8Parser::readWNPR(), QuattroGraph::send(), LotusGraph::sendPicture(), WKS4Chart::sendText(), QuattroDosChart::sendText(), LotusChart::sendText(), LotusGraph::sendTextBox(), and LotusGraph::sendTextBoxWK4().
|
inline |
name of the entry
Referenced by WPS8ParserInternal::operator<<(), WPS8Graph::readBDR(), WPS8Parser::readDocProperties(), WPS8TextStyle::readFontNames(), WPS8Parser::readFRAM(), WPS8Parser::readFRCD(), WPS8Graph::readIBGF(), WPS8Table::readMCLD(), WPS8Text::readNotes(), WPS8Graph::readPICT(), WPS8Text::readPLC(), WPS8TextStyle::readSGP(), WPS8TextStyle::readSTSH(), WPS8Parser::readSYID(), and WPS8Parser::readWNPR().
|
inline |
basic operator!=
|
inline |
basic operator==
Referenced by operator!=().
|
inline |
sets the begin offset
Referenced by WPS4Text::bkmkDataParser(), WPS4Text::findFDPStructures(), WPS4Text::findFDPStructuresByHand(), WPS4Parser::findZones(), WPS8TextInternal::Notes::getCorrespondanceEntry(), MSWriteParser::getHeaderFooters(), WPS8TextInternal::State::getTCDZone(), MSWriteParser::insertNote(), WPS4Text::objectDataParser(), WPS4Parser::parseEntry(), WPS8Parser::parseHeaderIndexEntry(), WKS4Spreadsheet::readCell(), LotusSpreadsheet::readCell(), LotusStyleManager::readCellStyleD2(), QuattroDosChart::readChart(), WKS4Chart::readChart(), LotusChart::readChartName(), WPS4Text::readDosLink(), WPS4Text::readEntries(), WPS4Text::readFootNotes(), MultiplanParser::readSharedData(), WPS4Text::readStructures(), MultiplanParser::readZonesList(), MultiplanParser::sendCell(), and WPS8Text::textZonesDataParser().
|
inline |
sets the end offset
Referenced by WPS4Text::bkmkDataParser(), WPS8TextInternal::Notes::getCorrespondanceEntry(), MSWriteParser::getHeaderFooters(), WPS8TextInternal::State::getTCDZone(), MSWriteParser::insertNote(), WKS4Spreadsheet::readCell(), LotusSpreadsheet::readCell(), LotusStyleManager::readCellStyleD2(), QuattroDosChart::readChart(), WKS4Chart::readChart(), LotusChart::readChartName(), WPS4Text::readDosLink(), WPS4Text::readEntries(), WPS4Text::readFootNotes(), MultiplanParser::readSharedData(), WPS4Text::readStructures(), MultiplanParser::readZonesList(), and WPS8Text::textZonesDataParser().
|
inline |
sets the extra string
Referenced by WPS8Parser::parseHeaderIndexEntryEnd().
|
inline |
sets the id
Referenced by WPS4Text::bkmkDataParser(), WPS4Parser::findZones(), WPS8TextInternal::Notes::getCorrespondanceEntry(), WPS4Text::getFooterEntry(), WPS4Text::getHeaderEntry(), WPS4Text::objectDataParser(), WPS8Parser::parseHeaderIndexEntry(), WPS4Text::readDosLink(), WPS4Text::readEntries(), WPS4Text::readFootNotes(), WPS8Graph::readIBGF(), WPS8Text::readStructures(), WPS4Text::readStructures(), WPS4Text::readText(), and WPS8Text::textZonesDataParser().
|
inline |
|
inline |
sets the name of the entry
Referenced by WPS8Parser::parseHeaderIndexEntry(), and WPS8Graph::readIBGF().
|
inline |
sets the flag m_parsed to true or false
Referenced by MSWriteParserInternal::SubDocument::parse(), WPS4ParserInternal::SubDocument::parse(), WPS8ParserInternal::SubDocument::parse(), WPS8Graph::readBDR(), WPS8Parser::readDocProperties(), WPSTextParser::readFDP(), WPS8TextStyle::readFontNames(), WPS8Parser::readFRAM(), WPS8Parser::readFRCD(), WPS8Graph::readIBGF(), WPS8Table::readMCLD(), WPS8Text::readNotes(), WPS8Graph::readPICT(), WPS8Text::readPLC(), WPS8TextStyle::readSGP(), WPS8TextStyle::readSTSH(), WPS8Parser::readSYID(), and WPS8Parser::readWNPR().
|
inline |
sets the type of the entry: BTEP,FDPP, BTEC, FDPC, PLC , TEXT, ...
Referenced by WPS4Text::findFDPStructures(), WPS4Text::findFDPStructuresByHand(), WPS4Parser::findZones(), WPS8TextInternal::Notes::getCorrespondanceEntry(), WPS4Text::getFooterEntry(), WPS4Text::getHeaderEntry(), MSWriteParser::getHeaderFooters(), MSWriteParser::insertNote(), WPS4Parser::parseEntry(), WPS8Parser::parseHeaderIndexEntry(), WPS4Text::readEntries(), WPS4Text::readFootNotes(), WPS4Text::readStructures(), WPS4Text::readText(), and WPS8Text::textZonesDataParser().
|
inline |
returns the type of the entry
Referenced by WPS4Parser::findZones(), MSWriteParserInternal::SubDocument::parse(), WPS4ParserInternal::SubDocument::parse(), WPS8ParserInternal::SubDocument::parse(), WPS4Parser::parseEntry(), WPS8Graph::readBDR(), WPS8Parser::readDocProperties(), WPS4Text::readEntries(), WPSTextParser::readFDP(), WPS8TextStyle::readFontNames(), WPS8Parser::readFRAM(), WPS8Parser::readFRCD(), WPS8Graph::readIBGF(), WPS8Table::readMCLD(), WPS8Text::readNotes(), WPS8Graph::readPICT(), WPS4Text::readPLC(), WPS8Text::readPLC(), WPS8TextStyle::readSGP(), WPS8TextStyle::readSTSH(), WPS8Parser::readSYID(), WPS8Parser::readWNPR(), and WPS4Parser::send().
|
inline |
returns true if the zone length is positive
Referenced by WPS8Parser::createListener(), WPS4Parser::createListener(), WKSContentListener::CellContent::empty(), WPS8Text::getFooterEntry(), WPS8Text::getHeaderEntry(), MSWriteParser::getHeaderFooters(), WKSContentListener::CellContent::hasText(), MSWriteParser::insertNote(), WPS8ParserInternal::operator<<(), WPS4TextInternal::operator<<(), WPS4Parser::parse(), WPS8Parser::parse(), MSWriteParserInternal::SubDocument::parse(), WPS4ParserInternal::SubDocument::parse(), WPS8ParserInternal::SubDocument::parse(), WPS8TextInternal::SubDocument::parse(), WPS4Parser::parseEntry(), LotusStyleManager::readCellStyleD2Data(), WPS4Parser::readDocWindowsInfo(), WPS4Text::readDosLink(), WPS4Text::readEntries(), WPS4Text::readFontNames(), WPS4Text::readFootNotes(), WPS4Graph::readObject(), WPS4Parser::readPrnt(), WPS4Text::readText(), QuattroGraph::send(), MultiplanParser::sendCell(), QuattroDosSpreadsheet::sendCellContent(), WKS4Spreadsheet::sendCellContent(), LotusSpreadsheet::sendCellContent(), QuattroSpreadsheet::sendCellContent(), LotusGraph::sendPicture(), WKS4Chart::sendText(), QuattroDosChart::sendText(), and LotusChart::sendText().
|
friend |
|
protected |
the begin of the entry.
Referenced by begin(), end(), operator==(), setBegin(), setEnd(), and valid().
|
protected |
an extra string
Referenced by extra(), and setExtra().
|
protected |
the identificator
Referenced by id(), operator==(), setId(), and valid().
|
protected |
the size of the entry
Referenced by end(), length(), operator==(), setEnd(), setLength(), and valid().
|
protected |
the name
Referenced by hasName(), name(), operator==(), and setName().
|
mutableprotected |
a bool to store if the entry is or not parsed
Referenced by isParsed(), and setParsed().
|
protected |
the entry type
Referenced by hasType(), operator==(), setType(), and type().