Searched refs:isSupportingStatisticProperties (Results 1 – 6 of 6) sorted by relevance
87 sal_Bool ChartTypeHelper::isSupportingStatisticProperties( const uno::Reference< XChartType >& xCha… in isSupportingStatisticProperties() function in chart::ChartTypeHelper115 return isSupportingStatisticProperties( xChartType, nDimensionCount ); in isSupportingRegressionProperties()
255 … && ChartTypeHelper::isSupportingStatisticProperties( xFirstChartType, nDimensionCount )) in update()398 …bSupportsStatistics = ChartTypeHelper::isSupportingStatisticProperties( xFirstChartType, nDimensio… in update()
459 … if( ChartTypeHelper::isSupportingStatisticProperties( xChartType, nDimensionCount ) ) in createDataSeriesTree()
47 …static sal_Bool isSupportingStatisticProperties( const ::com::sun::star::uno::Reference< ::com::su…
152 …m_bHasStatisticProperties = ChartTypeHelper::isSupportingStatisticProperties( xChartType, nDimens… in init()
799 if( !ChartTypeHelper::isSupportingStatisticProperties( m_xChartTypeModel, m_nDimension ) ) in createErrorBar()
Completed in 61 milliseconds