Internal: the cell of a StarObjectSpreadsheet. More...
Public Member Functions | |
Cell (STOFFVec2i pos=STOFFVec2i(0, 0)) | |
constructor | |
~Cell () | |
destructor | |
Public Attributes | |
STOFFCellContent | m_content |
the cell content | |
shared_ptr< StarObjectSmallText > | m_textZone |
the text zone(if set) | |
bool | m_hasNote |
flag to know if the cell has some note | |
librevenge::RVNGString | m_notes [3] |
the notes text, date, author |
Internal: the cell of a StarObjectSpreadsheet.
StarObjectSpreadsheetInternal::Cell::Cell | ( | STOFFVec2i | pos = STOFFVec2i(0,0) | ) | [inline, explicit] |
constructor
destructor
the cell content
Referenced by StarObjectSpreadsheet::readCalcDocument(), StarObjectSpreadsheet::readSCData(), and StarObjectSpreadsheet::sendCell().
flag to know if the cell has some note
Referenced by StarObjectSpreadsheet::readSCColumn(), and StarObjectSpreadsheet::sendCell().
librevenge::RVNGString StarObjectSpreadsheetInternal::Cell::m_notes[3] |
the notes text, date, author
Referenced by StarObjectSpreadsheet::readSCColumn(), and StarObjectSpreadsheet::sendCell().
the text zone(if set)
Referenced by StarObjectSpreadsheet::readSCData(), and StarObjectSpreadsheet::sendCell().