Searched refs:pHere (Results 1 – 3 of 3) sorted by relevance
252 const sal_Unicode* pHere = pStr; in NextNumberStringSymbol() local257 pHere++; in NextNumberStringSymbol()276 pHere--; in NextNumberStringSymbol()285 pHere--; in NextNumberStringSymbol()298 pStr = pHere; in NextNumberStringSymbol()317 const sal_Unicode* pHere = pStr; in SkipThousands() local323 pHere++; in SkipThousands()331 pHere += rThSep.Len()-1; in SkipThousands()336 pHere--; in SkipThousands()353 pHere--; in SkipThousands()[all …]
3843 ScChangeActionContent *pHere, *pTmp; in UpdateReference() local3844 pHere = (ScChangeActionContent*) p; in UpdateReference()3845 while ( (pTmp = pHere->GetPrevContent()) != NULL && in UpdateReference()3847 pHere = pTmp; in UpdateReference()3851 pHere->SetPrevContent( NULL ); in UpdateReference()3855 AddDependentWithNotify( pActMove, pHere ); in UpdateReference()3856 } while ( ( pHere = pHere->GetNextContent() ) != NULL ); in UpdateReference()
1280 ImpTokenIterator* pHere = pCur; in PeekNextOperator() local1283 pCur = pHere; in PeekNextOperator()
Completed in 41 milliseconds