Home
last modified time | relevance | path

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

/trunk/main/chart2/source/model/template/
H A DStockDataInterpreter.cxx117 sal_Int32 nCandleStickGroupIndex( nNumberOfGroups - 1 ); in interpretDataSource() local
122 aSequences[nCandleStickGroupIndex].realloc( nCandleStickSeries ); in interpretDataSource()
160 aSequences[nCandleStickGroupIndex][nLabeledSeqIdx].realloc( 4 ); in interpretDataSource()
161 aSequences[nCandleStickGroupIndex][nLabeledSeqIdx][nSeqIdx].set( aData[nSourceIndex] ); in interpretDataSource()
167 aSequences[nCandleStickGroupIndex][nLabeledSeqIdx].realloc( 3 ); in interpretDataSource()
169 aSequences[nCandleStickGroupIndex][nLabeledSeqIdx][nSeqIdx].set( aData[nSourceIndex] ); in interpretDataSource()
174 aSequences[nCandleStickGroupIndex][nLabeledSeqIdx][nSeqIdx].set( aData[nSourceIndex] ); in interpretDataSource()
179 aSequences[nCandleStickGroupIndex][nLabeledSeqIdx][nSeqIdx].set( aData[nSourceIndex] ); in interpretDataSource()
204 aSequences[nCandleStickGroupIndex][nSeriesIndex].realloc( nRemaining ); in interpretDataSource()
209 aSequences[nCandleStickGroupIndex][nSeriesIndex][nSeqIdx].set( aData[nSourceIndex] ); in interpretDataSource()
[all …]