the main class to read the text part of a PowerPoint 95 file More...
#include <PowerPoint7Text.hxx>
Public Member Functions | |
PowerPoint7Text (PowerPoint7Parser &parser) | |
constructor More... | |
virtual | ~PowerPoint7Text () |
destructor More... | |
int | version () const |
returns the file version More... | |
void | setFontFamily (std::string const &family) |
sets the default font family More... | |
bool | sendText (int textId) |
try to send the text content More... | |
Protected Member Functions | |
bool | readFontCollection (int level, long endPos) |
try to read the font collection zone 2005 More... | |
bool | readFieldList (int level, long endPos) |
try to read the field definition list zone 2027 More... | |
bool | readTextZoneContainer (int level, long endPos, PowerPoint7TextInternal::TextZone &zone) |
try to read a text zone container, zone 2028 More... | |
bool | readTextZone (int level, long endPos, PowerPoint7TextInternal::TextZone &zone) |
try to read a text zone 2030 More... | |
bool | readTextMasterProp (int level, long endPos, int &textId) |
try to read the master text prop atom zone 4002 More... | |
bool | readTextMasterPropAtom (int level, long endPos) |
try to read the text master prop atom zone 4003 More... | |
bool | readRulerList (int level, long endPos) |
try to read the list of rulers zone 4016 More... | |
bool | readRuler (int level, long endPos, PowerPoint7TextInternal::Ruler &ruler) |
try to read the ruler margins zone 4019 More... | |
bool | readRulerSetId (int level, long endPos, int &id) |
try to read the ruler set id zone 4021 More... | |
bool | readFontContainer (int level, long endPos, std::string &fName) |
try to read the font container zone 4022 More... | |
bool | readFont (int level, long endPos, std::string &fName) |
try to read the font entity atom zone 4023 More... | |
bool | readFontEmbedded (int level, long endPos) |
try to read an embedded font container zone 4024 More... | |
bool | readExternalHyperlinkAtom (int level, long endPos) |
try to read the external hyper link atom zone: 4051 More... | |
bool | readExternalHyperlinkData (int level, long endPos) |
try to read the external hyper link atom zone: 4055 More... | |
bool | readFieldDef (int level, long endPos, int &format) |
try to read the field definition zone 4056 More... | |
bool | readZone4064 (int level, long endPos, int rId, int &textId) |
try to read the zone 4064: child of MasterTextPropAtom,ExternalHyperlink9 More... | |
bool | readZone4066 (int level, long endPos) |
try to read the zone 4066: child of 4064 More... | |
bool | readZone4067 (int level, long endPos) |
try to read the zone 4067: child of 4064 More... | |
bool | readExternalHyperlink9 (int level, long endPos, int &tId) |
try to read the external hyper link zone: 4068 More... | |
bool | readRulerContainer (int level, long endPos, PowerPoint7TextInternal::Ruler &ruler) |
try to read the ruler container zone: 4069 More... | |
bool | readRulerTabs (int level, long endPos, PowerPoint7TextInternal::Ruler &ruler) |
try to read the tab list zone: 4070 More... | |
Protected Attributes | |
MWAWParserStatePtr | m_parserState |
the parser state More... | |
std::shared_ptr< PowerPoint7TextInternal::State > | m_state |
the state More... | |
PowerPoint7Parser * | m_mainParser |
the main parser; More... | |
Private Member Functions | |
PowerPoint7Text (PowerPoint7Text const &orig)=delete | |
PowerPoint7Text & | operator= (PowerPoint7Text const &orig)=delete |
Friends | |
class | PowerPoint7Parser |
the main class to read the text part of a PowerPoint 95 file
|
explicit |
constructor
|
virtual |
destructor
|
privatedelete |
|
privatedelete |
|
protected |
try to read the external hyper link zone: 4068
|
protected |
try to read the external hyper link atom zone: 4051
Referenced by readTextMasterProp().
|
protected |
try to read the external hyper link atom zone: 4055
Referenced by readTextMasterProp().
|
protected |
try to read the field definition zone 4056
Referenced by readFieldList().
|
protected |
try to read the field definition list zone 2027
|
protected |
try to read the font entity atom zone 4023
Referenced by readFontContainer().
|
protected |
try to read the font collection zone 2005
|
protected |
try to read the font container zone 4022
Referenced by readFontCollection().
|
protected |
try to read an embedded font container zone 4024
Referenced by readFontContainer().
|
protected |
try to read the ruler margins zone 4019
Referenced by readRulerContainer().
|
protected |
try to read the ruler container zone: 4069
Referenced by readRulerList().
|
protected |
try to read the list of rulers zone 4016
|
protected |
try to read the ruler set id zone 4021
Referenced by readExternalHyperlink9(), and readTextMasterProp().
|
protected |
try to read the tab list zone: 4070
Referenced by readRulerContainer().
|
protected |
try to read the master text prop atom zone 4002
|
protected |
try to read the text master prop atom zone 4003
Referenced by readExternalHyperlink9(), and readTextMasterProp().
|
protected |
try to read a text zone 2030
Referenced by readTextZoneContainer(), and readZone4064().
|
protected |
try to read a text zone container, zone 2028
Referenced by readZone4064().
|
protected |
try to read the zone 4064: child of MasterTextPropAtom,ExternalHyperlink9
Referenced by readExternalHyperlink9(), and readTextMasterProp().
|
protected |
try to read the zone 4066: child of 4064
Referenced by readZone4064().
|
protected |
try to read the zone 4067: child of 4064
Referenced by readZone4064().
bool PowerPoint7Text::sendText | ( | int | textId | ) |
try to send the text content
void PowerPoint7Text::setFontFamily | ( | std::string const & | family | ) |
sets the default font family
int PowerPoint7Text::version | ( | ) | const |
returns the file version
|
friend |
|
protected |
the main parser;
Referenced by readExternalHyperlink9(), readFieldList(), readFontCollection(), readFontContainer(), readRulerContainer(), readRulerList(), readTextMasterProp(), readTextZone(), readTextZoneContainer(), and readZone4064().
|
protected |
the parser state
Referenced by readExternalHyperlink9(), readExternalHyperlinkAtom(), readExternalHyperlinkData(), readFieldDef(), readFieldList(), readFont(), readFontCollection(), readFontContainer(), readFontEmbedded(), readRuler(), readRulerContainer(), readRulerList(), readRulerSetId(), readRulerTabs(), readTextMasterProp(), readTextMasterPropAtom(), readTextZone(), readTextZoneContainer(), readZone4064(), readZone4066(), readZone4067(), sendText(), and version().
|
protected |
the state
Referenced by readFieldList(), readFontCollection(), readRulerList(), readTextZone(), readZone4064(), sendText(), and setFontFamily().