Lines Matching refs:nColCount
250 long nColCount = 0; in DBaseImport() local
294 nColCount = xMeta->getColumnCount(); // this is the number of real columns in DBaseImport()
296 if ( nColCount > MAXCOL+1 ) in DBaseImport()
298 nColCount = MAXCOL+1; in DBaseImport()
307 uno::Sequence<sal_Int32> aColTypes( nColCount ); // column types in DBaseImport()
309 for (i=0; i<nColCount; i++) in DBaseImport()
318 for (i=0; i<nColCount; i++) in DBaseImport()
361 for (i=0; i<nColCount; i++) in DBaseImport()
388 if ( nColCount > 0 ) in DBaseImport()
389 aDocument.DoColResize( 0, 0, static_cast<SCCOL>(nColCount) - 1, 0 ); in DBaseImport()
730 long nColCount = nLastCol - nFirstCol + 1; in DBaseExport() local
731 uno::Sequence<rtl::OUString> aColNames( nColCount ); in DBaseExport()
732 uno::Sequence<sal_Int32> aColTypes( nColCount ); in DBaseExport()
733 uno::Sequence<sal_Int32> aColLengths( nColCount ); in DBaseExport()
734 uno::Sequence<sal_Int32> aColScales( nColCount ); in DBaseExport()
810 for (nCol=0; nCol<nColCount; nCol++) in DBaseExport()
879 for (nCol=0; nCol<nColCount; nCol++) in DBaseExport()