Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/chart/
H A DSchXMLExport.cxx2803 …sal_Int32 nSequenceLength = (xTempValueSeq.is()? xTempValueSeq->getData().getLength() : sal_Int32(… in exportSeries() local
2804 if( nSeriesLength < nSequenceLength ) in exportSeries()
2805 nSeriesLength = nSequenceLength; in exportSeries()