Lines Matching refs:aTmpRes
480 ParseResult aTmpRes; in NextToken() local
483 aTmpRes = aCC.parsePredefinedToken( in NextToken()
489 if (aTmpRes.TokenType & KParseType::ASC_NUMBER) in NextToken()
490 aRes.TokenType = aTmpRes.TokenType; in NextToken()
731 ParseResult aTmpRes = aCC.parseAnyToken( in NextToken() local
739 aTmpRes.LeadingWhiteSpace); in NextToken()
752 if (aTmpRes.TokenType & KParseType::IDENTNAME) in NextToken()
755 … xub_StrLen n = sal::static_int_cast< xub_StrLen >(aTmpRes.EndPos - nTmpStart); in NextToken()
759 DBG_ASSERT( aTmpRes.EndPos > rnEndPos, in NextToken()
761 if (aTmpRes.EndPos > rnEndPos) in NextToken()
762 rnEndPos = aTmpRes.EndPos; in NextToken()