LibreOffice Module sc (master) 1
|
Stores basic data about cell values and formatting. More...
#include <sheetdatabuffer.hxx>
Public Member Functions | |
CellModel () | |
True = show phonetic text. More... | |
Public Attributes | |
ScAddress | maCellAddr |
sal_Int32 | mnCellType |
The address of the current cell. More... | |
sal_Int32 | mnXfId |
Data type of the cell value. More... | |
bool | mbShowPhonetic |
XF (cell formatting) identifier. More... | |
Stores basic data about cell values and formatting.
Definition at line 37 of file sheetdatabuffer.hxx.
|
explicit |
True = show phonetic text.
Definition at line 61 of file sheetdatabuffer.cxx.
References XML_TOKEN_INVALID.
ScAddress oox::xls::CellModel::maCellAddr |
Definition at line 39 of file sheetdatabuffer.hxx.
Referenced by oox::xls::SheetDataContext::importArray(), oox::xls::SheetDataContext::importCell(), oox::xls::SheetDataContext::importSharedFmla(), oox::xls::SheetDataContext::onEndElement(), oox::xls::SheetDataContext::readCellFormula(), oox::xls::SheetDataContext::readCellHeader(), oox::xls::SheetDataBuffer::setBooleanCell(), oox::xls::SheetDataBuffer::setCellFormat(), oox::xls::SheetDataBuffer::setDateTimeCell(), oox::xls::SheetDataBuffer::setErrorCell(), oox::xls::SheetDataBuffer::setFormulaCell(), oox::xls::SheetDataBuffer::setStringCell(), oox::xls::SheetDataBuffer::setValueCell(), oox::xls::PivotCacheField::writeItemToSourceDataCell(), and oox::xls::PivotCacheField::writeSourceHeaderCell().
bool oox::xls::CellModel::mbShowPhonetic |
XF (cell formatting) identifier.
Definition at line 42 of file sheetdatabuffer.hxx.
Referenced by oox::xls::SheetDataContext::importCell(), and oox::xls::SheetDataContext::readCellHeader().
sal_Int32 oox::xls::CellModel::mnCellType |
The address of the current cell.
Definition at line 40 of file sheetdatabuffer.hxx.
Referenced by oox::xls::SheetDataContext::importCell(), oox::xls::SheetDataContext::importCellBool(), oox::xls::SheetDataContext::importCellDouble(), oox::xls::SheetDataContext::importCellError(), oox::xls::SheetDataContext::importCellRk(), oox::xls::SheetDataContext::importCellRString(), oox::xls::SheetDataContext::importCellSi(), oox::xls::SheetDataContext::importCellString(), oox::xls::SheetDataContext::onEndElement(), and oox::xls::SheetDataBuffer::setCellFormat().
sal_Int32 oox::xls::CellModel::mnXfId |
Data type of the cell value.
Definition at line 41 of file sheetdatabuffer.hxx.
Referenced by oox::xls::SheetDataContext::importCell(), oox::xls::SheetDataContext::readCellHeader(), oox::xls::SheetDataBuffer::setCellFormat(), and oox::xls::SheetDataBuffer::setStringCell().