Home
last modified time | relevance | path

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

/trunk/main/oox/source/xls/
H A Dformulaparser.cxx515 bool pushBiffErrorOperand( sal_uInt8 nErrorCode );
955 bool FormulaParserImpl::pushBiffErrorOperand( sal_uInt8 nErrorCode ) in pushBiffErrorOperand() function in oox::xls::FormulaParserImpl
1027 return pushBiffErrorOperand( BIFF_ERR_NAME ); in pushEmbeddedRefOperand()
1033 return pushBiffErrorOperand( BIFF_ERR_NAME ); in pushDefinedNameOperand()
1089 return pushBiffErrorOperand( BIFF_ERR_NAME ); in pushExternalNameOperand()
1394 …case BIFF_TOKID_ERR: bOk = pushBiffErrorOperand( rStrm.readuInt8() ); br… in importBiff12Formula()
1631 return pushBiffErrorOperand( BIFF_ERR_REF ); in importTableToken()
1805 return pushBiffErrorOperand( BIFF_ERR_NAME ); in pushBiff12ExtName()
2148 … case BIFF_TOKID_ERR: bOk = pushBiffErrorOperand( rStrm.readuInt8() ); break; in importBiffFormula()
2565 …drAddData( aNlr, rStrm, bRow ) ? pushBiffNlrSAddr( aNlr, bRow ) : pushBiffErrorOperand( BIFF_ERR_R… in importNlrSAddrToken()
[all …]