small class use to store Quattro Pro cell reference More...
#include <QuattroSpreadsheet.h>
Public Member Functions | |
CellReference () | |
constructor More... | |
void | addInstruction (WKSContentListener::FormulaInstruction const &instr) |
add an instruction More... | |
bool | empty () const |
return true if we have not read any reference More... | |
Public Attributes | |
std::vector< WKSContentListener::FormulaInstruction > | m_cells |
the list of instruction coding each cell's block More... | |
Friends | |
std::ostream & | operator<< (std::ostream &o, CellReference const &ref) |
friend operator<< More... | |
small class use to store Quattro Pro cell reference
|
inline |
constructor
|
inline |
add an instruction
Referenced by QuattroParser::getField(), and QuattroSpreadsheet::readCellReference().
|
inline |
return true if we have not read any reference
Referenced by QuattroParser::readBlockList(), QuattroParser::readFieldName(), QuattroSpreadsheet::readFormula(), QuattroParser::readOptimizer(), and QuattroParser::readQueryCommand().
|
friend |
friend operator<<
std::vector<WKSContentListener::FormulaInstruction> QuattroSpreadsheetInternal::CellReference::m_cells |
the list of instruction coding each cell's block
Referenced by addInstruction(), empty(), QuattroParser::getField(), QuattroSpreadsheetInternal::operator<<(), and QuattroSpreadsheet::readCellReference().