Internal: the state of a BeagleWksSSParser. More...
Public Member Functions | |
| State () | |
| constructor | |
Static Public Member Functions | |
| static bool | getColor (int id, MWAWColor &color) |
| returns a color corresponding to an id | |
Public Attributes | |
| long | m_spreadsheetBegin |
| the spreadsheet begin position | |
| Spreadsheet | m_spreadsheet |
| the spreadsheet | |
| std::string | m_spreadsheetName |
| the spreadsheet name | |
| std::vector< shared_ptr< Chart > > | m_chartList |
| the list of chart | |
| std::multimap< std::string, MWAWEntry > | m_typeEntryMap |
| the type entry map | |
| 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 | |
Internal: the state of a BeagleWksSSParser.
| BeagleWksSSParserInternal::State::State | ( | ) | [inline] |
constructor
| static bool BeagleWksSSParserInternal::State::getColor | ( | int | id, |
| MWAWColor & | color | ||
| ) | [inline, static] |
returns a color corresponding to an id
the actual page
| std::vector<shared_ptr<Chart> > BeagleWksSSParserInternal::State::m_chartList |
the list of chart
the footer height if known
the header height if known
the number of page of the final document
the spreadsheet
the spreadsheet begin position
the spreadsheet name
| std::multimap<std::string, MWAWEntry> BeagleWksSSParserInternal::State::m_typeEntryMap |
the type entry map