Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dunitconverter.cxx236 OoxErrorCodeMap::const_iterator aIt = maOoxErrCodes.find( rErrorCode ); in calcBiffErrorCode()
237 return (aIt == maOoxErrCodes.end()) ? BIFF_ERR_NA : aIt->second; in calcBiffErrorCode()
242 maOoxErrCodes[ rErrorCode ] = nErrorCode; in addErrorCode()
/trunk/main/oox/inc/oox/xls/
H A Dunitconverter.hxx109 OoxErrorCodeMap maOoxErrCodes; /// Maps error code strings to BIFF error constants. member in oox::xls::UnitConverter

Completed in 15 milliseconds