Home
last modified time | relevance | path

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

/aoo4110/main/xmloff/source/chart/
H A DSchXMLExport.cxx231 sal_Int32 nSeriesLength,
2771 sal_Int32 nSeriesLength = 0; in exportSeries() local
2803 if( nSeriesLength < nSequenceLength ) in exportSeries()
2804 nSeriesLength = nSequenceLength; in exportSeries()
3083 nSeriesLength, xNewDiagram, bExportContent ); in exportSeries()
3226 sal_Int32 nSeriesLength = in exportCandleStickSeries() local
3322 sal_Int32 nSeriesLength, in exportDataPoints() argument
3361 DBG_ASSERT( nSize <= nSeriesLength, "Too many point attributes" ); in exportDataPoints()
3382 for( nElement = 0; nElement < nSeriesLength; ++nElement ) in exportDataPoints()
3449 if( nCurrIndex<0 || nCurrIndex>=nSeriesLength ) in exportDataPoints()
[all …]

Completed in 31 milliseconds