LibreOffice Module chart2 (master) 1
|
#include <VDataSeries.hxx>
Public Member Functions | |
void | init (const css::uno::Reference< css::chart2::data::XDataSequence > &xModel) |
bool | is () const |
void | clear () |
double | getValue (sal_Int32 index) const |
sal_Int32 | detectNumberFormatKey (sal_Int32 index) const |
sal_Int32 | getLength () const |
Public Attributes | |
css::uno::Reference< css::chart2::data::XDataSequence > | m_xModel |
css::uno::Sequence< double > | m_aValues |
Definition at line 46 of file VDataSeries.hxx.
void chart::VDataSequence::clear | ( | ) |
Definition at line 63 of file VDataSeries.cxx.
References m_aValues, and m_xModel.
Referenced by chart::VDataSeries::setCategoryXAxis(), and chart::VDataSeries::setXValues().
sal_Int32 chart::VDataSequence::detectNumberFormatKey | ( | sal_Int32 | index | ) | const |
Definition at line 76 of file VDataSeries.cxx.
References index, m_aValues, and m_xModel.
Referenced by chart::VDataSeries::detectNumberFormatKey().
sal_Int32 chart::VDataSequence::getLength | ( | ) | const |
Definition at line 89 of file VDataSeries.cxx.
References m_aValues.
Referenced by chart::VDataSeries::getAllX(), chart::VDataSeries::getAllY(), chart::VDataSeries::getBubble_Size(), chart::VDataSeries::getXValue(), and chart::VDataSeries::getYValue().
double chart::VDataSequence::getValue | ( | sal_Int32 | index | ) | const |
Definition at line 69 of file VDataSeries.cxx.
References index, and m_aValues.
Referenced by chart::VDataSeries::getBubble_Size(), chart::VDataSeries::getY_First(), chart::VDataSeries::getY_Last(), chart::VDataSeries::getY_Max(), and chart::VDataSeries::getY_Min().
void chart::VDataSequence::init | ( | const css::uno::Reference< css::chart2::data::XDataSequence > & | xModel | ) |
Definition at line 53 of file VDataSeries.cxx.
References chart::DataSequenceToDoubleSequence(), m_aValues, m_xModel, and xModel.
Referenced by chart::VDataSeries::setXValues(), and chart::VDataSeries::setXValuesIfNone().
bool chart::VDataSequence::is | ( | ) | const |
Definition at line 59 of file VDataSeries.cxx.
References m_xModel.
Referenced by chart::VDataSeries::doSortByXValues(), chart::VDataSeries::getAllX(), chart::VDataSeries::getAllY(), chart::VDataSeries::getMaximumofAllDifferentYValues(), chart::VDataSeries::getMinimumofAllDifferentYValues(), chart::VDataSeries::getSymbolProperties(), chart::VDataSeries::getXValue(), chart::VDataSeries::getYValue(), and chart::VDataSeries::setXValuesIfNone().
|
mutable |
Definition at line 57 of file VDataSeries.hxx.
Referenced by clear(), detectNumberFormatKey(), chart::VDataSeries::doSortByXValues(), chart::VDataSeries::getAllX(), chart::VDataSeries::getAllY(), getLength(), getValue(), chart::VDataSeries::getXValue(), chart::VDataSeries::getYValue(), and init().
css::uno::Reference<css::chart2::data::XDataSequence> chart::VDataSequence::m_xModel |
Definition at line 56 of file VDataSeries.hxx.
Referenced by clear(), detectNumberFormatKey(), init(), and is().