Searched refs:maBiffErrCodes (Results 1 – 2 of 2) sorted by relevance
230 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()
110 BiffErrorCodeMap maBiffErrCodes; /// Maps BIFF error constants to error code strings. member in oox::xls::UnitConverter