Internal: the helper to read a list of cell to paragraph/char/... data. More...
 
  
| Public Member Functions | |
| CellPLCParser (Sheet &sheet, int which, int fieldSize, std::map< MWAWVec2i, int > const &numRowByPlanes) | |
| constructor  More... | |
| ~CellPLCParser () final | |
| destructor  More... | |
| bool | parseData (MWAWInputStreamPtr &input, long endPos, RagTime5Zone &zone, int n, libmwaw::DebugStream &f) final | 
| try to parse a data  More... | |
|  Public Member Functions inherited from RagTime5StructManager::DataParser | |
| DataParser (std::string const &zoneName) | |
| constructor  More... | |
| virtual | ~DataParser () | 
| destructor  More... | |
| virtual std::string | getZoneName () const | 
| return the debug name corresponding to a zone  More... | |
| virtual std::string | getZoneName (int n) const | 
| return the debug name corresponding to a field  More... | |
| Public Attributes | |
| int | m_which | 
| the type: 0=graphicStyles, 1=textStyles, 2=vertical border, 3=horizontal border  More... | |
| int | m_fieldSize | 
| the field size  More... | |
| int | m_row | 
| the actual row  More... | |
| MWAWVec2i | m_planes | 
| the actual plane set  More... | |
| Sheet & | m_sheet | 
| the actual sheet  More... | |
| std::map< MWAWVec2i, int > const | m_numRowByPlanes | 
| the number of row by planes  More... | |
| int | m_numRemainingRows | 
| the remaining row in the planes  More... | |
| Private Member Functions | |
| CellPLCParser (CellPLCParser &orig)=delete | |
| copy constructor, not implemented  More... | |
| CellPLCParser & | operator= (CellPLCParser &orig)=delete | 
| copy operator, not implemented  More... | |
| Additional Inherited Members | |
|  Protected Attributes inherited from RagTime5StructManager::DataParser | |
| std::string | m_name | 
| the field name  More... | |
Internal: the helper to read a list of cell to paragraph/char/... data.
| 
 | inline | 
constructor
| 
 | final | 
destructor
| 
 | privatedelete | 
copy constructor, not implemented
| 
 | privatedelete | 
copy operator, not implemented
| 
 | inlinefinalvirtual | 
try to parse a data
Reimplemented from RagTime5StructManager::DataParser.
| int RagTime5SpreadsheetInternal::CellPLCParser::m_fieldSize | 
the field size
Referenced by CellPLCParser(), and parseData().
| int RagTime5SpreadsheetInternal::CellPLCParser::m_numRemainingRows | 
the remaining row in the planes
Referenced by CellPLCParser(), and parseData().
| std::map<MWAWVec2i,int> const RagTime5SpreadsheetInternal::CellPLCParser::m_numRowByPlanes | 
the number of row by planes
Referenced by CellPLCParser(), and parseData().
| MWAWVec2i RagTime5SpreadsheetInternal::CellPLCParser::m_planes | 
the actual plane set
Referenced by CellPLCParser(), and parseData().
| int RagTime5SpreadsheetInternal::CellPLCParser::m_row | 
the actual row
Referenced by parseData().
| Sheet& RagTime5SpreadsheetInternal::CellPLCParser::m_sheet | 
the actual sheet
Referenced by parseData().
| int RagTime5SpreadsheetInternal::CellPLCParser::m_which | 
the type: 0=graphicStyles, 1=textStyles, 2=vertical border, 3=horizontal border
Referenced by CellPLCParser(), and parseData().