Lines Matching refs:xSeries
1057 …uno::Reference< XDataSeries > xSeries = ObjectIdentifier::getDataSeriesForCID( m_aSelection.getSel… in execute_Command() local
1058 … uno::Reference< chart2::XRegressionCurveContainer > xCurveCnt( xSeries, uno::UNO_QUERY ); in execute_Command()
1062 bool bHasYErrorBars = StatisticsHelper::hasErrorBars( xSeries, true ); in execute_Command()
1063 … bool bHasDataLabelsAtSeries = DataSeriesHelper::hasDataLabelsAtSeries( xSeries ); in execute_Command()
1064 … bool bHasDataLabelsAtPoints = DataSeriesHelper::hasDataLabelsAtPoints( xSeries ); in execute_Command()
1070 … bHasDataLabelAtPoint = DataSeriesHelper::hasDataLabelAtPoint( xSeries, nPointIndex ); in execute_Command()
1075 Reference< beans::XPropertySet > xSeriesProperties( xSeries, uno::UNO_QUERY ); in execute_Command()
1115 …rence< chart2::XChartType > xChartType( DiagramHelper::getChartTypeOfSeries( xDiagram, xSeries ) ); in execute_Command()
1868 uno::Reference< chart2::XDataSeries > xSeries( in impl_DragDataPoint() local
1870 if( xSeries.is()) in impl_DragDataPoint()
1874 …uno::Reference< beans::XPropertySet > xPointProp( xSeries->getDataPointByIndex( nDataPointIndex )); in impl_DragDataPoint()