LibreOffice Module svx (master) 1
|
Public Member Functions | |
Data () | |
Public Attributes | |
std::unique_ptr< sdr::properties::CellProperties > | mxProperties |
std::optional< OutlinerParaObject > | mpOutlinerParaObject |
OUString | msFormula |
double | mfValue |
::sal_Int32 | mnError |
bool | mbMerged |
::sal_Int32 | mnRowSpan |
::sal_Int32 | mnColSpan |
Definition at line 56 of file tableundo.hxx.
|
inline |
Definition at line 68 of file tableundo.hxx.
bool sdr::table::CellUndo::Data::mbMerged |
Definition at line 64 of file tableundo.hxx.
Referenced by sdr::table::CellUndo::getDataFromCell(), and sdr::table::CellUndo::setDataToCell().
double sdr::table::CellUndo::Data::mfValue |
Definition at line 62 of file tableundo.hxx.
Referenced by sdr::table::CellUndo::getDataFromCell(), and sdr::table::CellUndo::setDataToCell().
::sal_Int32 sdr::table::CellUndo::Data::mnColSpan |
Definition at line 66 of file tableundo.hxx.
Referenced by sdr::table::CellUndo::getDataFromCell(), and sdr::table::CellUndo::setDataToCell().
::sal_Int32 sdr::table::CellUndo::Data::mnError |
Definition at line 63 of file tableundo.hxx.
Referenced by sdr::table::CellUndo::getDataFromCell(), and sdr::table::CellUndo::setDataToCell().
::sal_Int32 sdr::table::CellUndo::Data::mnRowSpan |
Definition at line 65 of file tableundo.hxx.
Referenced by sdr::table::CellUndo::getDataFromCell(), and sdr::table::CellUndo::setDataToCell().
std::optional<OutlinerParaObject> sdr::table::CellUndo::Data::mpOutlinerParaObject |
Definition at line 59 of file tableundo.hxx.
Referenced by sdr::table::CellUndo::dispose(), sdr::table::CellUndo::getDataFromCell(), and sdr::table::CellUndo::setDataToCell().
OUString sdr::table::CellUndo::Data::msFormula |
Definition at line 61 of file tableundo.hxx.
Referenced by sdr::table::CellUndo::getDataFromCell(), and sdr::table::CellUndo::setDataToCell().
std::unique_ptr<sdr::properties::CellProperties> sdr::table::CellUndo::Data::mxProperties |
Definition at line 58 of file tableundo.hxx.
Referenced by sdr::table::CellUndo::dispose(), sdr::table::CellUndo::getDataFromCell(), sdr::table::CellUndo::setDataToCell(), and sdr::table::CellUndo::Undo().