Searched refs:ocUnion (Results 1 – 6 of 6) sorted by relevance
86 ocUnion = SC_OPCODE_UNION, enumerator
922 pFacToken->NewOpCode( ocUnion,FormulaToken::PrivateAccess()); in Factor()1196 while (pToken->GetOpCode() == ocUnion) in UnionLine()
72 { ocUnion, {{ Reference, Reference }, 0 }},
3469 case ocUnion : ScUnionFunc(); break; in Interpret()
926 …return ((eOpCode == ocUnion) || (!bStopAtSep && (eOpCode == ocSep))) ? EXC_TOKID_LIST : EXC_TOKID_… in lclGetListTokenId()2629 aScTokArr.AddOpCode( ocUnion ); in CreateFormula()
896 orArray.AddOpCode( ocUnion ); in lclAddDoubleRefData()946 aArray.AddOpCode( ocUnion ); in ConvertDataSequence()
Completed in 71 milliseconds