LibreOffice Module sc (master) 1
|
Sparkline data, used for rendering the content of a cell. More...
#include <Sparkline.hxx>
Public Member Functions | |
Sparkline (SCCOL nColumn, SCROW nRow, std::shared_ptr< SparklineGroup > pSparklineGroup) | |
Sparkline (const Sparkline &)=delete | |
Sparkline & | operator= (const Sparkline &)=delete |
void | setInputRange (ScRangeList const &rInputRange) |
ScRangeList const & | getInputRange () const |
std::shared_ptr< SparklineGroup > const & | getSparklineGroup () const |
SCCOL | getColumn () const |
SCROW | getRow () const |
Private Attributes | |
SCCOL | m_nColumn |
SCROW | m_nRow |
ScRangeList | m_aInputRange |
std::shared_ptr< SparklineGroup > | m_pSparklineGroup |
Sparkline data, used for rendering the content of a cell.
Contains the input range of the data that is being drawn and a reference to the SparklineGroup, which includes common properties of multiple sparklines.
Definition at line 28 of file Sparkline.hxx.
|
inline |
Definition at line 37 of file Sparkline.hxx.
References m_nColumn.
|
delete |
|
inline |
Definition at line 53 of file Sparkline.hxx.
References m_nColumn.
Referenced by sc::SparklineGroupsExport::addSparklineAttributes().
|
inline |
Definition at line 49 of file Sparkline.hxx.
Referenced by sc::SparklineGroupsExport::addSparklineAttributes().
|
inline |
Definition at line 55 of file Sparkline.hxx.
Referenced by sc::SparklineGroupsExport::addSparklineAttributes().
|
inline |
Definition at line 51 of file Sparkline.hxx.
|
inline |
Definition at line 47 of file Sparkline.hxx.
Referenced by sc::SparklineGroupsImportContext::insertSparklines(), sc::UndoGroupSparklines::Redo(), sc::UndoInsertSparkline::Redo(), sc::UndoUngroupSparklines::Redo(), sc::UndoDeleteSparklineGroup::Undo(), sc::UndoGroupSparklines::Undo(), and sc::UndoUngroupSparklines::Undo().
|
private |
Definition at line 33 of file Sparkline.hxx.
|
private |
Definition at line 30 of file Sparkline.hxx.
|
private |
Definition at line 31 of file Sparkline.hxx.
|
private |
Definition at line 34 of file Sparkline.hxx.