Searched refs:BiffErrorCodeMap (Results 1 – 2 of 2) sorted by relevance
106 typedef ::std::map< sal_uInt8, ::rtl::OUString > BiffErrorCodeMap; typedef in oox::xls::UnitConverter110 BiffErrorCodeMap maBiffErrCodes; /// Maps BIFF error constants to error code strings.
230 BiffErrorCodeMap::const_iterator aIt = maBiffErrCodes.find( nErrorCode ); in calcOoxErrorCode()