Home
last modified time | relevance | path

Searched refs:BIFF_ERR_REF (Results 1 – 7 of 7) sorted by relevance

/trunk/main/oox/source/xls/
H A Dformulaparser.cxx1631 return pushBiffErrorOperand( BIFF_ERR_REF ); in importTableToken()
2565 …dData( aNlr, rStrm, bRow ) ? pushBiffNlrSAddr( aNlr, bRow ) : pushBiffErrorOperand( BIFF_ERR_REF ); in importNlrSAddrToken()
2575 …lr, bRow, rStrm ) ? pushBiffNlrSRange( aNlr, aRange, bRow ) : pushBiffErrorOperand( BIFF_ERR_REF ); in importNlrSRangeToken()
2706 pushBiffNlrAddr( rNlr, bRow ) : pushBiffErrorOperand( BIFF_ERR_REF ); in pushBiffNlrRange()
2732 return pushBiffErrorOperand( BIFF_ERR_REF ); in pushBiffNlrSRange()
2853 return convertErrorToFormula( BIFF_ERR_REF ); in convertNameToFormula()
H A Dbiffhelper.cxx232 case BIFF_ERR_REF: nApiError = 524; break; in calcDoubleFromError()
H A Dunitconverter.cxx124 addErrorCode( BIFF_ERR_REF, CREATE_OUSTRING( "#REF!" ) ); in UnitConverter()
H A Dsheetdatabuffer.cxx774 … > aErrorCells( nWidth, nHeight, Any( getFormulaParser().convertErrorToFormula( BIFF_ERR_REF ) ) ); in finalizeTableOperation()
/trunk/main/oox/inc/oox/xls/
H A Dbiffhelper.hxx574 const sal_uInt8 BIFF_ERR_REF = 0x17; variable
/trunk/main/oox/source/dump/
H A Dxlsbdumper.cxx707 mxStack->pushOperand( createRef( getErrorName( BIFF_ERR_REF ) ), rTokClass ); in dumpRefErrToken()
730 mxStack->pushOperand( aRef + getErrorName( BIFF_ERR_REF ), rTokClass ); in dumpRefErr3dToken()
H A Dbiffdumper.cxx1231 mxStack->pushOperand( createRef( getErrorName( BIFF_ERR_REF ) ), rTokClass ); in dumpRefErrToken()
1254 mxStack->pushOperand( aRef + getErrorName( BIFF_ERR_REF ), rTokClass ); in dumpRefErr3dToken()

Completed in 81 milliseconds