the state of Quattro9Parser More...
Public Member Functions | |
State (libwps_tools_win::Font::Type fontType, char const *password) | |
constructor More... | |
libwps_tools_win::Font::Type | getDefaultFontType () const |
return the default font style More... | |
WPSFont | getDefaultFont () const |
returns a default font with file's version */ More... | |
void | initZoneNameMap () |
init the zone name map More... | |
Public Attributes | |
libwps_tools_win::Font::Type | m_fontType |
the user font type More... | |
int | m_version |
the file version More... | |
char const * | m_password |
the password (if known) More... | |
librevenge::RVNGPropertyList | m_metaData |
the meta data More... | |
std::vector < librevenge::RVNGString > | m_fontNamesList |
the font name list More... | |
std::vector< WPSFont > | m_fontsList |
the font list More... | |
std::map< int, librevenge::RVNGString > | m_idToExternalFileMap |
map id to filename More... | |
std::map< int, librevenge::RVNGString > | m_idToExternalNameMap |
map id to external name More... | |
std::map< int, std::pair < librevenge::RVNGString, QuattroFormulaInternal::CellReference > > | m_idToFieldMap |
map id to field More... | |
int | m_actualSheet |
the actual sheet id More... | |
std::pair< std::shared_ptr < WPSStream >, std::vector < TextEntry > > | m_actualStrings |
the actual string list More... | |
bool | m_isEncrypted |
true if the file is encrypted More... | |
bool | m_isDecoded |
true if the main stream has been decoded More... | |
std::map< int, ZoneName > | m_idToZoneNameMap |
map zone id to zone name More... | |
Private Member Functions | |
State (State const &)=delete | |
State & | operator= (State const &)=delete |
the state of Quattro9Parser
|
inline |
constructor
|
privatedelete |
|
inline |
returns a default font with file's version */
|
inline |
return the default font style
void Quattro9ParserInternal::State::initZoneNameMap | ( | ) |
init the zone name map
int Quattro9ParserInternal::State::m_actualSheet |
the actual sheet id
std::pair<std::shared_ptr<WPSStream>, std::vector<TextEntry> > Quattro9ParserInternal::State::m_actualStrings |
the actual string list
std::vector<librevenge::RVNGString> Quattro9ParserInternal::State::m_fontNamesList |
the font name list
std::vector<WPSFont> Quattro9ParserInternal::State::m_fontsList |
the font list
libwps_tools_win::Font::Type Quattro9ParserInternal::State::m_fontType |
the user font type
std::map<int, librevenge::RVNGString> Quattro9ParserInternal::State::m_idToExternalFileMap |
map id to filename
std::map<int, librevenge::RVNGString> Quattro9ParserInternal::State::m_idToExternalNameMap |
map id to external name
std::map<int, std::pair<librevenge::RVNGString,QuattroFormulaInternal::CellReference> > Quattro9ParserInternal::State::m_idToFieldMap |
map id to field
std::map<int, ZoneName> Quattro9ParserInternal::State::m_idToZoneNameMap |
map zone id to zone name
bool Quattro9ParserInternal::State::m_isDecoded |
true if the main stream has been decoded
bool Quattro9ParserInternal::State::m_isEncrypted |
true if the file is encrypted
librevenge::RVNGPropertyList Quattro9ParserInternal::State::m_metaData |
the meta data
char const* Quattro9ParserInternal::State::m_password |
the password (if known)
int Quattro9ParserInternal::State::m_version |
the file version