Lines Matching refs:nFirstRow
422 SCROW nFirstRow = rDataRange.aStart.Row(); in lcl_GetColumnTypes() local
429 SCROW nFirstDataRow = ( bHasFieldNames ? nFirstRow + 1 : nFirstRow ); in lcl_GetColumnTypes()
443 pDoc->GetString( nCol, nFirstRow, nTab, aString ); in lcl_GetColumnTypes()
674 pDoc->SetString( nCol, nFirstRow, nTab, aOutString ); in lcl_GetColumnTypes()
675 rDocShell.PostPaint( nCol, nFirstRow, nTab, nCol, nFirstRow, nTab, PAINT_GRID ); in lcl_GetColumnTypes()
711 SCROW nFirstRow, nLastRow; in DBaseExport() local
713 aDocument.GetDataStart( nTab, nFirstCol, nFirstRow ); in DBaseExport()
717 if ( nFirstRow > nLastRow ) in DBaseExport()
718 nFirstRow = nLastRow; in DBaseExport()
720 nLastRow - nFirstRow ); in DBaseExport()
726 if ( !aDocument.HasStringData( nDocCol, nFirstRow, nTab ) ) in DBaseExport()
736 ScRange aDataRange( nFirstCol, nFirstRow, nTab, nLastCol, nLastRow, nTab ); in DBaseExport()
872 SCROW nFirstDataRow = ( bHasFieldNames ? nFirstRow + 1 : nFirstRow ); in DBaseExport()
966 if ( !aProgress.SetStateOnPercent( nDocRow - nFirstRow ) ) in DBaseExport()