Searched refs:nTestRow (Results 1 – 3 of 3) sorted by relevance
434 SCROW nTestRow = rParam.nRow1 + 1; // below the title row in DoImport() local436 pDoc->GetCellType(ScAddress( nTestCol, nTestRow, nTab )) == CELLTYPE_FORMULA ) in DoImport()
1515 for( SCROW nTestRow = nTestRow1; nTestRow <= nTestRow2; nTestRow++ ) in InsertCells() local1517 ScRange aTestRange( nTestCol, nTestRow, i ); in InsertCells()1919 for( SCROW nTestRow = nTestRow1; nTestRow <= nTestRow2; nTestRow++ ) in DeleteCells() local1921 ScRange aTestRange( nTestCol, nTestRow, i ); in DeleteCells()
736 SCROW nTestRow = rQueryParam.nDestRow + in Query() local739 pDoc->GetCellType(ScAddress( nTestCol, nTestRow, nTab )) == CELLTYPE_FORMULA ) in Query()
Completed in 45 milliseconds