Internal: the state of a JazzSSParser. More...
Public Member Functions | |
State () | |
constructor | |
Public Attributes | |
bool | m_isDatabase |
true if the file is a database file | |
MWAWVec2i | m_dimensions |
the sheet dimensions | |
MWAWFont | m_font |
the cell default font | |
std::vector< float > | m_widths |
the columns width | |
std::map< MWAWVec2i, Cell > | m_posToCells |
map of cells sorted by columns | |
Internal: the state of a JazzSSParser.
|
inline |
constructor
bool JazzSSParserInternal::State::m_isDatabase |
true if the file is a database file
Referenced by State().
map of cells sorted by columns
Referenced by State().
std::vector<float> JazzSSParserInternal::State::m_widths |
the columns width
Referenced by State().