Home
last modified time | relevance | path

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

/AOO41X/main/oox/inc/oox/xls/
H A Dunitconverter.hxx105 typedef ::std::map< ::rtl::OUString, sal_uInt8 > OoxErrorCodeMap; typedef in oox::xls::UnitConverter
109 OoxErrorCodeMap maOoxErrCodes; /// Maps error code strings to BIFF error constants.
/AOO41X/main/oox/source/xls/
H A Dunitconverter.cxx236 OoxErrorCodeMap::const_iterator aIt = maOoxErrCodes.find( rErrorCode ); in calcBiffErrorCode()