Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/docshell/
H A Ddbdocimp.cxx434 SCROW nTestRow = rParam.nRow1 + 1; // below the title row in DoImport() local
436 pDoc->GetCellType(ScAddress( nTestCol, nTestRow, nTab )) == CELLTYPE_FORMULA ) in DoImport()
H A Ddocfunc.cxx1515 for( SCROW nTestRow = nTestRow1; nTestRow <= nTestRow2; nTestRow++ ) in InsertCells() local
1517 ScRange aTestRange( nTestCol, nTestRow, i ); in InsertCells()
1919 for( SCROW nTestRow = nTestRow1; nTestRow <= nTestRow2; nTestRow++ ) in DeleteCells() local
1921 ScRange aTestRange( nTestCol, nTestRow, i ); in DeleteCells()
H A Ddbdocfun.cxx736 SCROW nTestRow = rQueryParam.nDestRow + in Query() local
739 pDoc->GetCellType(ScAddress( nTestCol, nTestRow, nTab )) == CELLTYPE_FORMULA ) in Query()

Completed in 61 milliseconds