Home
last modified time | relevance | path

Searched refs:ocNegSub (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/sc/source/filter/lotus/
H A Dlotform.cxx177 << ocNegSub << eParam[ 2 ]; in DoFunc()
344 aPool << ocNegSub << ocOpen << rParam << ocClose; in NegToken()
463 aPool << ocOpen << ocNegSub << aStack << ocClose; in Convert()
947 ocNegSub, // 8 Negation in IndexToToken()
1484 ocNegSub, // 14 Negation in IndexToTokenWK123()
/aoo4110/main/sc/source/filter/qpro/
H A Dqproform.cxx372 aPool << ocNegSub << aStack; in Convert()
399 { ocNegSub, FT_Neg }, // 0x08
/aoo4110/main/formula/inc/formula/
H A Dopcode.hxx91 ocNegSub = SC_OPCODE_NEG_SUB, enumerator
/aoo4110/main/sc/source/core/tool/
H A Dtoken.cxx1498 case ocNegSub : in MergeArray()
1565 case ocNegSub : in MergeArray()
H A Dparclass.cxx151 { ocNegSub, {{ Array }, 0 }},
H A Dcompiler.cxx2589 if (bFound && ((eOp = pRawToken->GetOpCode()) == ocSub || eOp == ocNegSub)) in IsOpCode()
2592 (eLastOp == ocOpen || eLastOp == ocSep || eLastOp == ocNegSub || in IsOpCode()
2597 pRawToken->NewOpCode( ocNegSub ); in IsOpCode()
2599 else if (!bShouldBeNegSub && eOp == ocNegSub) in IsOpCode()
H A Dinterpr4.cxx3471 case ocNegSub : in Interpret()
/aoo4110/main/sc/source/filter/excel/
H A Dexcform8.cxx241 aPool << ocNegSub << aStack; in Convert()
H A Dexcform.cxx345 aPool << ocNegSub << aStack; in Convert()
H A Dxeformula.cxx917 case ocNegSub: return EXC_TOKID_UMINUS; // -(1) in lclGetUnaryPreTokenId()

Completed in 318 milliseconds