Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx1805 formula::FormulaTokenRef p1st = PopToken(); in ScIntersect() local
1807 if (nGlobalError || !p2nd || !p1st) in ScIntersect()
1813 StackVar sv1 = p1st->GetType(); in ScIntersect()
1822 ScToken* x1 = static_cast<ScToken*>(p1st.get()); in ScIntersect()
1972 formula::FormulaTokenRef p1st = PopToken(); in ScUnionFunc() local
1974 if (nGlobalError || !p2nd || !p1st) in ScUnionFunc()
1980 StackVar sv1 = p1st->GetType(); in ScUnionFunc()
1989 ScToken* x1 = static_cast<ScToken*>(p1st.get()); in ScUnionFunc()

Completed in 32 milliseconds