Home
last modified time | relevance | path

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

/aoo4110/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx307 uno::Reference< drawing::XShapes > VSeriesPlotter::getSeriesGroupShape( VDataSeries* pDataSeries in getSeriesGroupShape() argument
310 uno::Reference< drawing::XShapes > xShapes( pDataSeries->m_xGroupShape ); in getSeriesGroupShape()
314 xShapes = createGroupShape( xTarget,pDataSeries->getCID() ); in getSeriesGroupShape()
315 pDataSeries->m_xGroupShape = xShapes; in getSeriesGroupShape()
320 …ference< drawing::XShapes > VSeriesPlotter::getSeriesGroupShapeFrontChild( VDataSeries* pDataSeries in getSeriesGroupShapeFrontChild() argument
323 uno::Reference< drawing::XShapes > xShapes( pDataSeries->m_xFrontSubGroupShape ); in getSeriesGroupShapeFrontChild()
329 this->getSeriesGroupShapeBackChild( pDataSeries, xTarget ); in getSeriesGroupShapeFrontChild()
332 pDataSeries->m_xFrontSubGroupShape = xShapes; in getSeriesGroupShapeFrontChild()
337 …eference< drawing::XShapes > VSeriesPlotter::getSeriesGroupShapeBackChild( VDataSeries* pDataSeries in getSeriesGroupShapeBackChild() argument
340 uno::Reference< drawing::XShapes > xShapes( pDataSeries->m_xBackSubGroupShape ); in getSeriesGroupShapeBackChild()
[all …]
/aoo4110/main/chart2/source/view/inc/
H A DVSeriesPlotter.hxx304 getSeriesGroupShape( VDataSeries* pDataSeries
312 getSeriesGroupShapeFrontChild( VDataSeries* pDataSeries
316 getSeriesGroupShapeBackChild( VDataSeries* pDataSeries

Completed in 32 milliseconds