Lines Matching refs:nRow

145 	SCSIZE nRow;  in CreateMemChartSingle()  local
254 for (nRow=0; nRow<nRowCount; nRow++) in CreateMemChartSingle()
258 pDocument->GetCell( aCols[nCol], aRows[nRow], nTab1, pCell ); in CreateMemChartSingle()
269 aRows[nRow], nTab1, nFormat ); in CreateMemChartSingle()
280 pMemChart->SetData(static_cast<short>(nCol), static_cast<short>(nRow), nVal); in CreateMemChartSingle()
289 for (nRow=0; nRow<nRowCount; nRow++) in CreateMemChartSingle()
290 pMemChart->SetData( static_cast<short>(nCol), static_cast<short>(nRow), DBL_MIN ); in CreateMemChartSingle()
322 for (nRow=0; nRow<nRowCount; nRow++) in CreateMemChartSingle()
327 ScAddress aAddr( nStrCol, aRows[nRow], nTab1 ); in CreateMemChartSingle()
328 pDocument->GetString( nStrCol, aRows[nRow], nTab1, aString ); in CreateMemChartSingle()
334 aString += String::CreateFromInt32( aRows[nRow]+1 ); in CreateMemChartSingle()
336 pMemChart->SetRowText( static_cast<short>(nRow), aString); in CreateMemChartSingle()
379 SCSIZE nRow = 0; in CreateMemChartMulti() local
415 for ( nRow = 0; nRow < nRowCount; nRow++, nIndex++ ) in CreateMemChartMulti()
442 pMemChart->SetData(static_cast<short>(nCol), static_cast<short>(nRow), nVal); in CreateMemChartMulti()
448 for ( nRow = 0; nRow < nRowCount; nRow++, nIndex++ ) in CreateMemChartMulti()
475 pMemChart->SetData(static_cast<short>(nCol), static_cast<short>(nRow), nVal); in CreateMemChartMulti()
520 for ( nRow = 0; nRow < nRowCount; nRow++ ) in CreateMemChartMulti()
523 const ScAddress* pPos = GetPositionMap()->GetRowHeaderPosition( nRow ); in CreateMemChartMulti()
539 pMemChart->SetRowText( static_cast<short>(nRow), aString); in CreateMemChartMulti()