#include <chartarr.hxx>
Definition at line 33 of file chartarr.hxx.
◆ ScMemChart() [1/2]
ScMemChart::ScMemChart |
( |
const ScMemChart & |
rMemChart | ) |
|
|
privatedelete |
◆ ScMemChart() [2/2]
ScMemChart::ScMemChart |
( |
SCCOL |
nCols, |
|
|
SCROW |
nRows |
|
) |
| |
◆ ~ScMemChart()
ScMemChart::~ScMemChart |
( |
| ) |
|
◆ GetColCount()
SCCOL ScMemChart::GetColCount |
( |
| ) |
const |
|
inline |
◆ GetColText()
const OUString & ScMemChart::GetColText |
( |
SCCOL |
nCol | ) |
const |
|
inline |
◆ GetData()
double ScMemChart::GetData |
( |
SCCOL |
nCol, |
|
|
SCROW |
nRow |
|
) |
| const |
|
inline |
◆ GetRowCount()
SCROW ScMemChart::GetRowCount |
( |
| ) |
const |
|
inline |
◆ GetRowText()
const OUString & ScMemChart::GetRowText |
( |
SCROW |
nRow | ) |
const |
|
inline |
◆ SetColText()
void ScMemChart::SetColText |
( |
SCCOL |
nCol, |
|
|
const OUString & |
rText |
|
) |
| |
|
inline |
◆ SetData()
void ScMemChart::SetData |
( |
SCCOL |
nCol, |
|
|
SCROW |
nRow, |
|
|
const double & |
rVal |
|
) |
| |
|
inline |
◆ SetRowText()
void ScMemChart::SetRowText |
( |
SCROW |
nRow, |
|
|
const OUString & |
rText |
|
) |
| |
|
inline |
◆ nColCnt
SCCOL ScMemChart::nColCnt |
|
private |
◆ nRowCnt
SCROW ScMemChart::nRowCnt |
|
private |
◆ pColText
std::unique_ptr<OUString[]> ScMemChart::pColText |
|
private |
◆ pData
std::unique_ptr<double[]> ScMemChart::pData |
|
private |
◆ pRowText
std::unique_ptr<OUString[]> ScMemChart::pRowText |
|
private |
The documentation for this class was generated from the following files: