LibreOffice Module sc (master) 1
Public Member Functions | Public Attributes | List of all members
sc::SparklineUndoData Struct Reference

Previous sparkline group data, which is restored at undo ungroupping. More...

#include <UndoUngroupSparklines.hxx>

Collaboration diagram for sc::SparklineUndoData:
[legend]

Public Member Functions

 SparklineUndoData (ScAddress const &rAddress, ScRangeList aDataRangeList, std::shared_ptr< sc::SparklineGroup > pGroup)
 

Public Attributes

ScAddress m_aAddress
 
ScRangeList m_aDataRangeList
 
std::shared_ptr< sc::SparklineGroupm_pSparklineGroup
 

Detailed Description

Previous sparkline group data, which is restored at undo ungroupping.

Definition at line 20 of file UndoUngroupSparklines.hxx.

Constructor & Destructor Documentation

◆ SparklineUndoData()

sc::SparklineUndoData::SparklineUndoData ( ScAddress const &  rAddress,
ScRangeList  aDataRangeList,
std::shared_ptr< sc::SparklineGroup pGroup 
)
inline

Definition at line 22 of file UndoUngroupSparklines.hxx.

Member Data Documentation

◆ m_aAddress

ScAddress sc::SparklineUndoData::m_aAddress

Definition at line 30 of file UndoUngroupSparklines.hxx.

◆ m_aDataRangeList

ScRangeList sc::SparklineUndoData::m_aDataRangeList

Definition at line 31 of file UndoUngroupSparklines.hxx.

◆ m_pSparklineGroup

std::shared_ptr<sc::SparklineGroup> sc::SparklineUndoData::m_pSparklineGroup

Definition at line 32 of file UndoUngroupSparklines.hxx.


The documentation for this struct was generated from the following file: