MsWksDocumentInternal::State Struct Reference

Internal: the state of a MsWksDocument. More...

Public Member Functions

 State ()
 constructor
 
std::vector< MWAWColor > const & getPalette (int vers)
 returns a color palette
 

Public Attributes

MWAWDocument::Kind m_kind
 the type of document
 
long m_fileHeaderSize
 the file header size
 
int m_freeZoneId
 an id to count the number of free map
 
std::multimap< int, MsWksDocument::Zonem_typeZoneMap
 the list of zone (for v1-v3) document
 
std::multimap< std::string, MWAWEntrym_entryMap
 the list of entries, name->entry ( for v4 document)
 
bool m_hasHeader
 true if there is a header v3
 
bool m_hasFooter
 true if there is a footer v3
 
std::shared_ptr< MWAWOLEParserm_oleParser
 the ole parser
 
std::shared_ptr< MsWks4Zonem_headerParser
 parser of the header ole
 
std::shared_ptr< MsWks4Zonem_footerParser
 parser of the footer ole
 
std::shared_ptr< MsWks4Zonem_footnoteParser
 parser of the footnote ole
 
std::map< std::string, std::shared_ptr< MsWks4Zone > > m_frameParserMap
 the frame parsers: name-> parser
 
std::vector< std::string > m_unparsedOlesName
 the list of unparsed OLEs
 
std::vector< MWAWColorm_colorPalette [4]
 the color palette
 
int m_actPage
 the actual page
 
int m_numPages
 the number of page of the final document
 
int m_headerHeight
 the header height if known
 
int m_footerHeight
 the footer height if known
 

Detailed Description

Internal: the state of a MsWksDocument.

Constructor & Destructor Documentation

◆ State()

MsWksDocumentInternal::State::State ( )
inline

constructor

Member Function Documentation

◆ getPalette()

std::vector< MWAWColor > const & MsWksDocumentInternal::State::getPalette ( int  vers)

returns a color palette

Member Data Documentation

◆ m_actPage

int MsWksDocumentInternal::State::m_actPage

the actual page

◆ m_colorPalette

std::vector<MWAWColor> MsWksDocumentInternal::State::m_colorPalette[4]

the color palette

Referenced by getPalette().

◆ m_entryMap

std::multimap<std::string, MWAWEntry> MsWksDocumentInternal::State::m_entryMap

the list of entries, name->entry ( for v4 document)

◆ m_fileHeaderSize

long MsWksDocumentInternal::State::m_fileHeaderSize

the file header size

◆ m_footerHeight

int MsWksDocumentInternal::State::m_footerHeight

the footer height if known

◆ m_footerParser

std::shared_ptr<MsWks4Zone> MsWksDocumentInternal::State::m_footerParser

parser of the footer ole

◆ m_footnoteParser

std::shared_ptr<MsWks4Zone> MsWksDocumentInternal::State::m_footnoteParser

parser of the footnote ole

◆ m_frameParserMap

std::map<std::string, std::shared_ptr<MsWks4Zone> > MsWksDocumentInternal::State::m_frameParserMap

the frame parsers: name-> parser

◆ m_freeZoneId

int MsWksDocumentInternal::State::m_freeZoneId
mutable

an id to count the number of free map

◆ m_hasFooter

bool MsWksDocumentInternal::State::m_hasFooter

true if there is a footer v3

◆ m_hasHeader

bool MsWksDocumentInternal::State::m_hasHeader

true if there is a header v3

◆ m_headerHeight

int MsWksDocumentInternal::State::m_headerHeight

the header height if known

◆ m_headerParser

std::shared_ptr<MsWks4Zone> MsWksDocumentInternal::State::m_headerParser

parser of the header ole

◆ m_kind

MWAWDocument::Kind MsWksDocumentInternal::State::m_kind

the type of document

◆ m_numPages

int MsWksDocumentInternal::State::m_numPages

the number of page of the final document

◆ m_oleParser

std::shared_ptr<MWAWOLEParser> MsWksDocumentInternal::State::m_oleParser

the ole parser

◆ m_typeZoneMap

std::multimap<int, MsWksDocument::Zone> MsWksDocumentInternal::State::m_typeZoneMap

the list of zone (for v1-v3) document

◆ m_unparsedOlesName

std::vector<std::string> MsWksDocumentInternal::State::m_unparsedOlesName

the list of unparsed OLEs


The documentation for this struct was generated from the following file:

Generated on Thu Jan 19 2023 00:00:00 for libmwaw by doxygen 1.9.6