Lines Matching refs:nRow

80     for (long nRow = 0; nRow < nRowCount; nRow++)  in FillLongArray()  local
86 ScAddress( (SCCOL)(nStartCol+nCol), (SCROW)(nStartRow+nRow), nTab ) ) ); in FillLongArray()
88 pRowAry[nRow] = aColSeq; in FillLongArray()
107 for (SCSIZE nRow = 0; nRow < nRowCount; nRow++) in FillLongArray() local
112 if ( pMatrix->IsString( nCol, nRow ) ) in FillLongArray()
115 pColAry[nCol] = lcl_DoubleToLong( pMatrix->GetDouble( nCol, nRow ) ); in FillLongArray()
117 pRowAry[nRow] = aColSeq; in FillLongArray()
136 for (long nRow = 0; nRow < nRowCount; nRow++) in FillDoubleArray() local
142 ScAddress( (SCCOL)(nStartCol+nCol), (SCROW)(nStartRow+nRow), nTab ) ); in FillDoubleArray()
144 pRowAry[nRow] = aColSeq; in FillDoubleArray()
163 for (SCSIZE nRow = 0; nRow < nRowCount; nRow++) in FillDoubleArray() local
168 if ( pMatrix->IsString( nCol, nRow ) ) in FillDoubleArray()
171 pColAry[nCol] = pMatrix->GetDouble( nCol, nRow ); in FillDoubleArray()
173 pRowAry[nRow] = aColSeq; in FillDoubleArray()
194 for (long nRow = 0; nRow < nRowCount; nRow++) in FillStringArray() local
201 ScAddress((SCCOL)(nStartCol+nCol), (SCROW)(nStartRow+nRow), nTab), in FillStringArray()
206 pRowAry[nRow] = aColSeq; in FillStringArray()
226 for (SCSIZE nRow = 0; nRow < nRowCount; nRow++) in FillStringArray() local
233 if ( pMatrix->IsString( nCol, nRow ) ) in FillStringArray()
235 if ( !pMatrix->IsEmpty( nCol, nRow ) ) in FillStringArray()
236 aStr = pMatrix->GetString( nCol, nRow ); in FillStringArray()
240 double fVal = pMatrix->GetDouble( nCol, nRow ); in FillStringArray()
247 pRowAry[nRow] = aColSeq; in FillStringArray()
284 for (long nRow = 0; nRow < nRowCount; nRow++) in FillMixedArray() local
292 ScAddress aPos( (SCCOL)(nStartCol+nCol), (SCROW)(nStartRow+nRow), nTab ); in FillMixedArray()
310 pRowAry[nRow] = aColSeq; in FillMixedArray()
329 for (SCSIZE nRow = 0; nRow < nRowCount; nRow++) in FillMixedArray() local
335 if ( pMatrix->IsString( nCol, nRow ) ) in FillMixedArray()
338 if ( !pMatrix->IsEmpty( nCol, nRow ) ) in FillMixedArray()
339 aStr = pMatrix->GetString( nCol, nRow ); in FillMixedArray()
344 double fVal = pMatrix->GetDouble( nCol, nRow ); in FillMixedArray()
345 if (bDataTypes && pMatrix->IsBoolean( nCol, nRow )) in FillMixedArray()
352 pRowAry[nRow] = aColSeq; in FillMixedArray()
404 sal_Int32 nCol, nRow; in CreateMixedMatrix() local
405 for (nRow=0; nRow<nRowCount; nRow++) in CreateMixedMatrix()
407 sal_Int32 nTmp = pRowArr[nRow].getLength(); in CreateMixedMatrix()
425 for (nRow=0; nRow<nRowCount; nRow++) in CreateMixedMatrix()
427 sal_Int32 nColCount = pRowArr[nRow].getLength(); in CreateMixedMatrix()
428 const uno::Any* pColArr = pRowArr[nRow].getConstArray(); in CreateMixedMatrix()
438 static_cast<SCSIZE>(nRow) ); in CreateMixedMatrix()
442 static_cast<SCSIZE>(nRow) ); in CreateMixedMatrix()
453 static_cast<SCSIZE>(nRow) ); in CreateMixedMatrix()
457 static_cast<SCSIZE>(nRow) ); in CreateMixedMatrix()
464 static_cast<SCSIZE>(nRow) ); in CreateMixedMatrix()