Home
last modified time | relevance | path

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

/AOO41X/main/sc/source/core/tool/
H A Dinterpr2.cxx1803 formula::FormulaTokenRef p1st = PopToken(); in ScIntersect() local
1805 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() local
1972 if (nGlobalError || !p2nd || !p1st) in ScUnionFunc()
1978 StackVar sv1 = p1st->GetType(); in ScUnionFunc()
1987 ScToken* x1 = static_cast<ScToken*>(p1st.get()); in ScUnionFunc()