Home
last modified time | relevance | path

Searched refs:BIFF_ERR_NA (Results 1 – 6 of 6) sorted by relevance

/trunk/main/oox/source/xls/
H A Dunitconverter.cxx127 addErrorCode( BIFF_ERR_NA, CREATE_OUSTRING( "#NA" ) ); in UnitConverter()
237 return (aIt == maOoxErrCodes.end()) ? BIFF_ERR_NA : aIt->second; in calcBiffErrorCode()
H A Dbiffhelper.cxx235 case BIFF_ERR_NA: nApiError = 0x7FFF; break; in calcDoubleFromError()
H A Dexternallinkfragment.cxx275 mxExtName->appendResultValue( BiffHelper::calcDoubleFromError( BIFF_ERR_NA ) ); in onEndElement()
H A Dexternallinkbuffer.cxx439 …Columns ), static_cast< size_t >( nRows ), Any( BiffHelper::calcDoubleFromError( BIFF_ERR_NA ) ) ); in setResultSize()
H A Dformulaparser.cxx1675 … appendRawToken( OPCODE_PUSH ) <<= BiffHelper::calcDoubleFromError( BIFF_ERR_NA ); in importArrayToken()
2393 … appendRawToken( OPCODE_PUSH ) <<= BiffHelper::calcDoubleFromError( BIFF_ERR_NA ); in importArrayToken()
/trunk/main/oox/inc/oox/xls/
H A Dbiffhelper.hxx577 const sal_uInt8 BIFF_ERR_NA = 0x2A; variable

Completed in 49 milliseconds