Lines Matching refs:nFirstCol
421 SCCOL nFirstCol = rDataRange.aStart.Col(); in lcl_GetColumnTypes() local
430 for ( SCCOL nCol = nFirstCol; nCol <= nLastCol; nCol++ ) in lcl_GetColumnTypes()
710 SCCOL nFirstCol, nLastCol; in DBaseExport() local
713 aDocument.GetDataStart( nTab, nFirstCol, nFirstRow ); in DBaseExport()
715 if ( nFirstCol > nLastCol ) in DBaseExport()
716 nFirstCol = nLastCol; in DBaseExport()
724 for ( SCCOL nDocCol = nFirstCol; nDocCol <= nLastCol && bHasFieldNames; nDocCol++ ) in DBaseExport()
730 long nColCount = nLastCol - nFirstCol + 1; in DBaseExport()
736 ScRange aDataRange( nFirstCol, nFirstRow, nTab, nLastCol, nLastRow, nTab ); in DBaseExport()
881 SCCOL nDocCol = sal::static_int_cast<SCCOL>( nFirstCol + nCol ); in DBaseExport()
992 SCCOL nDocCol = nFirstCol; in DBaseExport()
995 ScHorizontalCellIterator aIter( &aDocument, nTab, nFirstCol, in DBaseExport()
1001 SCCOL nCol = nDocCol - nFirstCol; in DBaseExport()