Home
last modified time | relevance | path

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

/AOO41X/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx352 uno::Reference< drawing::XShapes > VSeriesPlotter::getLabelsGroupShape( VDataSeries& rDataSeries in getLabelsGroupShape() argument
357 uno::Reference< drawing::XShapes > xShapes( rDataSeries.m_xLabelsGroupShape ); in getLabelsGroupShape()
361 xShapes = m_pShapeFactory->createGroup2D( xTextTarget, rDataSeries.getLabelsCID() ); in getLabelsGroupShape()
362 rDataSeries.m_xLabelsGroupShape = xShapes; in getLabelsGroupShape()
367 uno::Reference< drawing::XShapes > VSeriesPlotter::getErrorBarsGroupShape( VDataSeries& rDataSeries in getErrorBarsGroupShape() argument
370 uno::Reference< drawing::XShapes > xShapes( rDataSeries.m_xErrorBarsGroupShape ); in getErrorBarsGroupShape()
374 xShapes = this->createGroupShape( xTarget,rDataSeries.getErrorBarsCID() ); in getErrorBarsGroupShape()
375 rDataSeries.m_xErrorBarsGroupShape = xShapes; in getErrorBarsGroupShape()
381 OUString VSeriesPlotter::getLabelTextForValue( VDataSeries& rDataSeries in getLabelTextForValue() argument
391 if( rDataSeries.hasExplicitNumberFormat(nPointIndex,bAsPercentage) ) in getLabelTextForValue()
[all …]
/AOO41X/main/chart2/source/view/inc/
H A DVSeriesPlotter.hxx321 getLabelsGroupShape( VDataSeries& rDataSeries
326 getErrorBarsGroupShape( VDataSeries& rDataSeries
333 , VDataSeries& rDataSeries
341 ::rtl::OUString getLabelTextForValue( VDataSeries& rDataSeries