23 std::shared_ptr<sc::SparklineGroup> pGroup)
48 bool CanRepeat(SfxRepeatTarget& rTarget)
const override;
49 void Repeat(SfxRepeatTarget& rTarget)
override;
Undo action for ungrouping sparklines.
virtual ~UndoUngroupSparklines() override
std::vector< SparklineUndoData > m_aUndoData
void Repeat(SfxRepeatTarget &rTarget) override
OUString GetComment() const override
bool CanRepeat(SfxRepeatTarget &rTarget) const override
UndoUngroupSparklines(ScDocShell &rDocShell, ScRange const &rRange)
CAUTION! The following defines must be in the same namespace as the respective type.
Previous sparkline group data, which is restored at undo ungroupping.
ScRangeList m_aDataRangeList
SparklineUndoData(ScAddress const &rAddress, ScRangeList aDataRangeList, std::shared_ptr< sc::SparklineGroup > pGroup)
std::shared_ptr< sc::SparklineGroup > m_pSparklineGroup