librevenge::RVNGTextSpreadsheetGeneratorImpl Struct Reference

Public Member Functions

 RVNGTextSpreadsheetGeneratorImpl (RVNGStringVector &sheets, bool isInfo)
 

Public Attributes

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

Constructor & Destructor Documentation

librevenge::RVNGTextSpreadsheetGeneratorImpl::RVNGTextSpreadsheetGeneratorImpl ( RVNGStringVector sheets,
bool  isInfo 
)
explicit

Member Data Documentation

int librevenge::RVNGTextSpreadsheetGeneratorImpl::m_numCellRepeated
int librevenge::RVNGTextSpreadsheetGeneratorImpl::m_numCellToSkip
int librevenge::RVNGTextSpreadsheetGeneratorImpl::m_numColumnsInRow
int librevenge::RVNGTextSpreadsheetGeneratorImpl::m_numRowRepeated
std::ostringstream librevenge::RVNGTextSpreadsheetGeneratorImpl::m_rowStream
RVNGStringVector& librevenge::RVNGTextSpreadsheetGeneratorImpl::m_sheets

list of final string corresponding to each sheet

Referenced by librevenge::RVNGTextSpreadsheetGenerator::closeSheet().


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

Generated for librevenge by doxygen 1.8.7