Home
last modified time | relevance | path

Searched refs:StatisticsHelper (Results 1 – 11 of 11) sorted by relevance

/aoo41x/main/chart2/source/tools/
H A DStatisticsHelper.cxx180 double StatisticsHelper::getVariance( in getVariance()
188 double StatisticsHelper::getStandardDeviation( const Sequence< double > & rData ) in getStandardDeviation()
197 double StatisticsHelper::getStandardError( const Sequence< double > & rData ) in getStandardError()
241 StatisticsHelper::getErrorLabeledDataSequenceFromDataSource( in getErrorDataSequenceFromDataSource()
250 double StatisticsHelper::getErrorFromDataSource( in getErrorFromDataSource()
279 void StatisticsHelper::setErrorDataSequence( in setErrorDataSequence()
310 Reference< beans::XPropertySet > StatisticsHelper::addErrorBars( in addErrorBars()
339 Reference< beans::XPropertySet > StatisticsHelper::getErrorBars( in getErrorBars()
353 bool StatisticsHelper::hasErrorBars( in hasErrorBars()
365 void StatisticsHelper::removeErrorBars( in removeErrorBars()
[all …]
H A Dmakefile.mk84 $(SLO)$/StatisticsHelper.obj \
/aoo41x/main/chart2/source/controller/itemsetwrapper/
H A DErrorBarItemConverter.cxx304 StatisticsHelper::getErrorDataSequenceFromDataSource( in ApplySpecialItem()
323 StatisticsHelper::getErrorDataSequenceFromDataSource( in ApplySpecialItem()
330 StatisticsHelper::setErrorDataSequence( in ApplySpecialItem()
441 StatisticsHelper::getErrorDataSequenceFromDataSource( in FillSpecialItem()
H A DStatisticsItemConverter.cxx483 StatisticsHelper::getErrorDataSequenceFromDataSource( in ApplySpecialItem()
502 StatisticsHelper::getErrorDataSequenceFromDataSource( in ApplySpecialItem()
509 StatisticsHelper::setErrorDataSequence( in ApplySpecialItem()
682 StatisticsHelper::getErrorDataSequenceFromDataSource( in FillSpecialItem()
/aoo41x/main/chart2/source/controller/dialogs/
H A DDataBrowserModel.cxx918 … if( StatisticsHelper::usesErrorBarRanges( aSeries[nSeriesIdx], /* bYError = */ true )) in updateFromModel()
952 StatisticsHelper::getErrorBars( xDataSeries, /* bYError = */ false ), uno::UNO_QUERY ); in addErrorBarRanges()
956 StatisticsHelper::getErrorLabeledDataSequenceFromDataSource( in addErrorBarRanges()
965 StatisticsHelper::getErrorLabeledDataSequenceFromDataSource( in addErrorBarRanges()
975 StatisticsHelper::getErrorBars( xDataSeries, /* bYError = */ true ), uno::UNO_QUERY ); in addErrorBarRanges()
979 StatisticsHelper::getErrorLabeledDataSequenceFromDataSource( in addErrorBarRanges()
988 StatisticsHelper::getErrorLabeledDataSequenceFromDataSource( in addErrorBarRanges()
/aoo41x/main/chart2/source/inc/
H A DStatisticsHelper.hxx36 class OOO_DLLPUBLIC_CHARTTOOLS StatisticsHelper class
123 StatisticsHelper();
/aoo41x/main/chart2/source/controller/chartapiwrapper/
H A DWrappedStatisticProperties.cxx751 StatisticsHelper::getErrorDataSequenceFromDataSource( in getValueFromSeries()
774 StatisticsHelper::setErrorDataSequence( in setValueToSeries()
820 StatisticsHelper::getErrorDataSequenceFromDataSource( in getValueFromSeries()
843 StatisticsHelper::setErrorDataSequence( in setValueToSeries()
/aoo41x/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx642 fResult = StatisticsHelper::getVariance( rData ); in lcl_getErrorBarLogicLength()
645 fResult = StatisticsHelper::getStandardDeviation( rData ); in lcl_getErrorBarLogicLength()
693 fResult = StatisticsHelper::getStandardError( rData ); in lcl_getErrorBarLogicLength()
699 fResult = StatisticsHelper::getErrorFromDataSource( in lcl_getErrorBarLogicLength()
/aoo41x/main/chart2/source/controller/main/
H A DChartController_Insert.cxx535StatisticsHelper::addErrorBars( xSeries, m_xCC, ::com::sun::star::chart::ErrorBarStyle::STANDARD_D… in executeDispatch_InsertYErrorBars()
684 StatisticsHelper::removeErrorBars( xDataSeries ); in executeDispatch_DeleteYErrorBars()
H A DControllerCommandDispatch.cxx257 … bMayFormatYErrorBars = bMayDeleteYErrorBars = StatisticsHelper::hasErrorBars( xGivenDataSeries ); in update()
H A DChartController_Window.cxx1062 bool bHasYErrorBars = StatisticsHelper::hasErrorBars( xSeries, true ); in execute_Command()

Completed in 105 milliseconds