Searched refs:BIFF_ERR_REF (Results 1 – 7 of 7) sorted by relevance
/trunk/main/oox/source/xls/ |
H A D | formulaparser.cxx | 1631 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 D | biffhelper.cxx | 232 case BIFF_ERR_REF: nApiError = 524; break; in calcDoubleFromError()
|
H A D | unitconverter.cxx | 124 addErrorCode( BIFF_ERR_REF, CREATE_OUSTRING( "#REF!" ) ); in UnitConverter()
|
H A D | sheetdatabuffer.cxx | 774 … > aErrorCells( nWidth, nHeight, Any( getFormulaParser().convertErrorToFormula( BIFF_ERR_REF ) ) ); in finalizeTableOperation()
|
/trunk/main/oox/inc/oox/xls/ |
H A D | biffhelper.hxx | 574 const sal_uInt8 BIFF_ERR_REF = 0x17; variable
|
/trunk/main/oox/source/dump/ |
H A D | xlsbdumper.cxx | 707 mxStack->pushOperand( createRef( getErrorName( BIFF_ERR_REF ) ), rTokClass ); in dumpRefErrToken() 730 mxStack->pushOperand( aRef + getErrorName( BIFF_ERR_REF ), rTokClass ); in dumpRefErr3dToken()
|
H A D | biffdumper.cxx | 1231 mxStack->pushOperand( createRef( getErrorName( BIFF_ERR_REF ) ), rTokClass ); in dumpRefErrToken() 1254 mxStack->pushOperand( aRef + getErrorName( BIFF_ERR_REF ), rTokClass ); in dumpRefErr3dToken()
|
Completed in 91 milliseconds