the state of QuattroSpreadsheet More...
Public Member Functions | |
State () | |
constructor More... | |
std::shared_ptr< Spreadsheet > | getSheet (int id, libwps_tools_win::Font::Type fontType) |
returns the ith real spreadsheet More... | |
librevenge::RVNGString | getSheetName (int id) const |
returns the ith spreadsheet More... | |
Public Attributes | |
int | m_version |
the file version More... | |
WPSVec3i | m_maxDimension |
the maximum col, row, sheet More... | |
int | m_actSheet |
the actual sheet More... | |
std::vector< Style > | m_stylesList |
the list of styles More... | |
std::map< int, std::shared_ptr< Spreadsheet > > | m_spreadsheetMap |
the map of spreadsheet More... | |
std::map< int, librevenge::RVNGString > | m_idToSheetNameMap |
the map id to sheet's name More... | |
std::map< int, librevenge::RVNGString > | m_idToDLLName1Map |
map id to DLL name 1 More... | |
int | m_actDLLName1Id |
the current id DLL name 1 More... | |
std::map< Vec2i, librevenge::RVNGString > | m_idToDLLName2Map |
map id to DLL name2 More... | |
std::map< int, librevenge::RVNGString > | m_idToUserFormatMap |
map id to user format string More... | |
the state of QuattroSpreadsheet
|
inline |
constructor
|
inline |
returns the ith real spreadsheet
|
inline |
returns the ith spreadsheet
int QuattroSpreadsheetInternal::State::m_actDLLName1Id |
the current id DLL name 1
int QuattroSpreadsheetInternal::State::m_actSheet |
the actual sheet
std::map<int, librevenge::RVNGString> QuattroSpreadsheetInternal::State::m_idToDLLName1Map |
map id to DLL name 1
std::map<Vec2i, librevenge::RVNGString> QuattroSpreadsheetInternal::State::m_idToDLLName2Map |
map id to DLL name2
std::map<int, librevenge::RVNGString> QuattroSpreadsheetInternal::State::m_idToSheetNameMap |
the map id to sheet's name
Referenced by getSheetName().
std::map<int, librevenge::RVNGString> QuattroSpreadsheetInternal::State::m_idToUserFormatMap |
map id to user format string
WPSVec3i QuattroSpreadsheetInternal::State::m_maxDimension |
the maximum col, row, sheet
Referenced by getSheet().
std::map<int, std::shared_ptr<Spreadsheet> > QuattroSpreadsheetInternal::State::m_spreadsheetMap |
the map of spreadsheet
Referenced by getSheet().
std::vector<Style> QuattroSpreadsheetInternal::State::m_stylesList |
the list of styles
int QuattroSpreadsheetInternal::State::m_version |
the file version