Home
last modified time | relevance | path

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

/trunk/main/formula/source/core/api/
H A Dtoken.cxx1260 const FormulaToken* t = GetNonEndOfPathToken( ++pCur->nPC ); in Next()
1273 while (!t && ((t = GetNonEndOfPathToken( ++nIdx)) != NULL)) in PeekNextOperator()
1301 const FormulaToken* FormulaTokenIterator::GetNonEndOfPathToken( short nIdx ) const in GetNonEndOfPathToken() function in formula::FormulaTokenIterator
1314 return GetNonEndOfPathToken( pCur->nPC + 1) == NULL; in IsEndOfPath()
/trunk/main/formula/inc/formula/
H A Dtokenarray.hxx278 const FormulaToken* GetNonEndOfPathToken( short nIdx ) const;

Completed in 21 milliseconds