Searched refs:rDataSeries (Results 1 – 2 of 2) sorted by relevance
352 uno::Reference< drawing::XShapes > VSeriesPlotter::getLabelsGroupShape( VDataSeries& rDataSeries in getLabelsGroupShape() argument357 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() argument370 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() argument391 if( rDataSeries.hasExplicitNumberFormat(nPointIndex,bAsPercentage) ) in getLabelTextForValue()[all …]
321 getLabelsGroupShape( VDataSeries& rDataSeries326 getErrorBarsGroupShape( VDataSeries& rDataSeries333 , VDataSeries& rDataSeries341 ::rtl::OUString getLabelTextForValue( VDataSeries& rDataSeries