Searched refs:pDataSeries (Results 1 – 2 of 2) sorted by relevance
307 uno::Reference< drawing::XShapes > VSeriesPlotter::getSeriesGroupShape( VDataSeries* pDataSeries in getSeriesGroupShape() argument310 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() argument323 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() argument340 uno::Reference< drawing::XShapes > xShapes( pDataSeries->m_xBackSubGroupShape ); in getSeriesGroupShapeBackChild()[all …]
304 getSeriesGroupShape( VDataSeries* pDataSeries312 getSeriesGroupShapeFrontChild( VDataSeries* pDataSeries316 getSeriesGroupShapeBackChild( VDataSeries* pDataSeries
Completed in 33 milliseconds