Searched refs:zSlot (Results 1 – 11 of 11) sorted by relevance
/trunk/main/chart2/source/view/charttypes/ |
H A D | BarChart.cxx | 350 void BarChart::addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 ySlot ) in addSeries() argument 360 zSlot = nAxisIndex; in addSeries() 363 zSlot = 0; in addSeries() 364 if(zSlot>=static_cast<sal_Int32>(m_aZSlots.size())) in addSeries() 365 m_aZSlots.resize(zSlot+1); in addSeries() 367 VSeriesPlotter::addSeries( pSeries, zSlot, xSlot, ySlot ); in addSeries()
|
H A D | AreaChart.cxx | 217 void AreaChart::addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 ySlot ) in addSeries() argument 228 DBG_ASSERT( zSlot==-1,"3D xy charts should be deep stacked in model also" ); in addSeries() 229 zSlot=-1; in addSeries() 233 VSeriesPlotter::addSeries( pSeries, zSlot, xSlot, ySlot ); in addSeries()
|
H A D | BubbleChart.cxx | 182 void BubbleChart::addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 ySlo… in addSeries() argument 184 VSeriesPlotter::addSeries( pSeries, zSlot, 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 | AreaChart.hxx | 55 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
|
H A D | VSeriesPlotter.cxx | 196 void VSeriesPlotter::addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 y… in addSeries() argument 217 if(zSlot<0 || zSlot>=static_cast<sal_Int32>(m_aZSlots.size())) in addSeries() 227 ::std::vector< VDataSeriesGroup >& rXSlots = m_aZSlots[zSlot]; in addSeries()
|
H A D | PieChart.hxx | 52 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
|
/trunk/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 738 sal_Int32 zSlot=-1; in initializeCooSysAndSeriesPlotter() local 782 if(zSlot<0) in initializeCooSysAndSeriesPlotter() 783 zSlot=0; in initializeCooSysAndSeriesPlotter() 789 if(zSlot<0) in initializeCooSysAndSeriesPlotter() 790 zSlot=0; in initializeCooSysAndSeriesPlotter() 793 zSlot++; xSlot=-1; ySlot=-1; in initializeCooSysAndSeriesPlotter() 799 pPlotter->addSeries( pSeries, zSlot, xSlot, ySlot ); in initializeCooSysAndSeriesPlotter()
|
/trunk/main/chart2/source/view/inc/ |
H A D | VSeriesPlotter.hxx | 155 …virtual void addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32…
|
Completed in 53 milliseconds