Home
last modified time | relevance | path

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

/AOO41X/main/oox/source/xls/
H A Dunitconverter.cxx230 BiffErrorCodeMap::const_iterator aIt = maBiffErrCodes.find( nErrorCode ); in calcOoxErrorCode()
231 return (aIt == maBiffErrCodes.end()) ? CREATE_OUSTRING( "#N/A" ) : aIt->second; in calcOoxErrorCode()
243 maBiffErrCodes[ nErrorCode ] = rErrorCode; in addErrorCode()
/AOO41X/main/oox/inc/oox/xls/
H A Dunitconverter.hxx110 BiffErrorCodeMap maBiffErrCodes; /// Maps BIFF error constants to error code strings. member in oox::xls::UnitConverter