internal: a structure used to store a value in a cell in RagTime5SpreadsheetInternal More...
| Public Member Functions | |
| CellValue () | |
| constructor  More... | |
| void | update (MWAWCell &cell, MWAWCellContent &content) const | 
| update the cell's content  More... | |
| Public Attributes | |
| int | m_type | 
| the cell type  More... | |
| unsigned long | m_id | 
| a id value  More... | |
| long | m_long | 
| a long value  More... | |
| double | m_double | 
| a double value  More... | |
| librevenge::RVNGString | m_text | 
| the text  More... | |
| int | m_fieldId | 
| the field id  More... | |
| std::string | m_extra | 
| extra data  More... | |
| Friends | |
| std::ostream & | operator<< (std::ostream &o, CellValue const &cell) | 
| operator<<  More... | |
internal: a structure used to store a value in a cell in RagTime5SpreadsheetInternal
| 
 | inline | 
constructor
| 
 | inline | 
update the cell's content
Referenced by RagTime5Spreadsheet::send().
| 
 | friend | 
operator<<
| double RagTime5SpreadsheetInternal::CellValue::m_double | 
a double value
Referenced by RagTime5SpreadsheetInternal::ValuesParser::parseData(), and update().
| std::string RagTime5SpreadsheetInternal::CellValue::m_extra | 
extra data
Referenced by RagTime5SpreadsheetInternal::ValuesParser::parseData().
| int RagTime5SpreadsheetInternal::CellValue::m_fieldId | 
the field id
Referenced by RagTime5SpreadsheetInternal::ValuesParser::parseData().
| unsigned long RagTime5SpreadsheetInternal::CellValue::m_id | 
a id value
Referenced by RagTime5SpreadsheetInternal::ValuesParser::parseData(), and RagTime5Spreadsheet::send().
| long RagTime5SpreadsheetInternal::CellValue::m_long | 
a long value
Referenced by RagTime5SpreadsheetInternal::ValuesParser::parseData().
| librevenge::RVNGString RagTime5SpreadsheetInternal::CellValue::m_text | 
the text
Referenced by RagTime5SpreadsheetInternal::ValuesParser::parseData(), and RagTime5Spreadsheet::send().
| int RagTime5SpreadsheetInternal::CellValue::m_type | 
the cell type
Referenced by RagTime5SpreadsheetInternal::ValuesParser::parseData(), RagTime5Spreadsheet::send(), and update().