Searched refs:xFirstChartType (Results 1 – 2 of 2) sorted by relevance
232 uno::Reference< chart2::XChartType > xFirstChartType( in update() local237 … && ChartTypeHelper::isSupportingRegressionProperties( xFirstChartType, nDimensionCount )) in update()255 … && ChartTypeHelper::isSupportingStatisticProperties( xFirstChartType, nDimensionCount )) in update()397 …uno::Reference< chart2::XChartType > xFirstChartType( DiagramHelper::getChartTypeByIndex( xDiagram… in update() local398 …bSupportsStatistics = ChartTypeHelper::isSupportingStatisticProperties( xFirstChartType, nDimensio… in update()399 bSupportsAxes = ChartTypeHelper::isSupportingMainAxis( xFirstChartType, nDimensionCount, 0 ); in update()
611 … Reference< XChartType > xFirstChartType( DiagramHelper::getChartTypeByIndex( xDiagram, 0 ) ); in setCategories() local612 if( xFirstChartType.is() ) in setCategories()614 sal_Int32 nAxisType = ChartTypeHelper::getAxisType( xFirstChartType, 0 ); // x-axis in setCategories()
Completed in 22 milliseconds