Home
last modified time | relevance | path

Searched refs:xFirstChartType (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/chart2/source/controller/main/
H A DControllerCommandDispatch.cxx232 uno::Reference< chart2::XChartType > xFirstChartType( in update() local
237 … && ChartTypeHelper::isSupportingRegressionProperties( xFirstChartType, nDimensionCount )) in update()
255 … && ChartTypeHelper::isSupportingStatisticProperties( xFirstChartType, nDimensionCount )) in update()
397 …uno::Reference< chart2::XChartType > xFirstChartType( DiagramHelper::getChartTypeByIndex( xDiagram… in update() local
398 …bSupportsStatistics = ChartTypeHelper::isSupportingStatisticProperties( xFirstChartType, nDimensio… in update()
399 bSupportsAxes = ChartTypeHelper::isSupportingMainAxis( xFirstChartType, nDimensionCount, 0 ); in update()
/aoo4110/main/chart2/source/controller/dialogs/
H A DDialogModel.cxx611 … Reference< XChartType > xFirstChartType( DiagramHelper::getChartTypeByIndex( xDiagram, 0 ) ); in setCategories() local
612 if( xFirstChartType.is() ) in setCategories()
614 sal_Int32 nAxisType = ChartTypeHelper::getAxisType( xFirstChartType, 0 ); // x-axis in setCategories()

Completed in 25 milliseconds