Searched refs:nFirstDataRow (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/sc/source/ui/docshell/ |
H A D | docsh8.cxx | 429 SCROW nFirstDataRow = ( bHasFieldNames ? nFirstRow + 1 : nFirstRow ); in lcl_GetColumnTypes() local 543 pDoc->GetCell( nCol, nFirstDataRow, nTab, pCell ); in lcl_GetColumnTypes() 549 pDoc->GetNumberFormat( nCol, nFirstDataRow, nTab, nFormat ); in lcl_GetColumnTypes() 581 nFieldLen = pDoc->GetMaxStringLen( nTab, nCol, nFirstDataRow, in lcl_GetColumnTypes() 591 nFirstDataRow, nLastRow ); in lcl_GetColumnTypes() 872 SCROW nFirstDataRow = ( bHasFieldNames ? nFirstRow + 1 : nFirstRow ); in DBaseExport() local 875 for ( nDocRow = nFirstDataRow; nDocRow <= nLastRow; nDocRow++ ) in DBaseExport()
|
Completed in 19 milliseconds