Internal: the state of a GreatWksSSParser. More...
Public Member Functions | |
| State () | |
| constructor | |
| Style | getStyle (int id) const |
| returns the style corresponding to an id | |
Public Attributes | |
| Spreadsheet | m_spreadsheet |
| the spreadsheet | |
| std::vector< Style > | m_styleList |
| the list of style | |
| int | m_actPage |
| the actual page | |
| int | m_numPages |
| the number of page of the final document | |
| MWAWEntry | m_headerEntry |
| the header entry (in v2) | |
| MWAWEntry | m_footerEntry |
| the footer entry (in v2) | |
| bool | m_headerPrint |
| the header is printed | |
| bool | m_footerPrint |
| int | m_headerHeight |
| the header height if known | |
| int | m_footerHeight |
| the footer height if known | |
Internal: the state of a GreatWksSSParser.
| GreatWksSSParserInternal::State::State | ( | ) | [inline] |
constructor
| Style GreatWksSSParserInternal::State::getStyle | ( | int | id | ) | const [inline] |
returns the style corresponding to an id
the actual page
the footer entry (in v2)
the footer height if known
the header entry (in v2)
the header height if known
the header is printed
the number of page of the final document
the spreadsheet
| std::vector<Style> GreatWksSSParserInternal::State::m_styleList |
the list of style
Referenced by getStyle().