/aoo42x/main/chart2/source/view/charttypes/ |
H A D | AreaChart.cxx | 219 if( m_bArea && !m_bIsPolarCooSys && pSeries ) in addSeries() 314 bool AreaChart::impl_createLine( VDataSeries* pSeries in impl_createLine() argument 342 double fFirstY = pSeries->getYValue( 0 ); in impl_createLine() 401 , pSeries->getPropertiesOfSeries() in impl_createLine() 409 bool AreaChart::impl_createArea( VDataSeries* pSeries in impl_createArea() argument 417 double zValue = pSeries->m_fLogicZPos; in impl_createArea() 428 double fMinX = pSeries->m_fLogicMinX; in impl_createArea() 429 double fMaxX = pSeries->m_fLogicMaxX; in impl_createArea() 482 , pSeries->getPropertiesOfSeries() in impl_createArea() 654 if(!pSeries) in createShapes() [all …]
|
H A D | BubbleChart.cxx | 101 VDataSeries* pSeries( *aSeriesIter ); in calculateMaximumLogicBubbleSize() local 102 if(!pSeries) in calculateMaximumLogicBubbleSize() 105 double fSize = pSeries->getBubble_Size( nIndex ); in calculateMaximumLogicBubbleSize() 184 VSeriesPlotter::addSeries( pSeries, zSlot, xSlot, ySlot ); in addSeries() 265 VDataSeries* pSeries( *aSeriesIter ); in createShapes() local 266 if(!pSeries) in createShapes() 281 double fLogicX = pSeries->getXValue(nIndex); in createShapes() 282 double fLogicY = pSeries->getYValue(nIndex); in createShapes() 283 double fBubbleSize = pSeries->getBubble_Size( nIndex ); in createShapes() 307 if( !pSeries->isAttributedDataPoint(nIndex) in createShapes() [all …]
|
H A D | PieChart.cxx | 244 VSeriesPlotter::addSeries( pSeries, 0, -1, 0 ); in addSeries() 267 VDataSeries* pSeries = rSeriesList[0]; in getMaxOffset() local 386 VDataSeries* pSeries = (*pSeriesList)[0]; in createShapes() local 387 if(!pSeries) in createShapes() 390 m_pPosHelper->m_fAngleDegreeOffset = pSeries->getStartingAngle(); in createShapes() 395 sal_Int32 nPointCount=pSeries->getTotalPointCount(); in createShapes() 398 double fY = pSeries->getYValue( nPointIndex ); in createShapes() 425 double fLogicYValue = fabs(pSeries->getYValue( nPointIndex )); in createShapes() 463 if(!pSeries->hasPointOwnColor(nPointIndex) && m_xColorScheme.is()) in createShapes() 479 if( pSeries->getDataPointLabelIfLabel(nPointIndex) ) in createShapes() [all …]
|
H A D | BarChart.cxx | 352 if( !pSeries ) in addSeries() 359 sal_Int32 nAxisIndex = pSeries->getAttachedAxisIndex(); in addSeries() 362 if( !pSeries->getGroupBarsPerAxis() ) in addSeries() 367 VSeriesPlotter::addSeries( pSeries, zSlot, xSlot, ySlot ); in addSeries() 576 VDataSeries* pSeries( *aSeriesIter ); in createShapes() local 577 if(!pSeries) in createShapes() 588 bDrawConnectionLines = pSeries->getConnectBars(); in createShapes() 721 if( !pSeries->isAttributedDataPoint(nPointIndex) in createShapes() 929 VDataSeries* pSeries( *aSeriesIter ); in createShapes() local 930 if(!pSeries) in createShapes() [all …]
|
H A D | VSeriesPlotter.cxx | 111 : m_aSeriesVector(1,pSeries) in VDataSeriesGroup() 136 m_aSeriesVector.push_back(pSeries); in addSeries() 200 DBG_ASSERT( pSeries, "series to add is NULL" ); in addSeries() 201 if(!pSeries) in addSeries() 209 pSeries->setCategoryXAxis(); in addSeries() 251 rYSlots.addSeries(pSeries); in addSeries() 301 pSeries->releaseShapes(); in releaseShapes() 1748 if(pSeries) in getFirstSeries() 1749 return pSeries; in getFirstSeries() 1777 uno::Reference< XDataSeries > xSeries( pSeries ? pSeries->getModel() : 0 ); in getSeriesNames() [all …]
|
H A D | AreaChart.hxx | 55 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32… 81 bool impl_createArea( VDataSeries* pSeries 85 bool impl_createLine( VDataSeries* pSeries
|
H A D | CandleStickChart.cxx | 108 void CandleStickChart::addSeries( VDataSeries* pSeries, sal_Int32 /* zSlot */, sal_Int32 xSlot, sal… in addSeries() argument 111 VSeriesPlotter::addSeries( pSeries, 0, xSlot, ySlot ); in addSeries()
|
H A D | CandleStickChart.hxx | 47 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
|
H A D | BubbleChart.hxx | 47 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
|
H A D | BarChart.hxx | 47 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
|
H A D | PieChart.hxx | 52 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
|
/aoo42x/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 750 VDataSeries* pSeries = new VDataSeries( xDataSeries ); in initializeCooSysAndSeriesPlotter() local 752 pSeries->setGlobalSeriesIndex(nGlobalSeriesIndex); in initializeCooSysAndSeriesPlotter() 756 pSeries->doSortByXValues(); in initializeCooSysAndSeriesPlotter() 758 pSeries->setConnectBars( bConnectBars ); in initializeCooSysAndSeriesPlotter() 759 pSeries->setGroupBarsPerAxis( bGroupBarsPerAxis ); in initializeCooSysAndSeriesPlotter() 760 pSeries->setStartingAngle( nStartingAngle ); in initializeCooSysAndSeriesPlotter() 762 pSeries->setMissingValueTreatment( nMissingValueTreatment ); in initializeCooSysAndSeriesPlotter() 765 pSeries->setParticle(aSeriesParticle); in initializeCooSysAndSeriesPlotter() 771 if( pSeries->getAttachedAxisIndex() != MAIN_AXIS_INDEX && in initializeCooSysAndSeriesPlotter() 774 pSeries->setAttachedAxisIndex(MAIN_AXIS_INDEX); in initializeCooSysAndSeriesPlotter() [all …]
|
/aoo42x/main/chart2/source/view/inc/ |
H A D | VSeriesPlotter.hxx | 93 VDataSeriesGroup( VDataSeries* pSeries ); 96 void addSeries( VDataSeries* pSeries );//takes ownership of pSeries 155 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
|
/aoo42x/main/xmloff/source/chart/ |
H A D | SchXMLExport.cxx | 2767 SvXMLElementExport* pSeries = NULL; in exportSeries() local 2913 … pSeries = new SvXMLElementExport( mrExport, XML_NAMESPACE_CHART, XML_SERIES, sal_True, sal_True ); in exportSeries() 2925 if( pSeries ) in exportSeries() 3086 if( pSeries ) in exportSeries() 3087 delete pSeries; in exportSeries()
|