Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/dbgui/
H A Dcsvgrid.cxx504 static sal_uInt8 pExtTypes[] = in lcl_GetExtColumnType() local
506 static sal_Int32 nExtTypeCount = sizeof( pExtTypes ) / sizeof( *pExtTypes ); in lcl_GetExtColumnType()
507 return pExtTypes[ ((0 <= nIntType) && (nIntType < nExtTypeCount)) ? nIntType : 0 ]; in lcl_GetExtColumnType()

Completed in 18 milliseconds