/aoo41x/main/chart2/source/tools/ |
H A D | DataSeriesHelper.cxx | 655 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 D | ThreeDHelper.cxx | 1348 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 D | DiagramHelper.cxx | 404 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()
|
/aoo41x/main/chart2/source/model/template/ |
H A D | NetChartTypeTemplate.cxx | 81 ::sal_Int32 nSeriesCount ) in applyStyle() argument 84 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
|
H A D | BubbleChartTypeTemplate.cxx | 174 ::sal_Int32 nSeriesCount ) in applyStyle() argument 177 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
|
H A D | AreaChartTypeTemplate.cxx | 199 ::sal_Int32 nSeriesCount ) in applyStyle() argument 202 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
|
H A D | BarChartTypeTemplate.cxx | 269 ::sal_Int32 nSeriesCount ) in applyStyle() argument 272 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
|
H A D | LineChartTypeTemplate.cxx | 368 ::sal_Int32 nSeriesCount ) in applyStyle() argument 371 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
|
H A D | ScatterChartTypeTemplate.cxx | 217 ::sal_Int32 nSeriesCount ) in applyStyle() argument 220 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
|
H A D | ColumnLineChartTypeTemplate.cxx | 260 ::sal_Int32 nSeriesCount ) in applyStyle() argument 263 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
|
H A D | StockChartTypeTemplate.cxx | 237 ::sal_Int32 nSeriesCount ) in applyStyle() argument 240 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
|
H A D | PieChartTypeTemplate.cxx | 471 ::sal_Int32 nSeriesCount ) in applyStyle() argument 474 ChartTypeTemplate::applyStyle( xSeries, nChartTypeIndex, nSeriesIndex, nSeriesCount ); in applyStyle()
|
H A D | NetChartTypeTemplate.hxx | 64 ::sal_Int32 nSeriesCount )
|
H A D | AreaChartTypeTemplate.hxx | 79 ::sal_Int32 nSeriesCount )
|
H A D | BubbleChartTypeTemplate.hxx | 84 ::sal_Int32 nSeriesCount )
|
H A D | LineChartTypeTemplate.hxx | 86 ::sal_Int32 nSeriesCount )
|
H A D | ScatterChartTypeTemplate.hxx | 88 ::sal_Int32 nSeriesCount )
|
H A D | BarChartTypeTemplate.hxx | 91 ::sal_Int32 nSeriesCount )
|
H A D | ColumnLineChartTypeTemplate.hxx | 84 ::sal_Int32 nSeriesCount )
|
H A D | StockChartTypeTemplate.hxx | 100 ::sal_Int32 nSeriesCount )
|
H A D | PieChartTypeTemplate.hxx | 85 ::sal_Int32 nSeriesCount )
|
H A D | ChartTypeTemplate.hxx | 122 ::sal_Int32 nSeriesCount )
|
/aoo41x/main/offapi/com/sun/star/chart2/ |
H A D | XChartTypeTemplate.idl | 202 @param nSeriesCount 211 [in] long nSeriesCount );
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLChartContext.cxx | 973 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()
|