/aoo42x/main/sc/source/filter/lotus/ |
H A D | lotform.cxx | 940 ocPush, // 1 Variable in IndexToToken() 941 ocPush, // 2 Bereich in IndexToToken() 942 ocPush, // 3 return in IndexToToken() 943 ocPush, // 4 Klammer in IndexToToken() 946 ocPush, // 7 NOP in IndexToToken() 1472 ocPush, // 2 Bereich in IndexToTokenWK123() 1473 ocPush, // 3 return in IndexToTokenWK123() 1474 ocPush, // 4 Klammer in IndexToTokenWK123() 1475 ocPush, // 5 Numbers in IndexToTokenWK123() 1482 ocPush, // 12 in IndexToTokenWK123() [all …]
|
/aoo42x/main/sc/source/core/tool/ |
H A D | token.cxx | 185 eOp = ocPush; in SetString() 202 eOp = ocPush; in SetSingleReference() 211 eOp = ocPush; in SetDoubleReference() 219 eOp = ocPush; in SetDouble() 399 if (eOp == ocPush) in CreateToken() 404 if (eOp == ocPush) in CreateToken() 409 if (eOp == ocPush) in CreateToken() 1174 if ( eOpCode == ocPush ) in AddFormulaToken() 1255 if ( eOpCode != ocPush ) in AddFormulaToken() 1418 case ocPush : in MergeArray() [all …]
|
H A D | interpr4.cxx | 1458 if ( p->GetOpCode() != ocPush && p->GetOpCode() != ocMissing ) in ConvertMatrixParameters() 3396 if ( eOp == ocPush ) in Interpret() 3817 if (nGlobalError && eOp != ocPush && sp > nStackBase + 1) in Interpret() 3898 if( pCur->GetOpCode() == ocPush ) in Interpret()
|
H A D | compiler.cxx | 3909 else if (eLastOp == ocRange && pNewToken->GetOpCode() == ocPush && in CompileString()
|
/aoo42x/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
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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()
|
/aoo42x/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
|