Home
last modified time | relevance | path

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

/AOO41X/main/oox/inc/oox/xls/
H A Dunitconverter.hxx106 typedef ::std::map< sal_uInt8, ::rtl::OUString > BiffErrorCodeMap; typedef in oox::xls::UnitConverter
110 BiffErrorCodeMap maBiffErrCodes; /// Maps BIFF error constants to error code strings.
/AOO41X/main/oox/source/xls/
H A Dunitconverter.cxx230 BiffErrorCodeMap::const_iterator aIt = maBiffErrCodes.find( nErrorCode ); in calcOoxErrorCode()