Home
last modified time | relevance | path

Searched refs:aColTypes (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sc/source/ui/docshell/
H A Ddocsh8.cxx307 uno::Sequence<sal_Int32> aColTypes( nColCount ); // column types in DBaseImport() local
308 sal_Int32* pTypeArr = aColTypes.getArray(); in DBaseImport()
732 uno::Sequence<sal_Int32> aColTypes( nColCount ); in DBaseExport() local
738 aColNames.getArray(), aColTypes.getArray(), in DBaseExport()
805 const sal_Int32* pColTypes = aColTypes.getConstArray(); in DBaseExport()
993 const sal_Int32* pColTypes = aColTypes.getConstArray(); in DBaseExport()
H A Ddbdocimp.cxx303 uno::Sequence<sal_Int32> aColTypes( nColCount ); // column types in DoImport() local
305 sal_Int32* pTypeArr = aColTypes.getArray(); in DoImport()
/trunk/main/sc/source/core/data/
H A Ddptablecache.cxx590 std::vector<sal_Int32> aColTypes(mnColumnCount); in InitFromDataBase() local
595 aColTypes[nCol] = xMeta->getColumnType(nCol+1); in InitFromDataBase()
606 ScDPItemData * pNew = lcl_GetItemValue( xRow, aColTypes[nCol], nCol+1, rNullDate ); in InitFromDataBase()

Completed in 31 milliseconds