Internal: the state of a MsWksDocument. More...
Public Member Functions | |
State () | |
constructor More... | |
Public Attributes | |
MWAWDocument::Kind | m_kind |
the type of document More... | |
long | m_fileHeaderSize |
the file header size More... | |
int | m_freeZoneId |
an id to count the number of free map More... | |
std::multimap< int, MsWksDocument::Zone > | m_typeZoneMap |
the list of zone (for v1-v3) document More... | |
std::multimap< std::string, MWAWEntry > | m_entryMap |
the list of entries, name->entry ( for v4 document) More... | |
bool | m_hasHeader |
true if there is a header v3 More... | |
bool | m_hasFooter |
true if there is a footer v3 More... | |
shared_ptr< MWAWOLEParser > | m_oleParser |
the ole parser More... | |
shared_ptr< MsWks4Zone > | m_headerParser |
parser of the header ole More... | |
shared_ptr< MsWks4Zone > | m_footerParser |
parser of the footer ole More... | |
shared_ptr< MsWks4Zone > | m_footnoteParser |
parser of the footnote ole More... | |
std::map< std::string, shared_ptr< MsWks4Zone > > | m_frameParserMap |
the frame parsers: name-> parser More... | |
std::vector< std::string > | m_unparsedOlesName |
the list of unparsed OLEs More... | |
int | m_actPage |
the actual page More... | |
int | m_numPages |
the number of page of the final document More... | |
int | m_headerHeight |
the header height if known More... | |
int | m_footerHeight |
the footer height if known More... | |
Internal: the state of a MsWksDocument.
|
inline |
constructor
int MsWksDocumentInternal::State::m_actPage |
the actual page
std::multimap<std::string, MWAWEntry> MsWksDocumentInternal::State::m_entryMap |
the list of entries, name->entry ( for v4 document)
long MsWksDocumentInternal::State::m_fileHeaderSize |
the file header size
int MsWksDocumentInternal::State::m_footerHeight |
the footer height if known
shared_ptr<MsWks4Zone> MsWksDocumentInternal::State::m_footerParser |
parser of the footer ole
shared_ptr<MsWks4Zone> MsWksDocumentInternal::State::m_footnoteParser |
parser of the footnote ole
std::map<std::string, shared_ptr<MsWks4Zone> > MsWksDocumentInternal::State::m_frameParserMap |
the frame parsers: name-> parser
|
mutable |
an id to count the number of free map
bool MsWksDocumentInternal::State::m_hasFooter |
true if there is a footer v3
bool MsWksDocumentInternal::State::m_hasHeader |
true if there is a header v3
int MsWksDocumentInternal::State::m_headerHeight |
the header height if known
shared_ptr<MsWks4Zone> MsWksDocumentInternal::State::m_headerParser |
parser of the header ole
MWAWDocument::Kind MsWksDocumentInternal::State::m_kind |
the type of document
int MsWksDocumentInternal::State::m_numPages |
the number of page of the final document
shared_ptr<MWAWOLEParser> MsWksDocumentInternal::State::m_oleParser |
the ole parser
std::multimap<int, MsWksDocument::Zone> MsWksDocumentInternal::State::m_typeZoneMap |
the list of zone (for v1-v3) document
std::vector<std::string> MsWksDocumentInternal::State::m_unparsedOlesName |
the list of unparsed OLEs