Lines Matching refs:aTmpRes
470 ParseResult aTmpRes; in NextToken() local
473 aTmpRes = aCC.parsePredefinedToken( in NextToken()
479 if (aTmpRes.TokenType & KParseType::ASC_NUMBER) in NextToken()
480 aRes.TokenType = aTmpRes.TokenType; in NextToken()
721 ParseResult aTmpRes = aCC.parseAnyToken( in NextToken() local
729 aTmpRes.LeadingWhiteSpace); in NextToken()
742 if (aTmpRes.TokenType & KParseType::IDENTNAME) in NextToken()
745 … xub_StrLen n = sal::static_int_cast< xub_StrLen >(aTmpRes.EndPos - nTmpStart); in NextToken()
749 DBG_ASSERT( aTmpRes.EndPos > rnEndPos, in NextToken()
751 if (aTmpRes.EndPos > rnEndPos) in NextToken()
752 rnEndPos = aTmpRes.EndPos; in NextToken()