Lines Matching refs:x1
1820 ScToken* x1 = static_cast<ScToken*>(p1st.get()); in ScIntersect() local
1827 ScToken* xt[2] = { x1, x2 }; in ScIntersect()
1845 x1 = xt[0], x2 = xt[1]; in ScIntersect()
1847 x1->CalcAbsIfRel( aPos); in ScIntersect()
1851 ScRefList::const_iterator end1( x1->GetRefList()->end()); in ScIntersect()
1853 for (ScRefList::const_iterator it1( x1->GetRefList()->begin()); in ScIntersect()
1895 ScToken* pt[2] = { x1, x2 }; in ScIntersect()
1951 formula::FormulaTokenRef x1 = PopToken(); in ScRangeFunc() local
1953 if (nGlobalError || !x2 || !x1) in ScRangeFunc()
1958 FormulaTokenRef xRes = ScToken::ExtendRangeReference( *x1, *x2, aPos, false); in ScRangeFunc()
1987 ScToken* x1 = static_cast<ScToken*>(p1st.get()); in ScUnionFunc() local
1995 xRes = x1; in ScUnionFunc()
2006 ScToken* pt[2] = { x1, x2 }; in ScUnionFunc()