| /AOO41X/main/sc/source/filter/lotus/ |
| H A D | lotform.cxx | 939 ocPush, // 0 8-Byte-IEEE-Float in IndexToToken() 940 ocPush, // 1 Variable in IndexToToken() 941 ocPush, // 2 Bereich in IndexToToken() 942 ocPush, // 3 return in IndexToToken() 943 ocPush, // 4 Klammer in IndexToToken() 944 ocPush, // 5 2-Byte-Integer in IndexToToken() 945 ocPush, // 6 ASCII-String in IndexToToken() 946 ocPush, // 7 NOP in IndexToToken() 962 ocPush, // 23 unaeres Plus in IndexToToken() 1470 ocPush, // 0 8-Byte-IEEE-Long-Numbers in IndexToTokenWK123() [all …]
|
| /AOO41X/main/sc/source/filter/qpro/ |
| H A D | qproform.cxx | 391 { ocPush, FT_ConstFloat }, 392 { ocPush, FT_Cref }, 393 { ocPush, FT_Range }, 394 { ocPush, FT_Return }, 395 { ocPush, FT_Braces }, 396 { ocPush, FT_ConstInt }, 397 { ocPush, FT_ConstString }, 398 { ocPush, FT_NOP }, 414 { ocPush, FT_NOP }, // Unary plus
|
| /AOO41X/main/sc/source/core/tool/ |
| H A D | token.cxx | 129 (eOp == ocPush && (eType == svSingleRef || eType == svDoubleRef)) in IMPL_FIXEDMEMPOOL_NEWDEL() 185 eOp = ocPush; in SetString() 202 eOp = ocPush; in SetSingleReference() 211 eOp = ocPush; in SetDoubleReference() 219 eOp = ocPush; in SetDouble() 396 IF_NOT_OPCODE_ERROR( ocPush, FormulaDoubleToken); in CreateToken() 399 if (eOp == ocPush) in CreateToken() 404 if (eOp == ocPush) in CreateToken() 409 if (eOp == ocPush) in CreateToken() 414 IF_NOT_OPCODE_ERROR( ocPush, ScMatrixToken); in CreateToken() [all …]
|
| H A D | interpr4.cxx | 1458 if ( p->GetOpCode() != ocPush && p->GetOpCode() != ocMissing ) in ConvertMatrixParameters() 3396 if ( eOp == ocPush ) in Interpret() 3812 if (nGlobalError && eOp != ocPush && sp > nStackBase + 1) in Interpret() 3893 if( pCur->GetOpCode() == ocPush ) in Interpret()
|
| H A D | compiler.cxx | 3909 else if (eLastOp == ocRange && pNewToken->GetOpCode() == ocPush && in CompileString()
|
| /AOO41X/main/formula/source/core/api/ |
| H A D | token.cxx | 72 (eOp == ocPush && (eType == svSingleRef || eType == svDoubleRef)) in IMPL_FIXEDMEMPOOL_NEWDEL_DLL() 92 return (eOp != ocPush && eOp != ocBad && eOp != ocColRowName && in IsFunction() 283 if ( eOpCode == ocPush ) in AddFormulaToken() 303 if ( eOpCode == ocPush ) in AddFormulaToken() 717 if( t->GetOpCode() == ocPush in Add() 843 if ( eOp == ocPush || lcl_IsReference( eOp, t->GetType() ) ) in HasMatrixDoubleRefOps() 1275 if (t->GetOpCode() == ocPush) in PeekNextOperator()
|
| H A D | FormulaCompiler.cxx | 330 { FormulaMapGroupSpecialOffset::PUSH , ocPush } , in createSequenceOfAvailableMappings() 881 if( eOp == ocPush || eOp == ocColRowNameAuto || eOp == ocMatRef || in Factor() 1684 if ( (eOp == ocPush || eOp == ocColRowNameAuto) && in NextToken()
|
| /AOO41X/main/sc/inc/ |
| H A D | token.hxx | 66 ScToken( formula::StackVar eTypeP,OpCode e = ocPush ) : formula::FormulaToken(eTypeP,e) {} in ScToken() 125 ScSingleRefToken( const ScSingleRefData& r, OpCode e = ocPush ) : in ScSingleRefToken() 144 ScDoubleRefToken( const ScComplexRefData& r, OpCode e = ocPush ) : in ScDoubleRefToken() 146 ScDoubleRefToken( const ScSingleRefData& r, OpCode e = ocPush ) : in ScDoubleRefToken()
|
| /AOO41X/main/sc/source/ui/unoobj/ |
| H A D | tokenuno.cxx | 410 eOpCode = ocPush; in ConvertToTokenSequence() 427 eOpCode = ocPush; in ConvertToTokenSequence() 436 eOpCode = ocPush; in ConvertToTokenSequence()
|
| /AOO41X/main/sc/source/core/data/ |
| H A D | conditio.cxx | 245 if ( pToken->GetOpCode() == ocPush ) in ScConditionEntry() 269 if ( pToken->GetOpCode() == ocPush ) in ScConditionEntry() 325 if ( pToken->GetOpCode() == ocPush ) in Compile() 362 if ( pToken->GetOpCode() == ocPush ) in Compile()
|
| /AOO41X/main/sc/source/filter/excel/ |
| H A D | xlformula.cxx | 655 bool bIsStr = (rScToken.GetType() == svString) && (rScToken.GetOpCode() == ocPush); in GetTokenString() 733 bool bIsSingleRef = (eOpCode == ocPush) && (rToken.GetType() == svSingleRef); in lclGetAddress()
|
| H A D | excform8.cxx | 611 DoMulArgs( ocPush, nByte + 1 ); in Convert()
|
| H A D | excform.cxx | 675 DoMulArgs( ocPush, nByte + 1 ); in Convert()
|
| H A D | xeformula.cxx | 1254 bool bIsStr = (rTokData.GetType() == svString) && (rTokData.GetOpCode() == ocPush); in lclGetTokenString()
|
| /AOO41X/main/formula/inc/formula/ |
| H A D | FormulaCompiler.hxx | 323 rCurr->GetType() == svByte && rCurr->GetOpCode() != ocPush in ForceArrayOperator()
|
| H A D | token.hxx | 103 FormulaToken( StackVar eTypeP,OpCode e = ocPush ) : in FormulaToken()
|
| H A D | opcode.hxx | 33 ocPush = SC_OPCODE_PUSH, enumerator
|