Classes | |
class | Cell |
a cellule of a Quattro spreadsheet More... | |
class | CellReference |
small class use to store Quattro Pro cell reference More... | |
struct | Functions |
class | Spreadsheet |
the spreadsheet of a Quattro Spreadsheet More... | |
struct | State |
the state of QuattroSpreadsheet More... | |
struct | Style |
a class used to store a style of a cell in QuattroSpreadsheet More... | |
Functions | |
std::ostream & | operator<< (std::ostream &o, Style const &style) |
operator<< More... | |
std::ostream & | operator<< (std::ostream &o, Cell const &cell) |
operator<< More... | |
std::ostream & | operator<< (std::ostream &o, CellReference const &ref) |
Variables | |
static Functions const | s_listFunctions [] |
std::ostream& QuattroSpreadsheetInternal::operator<< | ( | std::ostream & | o, |
Style const & | style | ||
) |
operator<<
std::ostream& QuattroSpreadsheetInternal::operator<< | ( | std::ostream & | o, |
Cell const & | cell | ||
) |
operator<<
std::ostream& QuattroSpreadsheetInternal::operator<< | ( | std::ostream & | o, |
CellReference const & | ref | ||
) |
|
static |
Referenced by QuattroSpreadsheet::readFormula().