LibreOffice Module chart2 (master) 1
|
Functions | |
OOO_DLLPUBLIC_CHARTTOOLS double | getVariance (const css::uno::Sequence< double > &rData) |
Calculates 1/n * sum (x_i - x_mean)^2. More... | |
OOO_DLLPUBLIC_CHARTTOOLS double | getStandardDeviation (const css::uno::Sequence< double > &rData) |
OOO_DLLPUBLIC_CHARTTOOLS double | getStandardError (const css::uno::Sequence< double > &rData) |
OOO_DLLPUBLIC_CHARTTOOLS css::uno::Reference< css::chart2::data::XLabeledDataSequence > | getErrorLabeledDataSequenceFromDataSource (const css::uno::Reference< css::chart2::data::XDataSource > &xDataSource, bool bPositiveValue, bool bYError=true) |
OOO_DLLPUBLIC_CHARTTOOLS css::uno::Reference< css::chart2::data::XDataSequence > | getErrorDataSequenceFromDataSource (const css::uno::Reference< css::chart2::data::XDataSource > &xDataSource, bool bPositiveValue, bool bYError=true) |
OOO_DLLPUBLIC_CHARTTOOLS double | getErrorFromDataSource (const css::uno::Reference< css::chart2::data::XDataSource > &xDataSource, sal_Int32 nIndex, bool bPositiveValue, bool bYError=true) |
OOO_DLLPUBLIC_CHARTTOOLS void | setErrorDataSequence (const css::uno::Reference< css::chart2::data::XDataSource > &xDataSource, const css::uno::Reference< css::chart2::data::XDataProvider > &xDataProvider, const OUString &rNewRange, bool bPositiveValue, bool bYError=true, OUString const *pXMLRange=nullptr) |
OOO_DLLPUBLIC_CHARTTOOLS css::uno::Reference< css::beans::XPropertySet > | addErrorBars (const rtl::Reference< ::chart::DataSeries > &xDataSeries, sal_Int32 nStyle, bool bYError=true) |
OOO_DLLPUBLIC_CHARTTOOLS css::uno::Reference< css::beans::XPropertySet > | getErrorBars (const rtl::Reference< ::chart::DataSeries > &xDataSeries, bool bYError=true) |
OOO_DLLPUBLIC_CHARTTOOLS bool | hasErrorBars (const rtl::Reference< ::chart::DataSeries > &xDataSeries, bool bYError=true) |
OOO_DLLPUBLIC_CHARTTOOLS void | removeErrorBars (const rtl::Reference< ::chart::DataSeries > &xDataSeries, bool bYError=true) |
OOO_DLLPUBLIC_CHARTTOOLS bool | usesErrorBarRanges (const rtl::Reference< ::chart::DataSeries > &xDataSeries, bool bYError=true) |
OOO_DLLPUBLIC_CHARTTOOLS css::uno::Reference< css::beans::XPropertySet > chart::StatisticsHelper::addErrorBars | ( | const rtl::Reference< ::chart::DataSeries > & | xDataSeries, |
sal_Int32 | nStyle, | ||
bool | bYError = true |
||
) |
Referenced by chart::ChartController::executeDispatch_InsertErrorBars().
OOO_DLLPUBLIC_CHARTTOOLS css::uno::Reference< css::beans::XPropertySet > chart::StatisticsHelper::getErrorBars | ( | const rtl::Reference< ::chart::DataSeries > & | xDataSeries, |
bool | bYError = true |
||
) |
Referenced by chart::DataBrowserModel::addErrorBarRanges().
OOO_DLLPUBLIC_CHARTTOOLS css::uno::Reference< css::chart2::data::XDataSequence > chart::StatisticsHelper::getErrorDataSequenceFromDataSource | ( | const css::uno::Reference< css::chart2::data::XDataSource > & | xDataSource, |
bool | bPositiveValue, | ||
bool | bYError = true |
||
) |
OOO_DLLPUBLIC_CHARTTOOLS double chart::StatisticsHelper::getErrorFromDataSource | ( | const css::uno::Reference< css::chart2::data::XDataSource > & | xDataSource, |
sal_Int32 | nIndex, | ||
bool | bPositiveValue, | ||
bool | bYError = true |
||
) |
OOO_DLLPUBLIC_CHARTTOOLS css::uno::Reference< css::chart2::data::XLabeledDataSequence > chart::StatisticsHelper::getErrorLabeledDataSequenceFromDataSource | ( | const css::uno::Reference< css::chart2::data::XDataSource > & | xDataSource, |
bool | bPositiveValue, | ||
bool | bYError = true |
||
) |
Referenced by chart::DataBrowserModel::addErrorBarRanges().
OOO_DLLPUBLIC_CHARTTOOLS double chart::StatisticsHelper::getStandardDeviation | ( | const css::uno::Sequence< double > & | rData | ) |
OOO_DLLPUBLIC_CHARTTOOLS double chart::StatisticsHelper::getStandardError | ( | const css::uno::Sequence< double > & | rData | ) |
OOO_DLLPUBLIC_CHARTTOOLS double chart::StatisticsHelper::getVariance | ( | const css::uno::Sequence< double > & | rData | ) |
Calculates 1/n * sum (x_i - x_mean)^2.
OOO_DLLPUBLIC_CHARTTOOLS bool chart::StatisticsHelper::hasErrorBars | ( | const rtl::Reference< ::chart::DataSeries > & | xDataSeries, |
bool | bYError = true |
||
) |
Referenced by chart::ChartController::execute_Command(), and chart::impl::ControllerState::update().
OOO_DLLPUBLIC_CHARTTOOLS void chart::StatisticsHelper::removeErrorBars | ( | const rtl::Reference< ::chart::DataSeries > & | xDataSeries, |
bool | bYError = true |
||
) |
Referenced by chart::ChartController::executeDispatch_DeleteErrorBars().
OOO_DLLPUBLIC_CHARTTOOLS void chart::StatisticsHelper::setErrorDataSequence | ( | const css::uno::Reference< css::chart2::data::XDataSource > & | xDataSource, |
const css::uno::Reference< css::chart2::data::XDataProvider > & | xDataProvider, | ||
const OUString & | rNewRange, | ||
bool | bPositiveValue, | ||
bool | bYError = true , |
||
OUString const * | pXMLRange = nullptr |
||
) |
OOO_DLLPUBLIC_CHARTTOOLS bool chart::StatisticsHelper::usesErrorBarRanges | ( | const rtl::Reference< ::chart::DataSeries > & | xDataSeries, |
bool | bYError = true |
||
) |
Referenced by chart::DataBrowserModel::updateFromModel().