Home
last modified time | relevance | path

Searched refs:ocPush (Results 1 – 17 of 17) sorted by relevance

/trunk/main/sc/source/filter/lotus/
H A Dlotform.cxx940 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 …]
/trunk/main/sc/source/core/tool/
H A Dtoken.cxx185 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 Dinterpr4.cxx1458 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 Dcompiler.cxx3909 else if (eLastOp == ocRange && pNewToken->GetOpCode() == ocPush && in CompileString()
/trunk/main/sc/source/filter/qpro/
H A Dqproform.cxx391 { 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
/trunk/main/formula/source/core/api/
H A Dtoken.cxx72 (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 DFormulaCompiler.cxx330 { FormulaMapGroupSpecialOffset::PUSH , ocPush } , in createSequenceOfAvailableMappings()
881 if( eOp == ocPush || eOp == ocColRowNameAuto || eOp == ocMatRef || in Factor()
1684 if ( (eOp == ocPush || eOp == ocColRowNameAuto) && in NextToken()
/trunk/main/sc/inc/
H A Dtoken.hxx66 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()
/trunk/main/sc/source/ui/unoobj/
H A Dtokenuno.cxx410 eOpCode = ocPush; in ConvertToTokenSequence()
427 eOpCode = ocPush; in ConvertToTokenSequence()
436 eOpCode = ocPush; in ConvertToTokenSequence()
/trunk/main/sc/source/core/data/
H A Dconditio.cxx245 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()
/trunk/main/sc/source/filter/excel/
H A Dxlformula.cxx655 bool bIsStr = (rScToken.GetType() == svString) && (rScToken.GetOpCode() == ocPush); in GetTokenString()
733 bool bIsSingleRef = (eOpCode == ocPush) && (rToken.GetType() == svSingleRef); in lclGetAddress()
H A Dexcform8.cxx611 DoMulArgs( ocPush, nByte + 1 ); in Convert()
H A Dexcform.cxx675 DoMulArgs( ocPush, nByte + 1 ); in Convert()
H A Dxeformula.cxx1254 bool bIsStr = (rTokData.GetType() == svString) && (rTokData.GetOpCode() == ocPush); in lclGetTokenString()
/trunk/main/formula/inc/formula/
H A DFormulaCompiler.hxx323 rCurr->GetType() == svByte && rCurr->GetOpCode() != ocPush in ForceArrayOperator()
H A Dtoken.hxx103 FormulaToken( StackVar eTypeP,OpCode e = ocPush ) : in FormulaToken()
H A Dopcode.hxx33 ocPush = SC_OPCODE_PUSH, enumerator

Completed in 359 milliseconds