Lines Matching refs:nColCount
273 long nColCount = 0; in DoImport() local
279 nColCount = xMeta->getColumnCount(); // this is the number of real columns in DoImport()
281 if ( rParam.nCol1 + nColCount - 1 > MAXCOL ) in DoImport()
283 nColCount = 0; in DoImport()
299 if ( nColCount > 0 && xRow.is() ) in DoImport()
301 nEndCol = (SCCOL)( rParam.nCol1 + nColCount - 1 ); in DoImport()
303 uno::Sequence<sal_Int32> aColTypes( nColCount ); // column types in DoImport()
304 uno::Sequence<sal_Bool> aColCurr( nColCount ); // currency flag is not in types in DoImport()
307 for (i=0; i<nColCount; i++) in DoImport()
316 for (i=0; i<nColCount; i++) in DoImport()
367 for (i=0; i<nColCount; i++) in DoImport()