LibreOffice Module sc (master) 1
|
#include <scenariobuffer.hxx>
Public Member Functions | |
ScenarioCellModel () | |
Public Attributes | |
ScAddress | maPos |
OUString | maValue |
sal_Int32 | mnNumFmtId |
bool | mbDeleted |
Definition at line 31 of file scenariobuffer.hxx.
|
explicit |
Definition at line 43 of file scenariobuffer.cxx.
ScAddress oox::xls::ScenarioCellModel::maPos |
Definition at line 33 of file scenariobuffer.hxx.
Referenced by oox::xls::Scenario::importInputCells().
OUString oox::xls::ScenarioCellModel::maValue |
Definition at line 34 of file scenariobuffer.hxx.
Referenced by oox::xls::Scenario::importInputCells().
bool oox::xls::ScenarioCellModel::mbDeleted |
Definition at line 36 of file scenariobuffer.hxx.
Referenced by oox::xls::Scenario::importInputCells().
sal_Int32 oox::xls::ScenarioCellModel::mnNumFmtId |
Definition at line 35 of file scenariobuffer.hxx.
Referenced by oox::xls::Scenario::importInputCells().