Home
last modified time | relevance | path

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

/aoo4110/main/oox/source/dump/
H A Dxlsbdumper.cxx637 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()
715 mxStack->pushOperand( mxOut->getLastItemValue(), rTokClass ); in dumpRef3dToken()
752 mxStack->pushOperand( aOp.makeStringAndClear() ); in dumpExpToken()
[all …]
H A Dbiffdumper.cxx1150 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()
1278 mxStack->pushOperand( aOp.makeStringAndClear() ); in dumpExpToken()
1441 mxStack->pushOperand( createPlaceHolder(), rTokClass ); in dumpNlrColRowToken()
[all …]
H A Ddumperbase.cxx928 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()
/aoo4110/main/oox/source/xls/
H A Dformulaparser.cxx505 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()
/aoo4110/main/oox/inc/oox/dump/
H A Ddumperbase.hxx483 void pushOperand( const String& rOp, const ::rtl::OUString& rTokClass );
484 void pushOperand( const String& rOp );

Completed in 107 milliseconds