LibreOffice Module sc (master) 1
|
#include <undocell.hxx>
Public Member Functions | |
Value () | |
Public Attributes | |
SCTAB | mnTab |
bool | mbHasFormat |
sal_uInt32 | mnFormat |
ScCellValue | maCell |
Definition at line 74 of file undocell.hxx.
ScUndoEnterData::Value::Value | ( | ) |
Definition at line 167 of file undocell.cxx.
ScCellValue ScUndoEnterData::Value::maCell |
Definition at line 79 of file undocell.hxx.
Referenced by ScViewFunc::EnterData(), and ScDocFunc::SetNormalString().
bool ScUndoEnterData::Value::mbHasFormat |
Definition at line 77 of file undocell.hxx.
Referenced by ScDocFunc::SetNormalString().
sal_uInt32 ScUndoEnterData::Value::mnFormat |
Definition at line 78 of file undocell.hxx.
Referenced by ScDocFunc::SetNormalString().
SCTAB ScUndoEnterData::Value::mnTab |
Definition at line 76 of file undocell.hxx.
Referenced by ScViewFunc::EnterData(), and ScDocFunc::SetNormalString().