Searched refs:ySlot (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/chart2/source/view/charttypes/ |
H A D | CandleStickChart.cxx | 108 …ckChart::addSeries( VDataSeries* pSeries, sal_Int32 /* zSlot */, sal_Int32 xSlot, sal_Int32 ySlot ) in addSeries() argument 111 VSeriesPlotter::addSeries( pSeries, 0, xSlot, ySlot ); in addSeries()
|
H A D | BubbleChart.cxx | 182 …d BubbleChart::addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 ySlot ) in addSeries() argument 184 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 231 ySlot=0; in addSeries() 233 VSeriesPlotter::addSeries( pSeries, zSlot, xSlot, ySlot ); in addSeries()
|
H A D | CandleStickChart.hxx | 47 …addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32 ySlot = -1 );
|
H A D | BubbleChart.hxx | 47 …addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32 ySlot = -1 );
|
H A D | BarChart.hxx | 47 …addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32 ySlot = -1 );
|
H A D | AreaChart.hxx | 55 …addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32 ySlot = -1 );
|
H A D | VSeriesPlotter.cxx | 196 …SeriesPlotter::addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 ySlot ) in addSeries() argument 242 if( ySlot < -1 ) in addSeries() 248 else if( ySlot == -1 || ySlot >= nYSlotCount) in addSeries()
|
H A D | PieChart.hxx | 52 …addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32 ySlot = -1 );
|
H A D | BarChart.cxx | 350 void BarChart::addSeries( VDataSeries* pSeries, sal_Int32 zSlot, sal_Int32 xSlot, sal_Int32 ySlot ) in addSeries() argument 367 VSeriesPlotter::addSeries( pSeries, zSlot, xSlot, ySlot ); in addSeries()
|
/aoo42x/main/chart2/source/view/main/ |
H A D | ChartView.cxx | 740 sal_Int32 ySlot=-1; in initializeCooSysAndSeriesPlotter() local 781 xSlot++; ySlot=-1; in initializeCooSysAndSeriesPlotter() 786 ySlot++; in initializeCooSysAndSeriesPlotter() 793 zSlot++; xSlot=-1; ySlot=-1; in initializeCooSysAndSeriesPlotter() 799 pPlotter->addSeries( pSeries, zSlot, xSlot, ySlot ); in initializeCooSysAndSeriesPlotter()
|
/aoo42x/main/chart2/source/view/inc/ |
H A D | VSeriesPlotter.hxx | 155 …addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32 ySlot = -1 );
|
Completed in 106 milliseconds