Home
last modified time | relevance | path

Searched refs:ySlot (Results 1 – 12 of 12) sorted by relevance

/trunk/main/chart2/source/view/charttypes/
H A DCandleStickChart.cxx108 …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 DBubbleChart.cxx182 …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 DAreaChart.cxx217 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 DCandleStickChart.hxx47 …addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32 ySlot = -1 );
H A DBubbleChart.hxx47 …addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32 ySlot = -1 );
H A DBarChart.hxx47 …addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32 ySlot = -1 );
H A DAreaChart.hxx55 …addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32 ySlot = -1 );
H A DVSeriesPlotter.cxx196 …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 DPieChart.hxx52 …addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32 ySlot = -1 );
H A DBarChart.cxx350 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()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx740 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()
/trunk/main/chart2/source/view/inc/
H A DVSeriesPlotter.hxx155 …addSeries( VDataSeries* pSeries, sal_Int32 zSlot = -1, sal_Int32 xSlot = -1,sal_Int32 ySlot = -1 );

Completed in 92 milliseconds