Searched refs:pushOperand (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/oox/source/dump/ |
| H A D | xlsbdumper.cxx | 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() [all …]
|
| H A D | biffdumper.cxx | 1150 mxStack->pushOperand( mxOut->getLastItemValue() ); in dumpIntToken() 1156 mxStack->pushOperand( mxOut->getLastItemValue() ); in dumpDoubleToken() 1164 mxStack->pushOperand( aValue.makeStringAndClear() ); in dumpStringToken() 1170 mxStack->pushOperand( mxOut->getLastItemValue() ); in dumpBoolToken() 1176 mxStack->pushOperand( mxOut->getLastItemValue() ); in dumpErrorToken() 1181 mxStack->pushOperand( OUString( OOX_DUMP_EMPTYVALUE ) ); in dumpMissArgToken() 1187 mxStack->pushOperand( createPlaceHolder(), rTokClass ); in dumpArrayToken() 1203 mxStack->pushOperand( createName( nNameIdx ), rTokClass ); in dumpNameToken() 1211 mxStack->pushOperand( lclCreateName( aRef, nNameIdx ), rTokClass ); in dumpNameXToken() 1218 mxStack->pushOperand( createRef( mxOut->getLastItemValue() ), rTokClass ); in dumpRefToken() [all …]
|
| H A D | dumperbase.cxx | 928 void FormulaStack::pushOperand( const String& rOp, const OUString& rTokClass ) in pushOperand() function in oox::dump::FormulaStack 934 void FormulaStack::pushOperand( const String& rOp ) in pushOperand() function in oox::dump::FormulaStack 936 pushOperand( rOp, OUString( OOX_DUMP_BASECLASS ) ); in pushOperand()
|
| /trunk/main/oox/source/xls/ |
| H A D | formulaparser.cxx | 505 bool pushOperand( sal_Int32 nOpCode ); 912 bool FormulaParserImpl::pushOperand( sal_Int32 nOpCode ) in pushOperand() function in oox::xls::FormulaParserImpl 939 pushOperand( OPCODE_ARRAY_OPEN ); in pushErrorOperand() 1045 pushOperand( rFuncInfo.mnApiOpCode ); in pushExternalFuncOperand() 1390 …case BIFF_TOKID_MISSARG: bOk = pushOperand( OPCODE_MISSING ); br… in importBiff12Formula() 1639 pushOperand( OPCODE_ARRAY_OPEN ); in importArrayToken() 2142 … case BIFF_TOKID_MISSARG: bOk = pushOperand( OPCODE_MISSING ); break; in importBiffFormula() 2348 pushOperand( OPCODE_ARRAY_OPEN ); in importArrayToken()
|
| /trunk/main/oox/inc/oox/dump/ |
| H A D | dumperbase.hxx | 483 void pushOperand( const String& rOp, const ::rtl::OUString& rTokClass ); 484 void pushOperand( const String& rOp );
|