librevenge::RVNGTextSpreadsheetGeneratorImpl Struct Reference

List of all members.

Public Member Functions

 RVNGTextSpreadsheetGeneratorImpl (RVNGStringVector &sheets, bool isInfo)

Public Attributes

RVNGStringVectorm_sheets
 list of final string corresponding to each sheet
std::ostringstream m_stream
 the file stream
std::ostringstream m_rowStream
 the actual row stream
std::ostringstream m_cellStream
 the actual cell stream
int m_numRowRepeated
 the number of repetition of the actual row
int m_numCellRepeated
 the number of repetition of the actual cell
int m_numCellToSkip
 the number of empty cell which follow current cell
int m_column
 the current column
int m_row
int m_numColumnsInRow
 the number of column written in the current row
bool m_isInfo
 if set, do not generate output
int m_sheetLevel
 the number of opened sheet, to avoid recursion

Constructor & Destructor Documentation


Member Data Documentation


The documentation for this struct was generated from the following file: