Lines Matching refs:pHere
252 const sal_Unicode* pHere = pStr; in NextNumberStringSymbol() local
255 while ( ((cToken = *pHere) != 0) && eState != SsStop) in NextNumberStringSymbol()
257 pHere++; in NextNumberStringSymbol()
276 pHere--; in NextNumberStringSymbol()
285 pHere--; in NextNumberStringSymbol()
298 pStr = pHere; in NextNumberStringSymbol()
317 const sal_Unicode* pHere = pStr; in SkipThousands() local
321 while ( ((cToken = *pHere) != 0) && eState != SsStop) in SkipThousands()
323 pHere++; in SkipThousands()
327 if ( StringPtrContains( rThSep, pHere-1, 0 ) ) in SkipThousands()
331 pHere += rThSep.Len()-1; in SkipThousands()
336 pHere--; in SkipThousands()
353 pHere--; in SkipThousands()
365 pHere -= nCounter + rThSep.Len(); // put back ThSep also in SkipThousands()
367 pStr = pHere; in SkipThousands()