Searched refs:p1st (Results 1 – 1 of 1) sorted by relevance
1803 formula::FormulaTokenRef p1st = PopToken(); in ScIntersect() local1805 if (nGlobalError || !p2nd || !p1st) in ScIntersect()1811 StackVar sv1 = p1st->GetType(); in ScIntersect()1820 ScToken* x1 = static_cast<ScToken*>(p1st.get()); in ScIntersect()1970 formula::FormulaTokenRef p1st = PopToken(); in ScUnionFunc() local1972 if (nGlobalError || !p2nd || !p1st) in ScUnionFunc()1978 StackVar sv1 = p1st->GetType(); in ScUnionFunc()1987 ScToken* x1 = static_cast<ScToken*>(p1st.get()); in ScUnionFunc()