Searched refs:pExtTypes (Results 1 – 1 of 1) sorted by relevance
504 static sal_uInt8 pExtTypes[] = in lcl_GetExtColumnType() local506 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 17 milliseconds