Home
last modified time | relevance | path

Searched refs:nSeriesCount (Results 1 – 24 of 24) sorted by relevance

/trunk/main/chart2/source/tools/
H A DDataSeriesHelper.cxx655 const sal_Int32 nSeriesCount( aSeriesSeq.getLength()); in areAllSeriesAttachedToSameAxis() local
660 for( sal_Int32 nI = 0; nI < nSeriesCount; ++nI ) in areAllSeriesAttachedToSameAxis()
669 …OSL_ENSURE( nSeriesAtFirstAxis + nSeriesAtSecondAxis == nSeriesCount, "Invalid axis index found" ); in areAllSeriesAttachedToSameAxis()
671 if( nSeriesAtFirstAxis == nSeriesCount ) in areAllSeriesAttachedToSameAxis()
673 else if( nSeriesAtSecondAxis == nSeriesCount ) in areAllSeriesAttachedToSameAxis()
676 return ( nSeriesAtFirstAxis == nSeriesCount || in areAllSeriesAttachedToSameAxis()
677 nSeriesAtSecondAxis == nSeriesCount ); in areAllSeriesAttachedToSameAxis()
H A DThreeDHelper.cxx1348 sal_Int32 nSeriesCount = static_cast<sal_Int32>( aSeriesList.size() ); in getRoundedEdgesAndObjectLines() local
1353 for( sal_Int32 nS = 0; nS < nSeriesCount; ++nS ) in getRoundedEdgesAndObjectLines()
1448 sal_Int32 nSeriesCount = static_cast<sal_Int32>( aSeriesList.size() ); in setRoundedEdgesAndObjectLines() local
1449 for( sal_Int32 nS = 0; nS < nSeriesCount; ++nS ) in setRoundedEdgesAndObjectLines()
H A DDiagramHelper.cxx404 const sal_Int32 nSeriesCount = aSeries.getLength(); in getStackModeFromChartType() local
405 sal_Int32 i = (nSeriesCount == 1) ? 0: 1; in getStackModeFromChartType()
406 for( ; i<nSeriesCount; ++i ) in getStackModeFromChartType()
444 if( nSeriesCount ) in getStackModeFromChartType()
/trunk/main/chart2/source/model/template/
H A DNetChartTypeTemplate.cxx81 ::sal_Int32 nSeriesCount ) in applyStyle() argument
84 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
H A DBubbleChartTypeTemplate.cxx174 ::sal_Int32 nSeriesCount ) in applyStyle() argument
177 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
H A DAreaChartTypeTemplate.cxx199 ::sal_Int32 nSeriesCount ) in applyStyle() argument
202 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
H A DBarChartTypeTemplate.cxx269 ::sal_Int32 nSeriesCount ) in applyStyle() argument
272 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
H A DLineChartTypeTemplate.cxx368 ::sal_Int32 nSeriesCount ) in applyStyle() argument
371 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
H A DScatterChartTypeTemplate.cxx217 ::sal_Int32 nSeriesCount ) in applyStyle() argument
220 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
H A DColumnLineChartTypeTemplate.cxx260 ::sal_Int32 nSeriesCount ) in applyStyle() argument
263 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
H A DStockChartTypeTemplate.cxx237 ::sal_Int32 nSeriesCount ) in applyStyle() argument
240 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
H A DPieChartTypeTemplate.cxx471 ::sal_Int32 nSeriesCount ) in applyStyle() argument
474 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
H A DNetChartTypeTemplate.hxx64 ::sal_Int32 nSeriesCount )
H A DAreaChartTypeTemplate.hxx79 ::sal_Int32 nSeriesCount )
H A DBubbleChartTypeTemplate.hxx84 ::sal_Int32 nSeriesCount )
H A DLineChartTypeTemplate.hxx86 ::sal_Int32 nSeriesCount )
H A DScatterChartTypeTemplate.hxx88 ::sal_Int32 nSeriesCount )
H A DBarChartTypeTemplate.hxx91 ::sal_Int32 nSeriesCount )
H A DColumnLineChartTypeTemplate.hxx84 ::sal_Int32 nSeriesCount )
H A DStockChartTypeTemplate.hxx100 ::sal_Int32 nSeriesCount )
H A DPieChartTypeTemplate.hxx85 ::sal_Int32 nSeriesCount )
H A DChartTypeTemplate.hxx122 ::sal_Int32 nSeriesCount )
/trunk/main/offapi/com/sun/star/chart2/
H A DXChartTypeTemplate.idl202 @param nSeriesCount
211 [in] long nSeriesCount );
/trunk/main/xmloff/source/chart/
H A DSchXMLChartContext.cxx973 const sal_Int32 nSeriesCount( aSeriesSeq.getLength()); in MergeSeriesForStockChart() local
975 sal_Int32 nCandleStickCount = nSeriesCount / nSeriesPerCandleStick; in MergeSeriesForStockChart()
976 OSL_ASSERT( nSeriesPerCandleStick * nCandleStickCount == nSeriesCount ); in MergeSeriesForStockChart()

Completed in 99 milliseconds