Searched refs:nExtTypeCount (Results 1 – 1 of 1) sorted by relevance
506 static sal_Int32 nExtTypeCount = sizeof( pExtTypes ) / sizeof( *pExtTypes ); in lcl_GetExtColumnType() local507 return pExtTypes[ ((0 <= nIntType) && (nIntType < nExtTypeCount)) ? nIntType : 0 ]; in lcl_GetExtColumnType()
Completed in 24 milliseconds