Lines Matching refs:pushOperand
637 mxStack->pushOperand( mxOut->getLastItemValue() ); in dumpIntToken()
643 mxStack->pushOperand( mxOut->getLastItemValue() ); in dumpDoubleToken()
650 mxStack->pushOperand( aBuffer.makeStringAndClear() ); in dumpStringToken()
656 mxStack->pushOperand( mxOut->getLastItemValue() ); in dumpBoolToken()
662 mxStack->pushOperand( mxOut->getLastItemValue() ); in dumpErrorToken()
667 mxStack->pushOperand( OUString( OOX_DUMP_EMPTYVALUE ) ); in dumpMissArgToken()
673 mxStack->pushOperand( createPlaceHolder(), rTokClass ); in dumpArrayToken()
680 mxStack->pushOperand( createName( nNameId ), rTokClass ); in dumpNameToken()
687 mxStack->pushOperand( lclCreateName( aRef, nNameId ), rTokClass ); in dumpNameXToken()
694 mxStack->pushOperand( createRef( mxOut->getLastItemValue() ), rTokClass ); in dumpRefToken()
701 mxStack->pushOperand( createRef( mxOut->getLastItemValue() ), rTokClass ); in dumpAreaToken()
707 mxStack->pushOperand( createRef( getErrorName( BIFF_ERR_REF ) ), rTokClass ); in dumpRefErrToken()
715 mxStack->pushOperand( mxOut->getLastItemValue(), rTokClass ); in dumpRef3dToken()
723 mxStack->pushOperand( mxOut->getLastItemValue(), rTokClass ); in dumpArea3dToken()
730 mxStack->pushOperand( aRef + getErrorName( BIFF_ERR_REF ), rTokClass ); in dumpRefErr3dToken()
752 mxStack->pushOperand( aOp.makeStringAndClear() ); in dumpExpToken()
836 mxStack->pushOperand( aOp.makeStringAndClear() ); in dumpTableToken()