Home
last modified time | relevance | path

Searched refs:pHere (Results 1 – 3 of 3) sorted by relevance

/trunk/main/svl/source/numbers/
H A Dzforfind.cxx252 const sal_Unicode* pHere = pStr; in NextNumberStringSymbol() local
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
323 pHere++; in SkipThousands()
331 pHere += rThSep.Len()-1; in SkipThousands()
336 pHere--; in SkipThousands()
353 pHere--; in SkipThousands()
[all …]
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx3843 ScChangeActionContent *pHere, *pTmp; in UpdateReference() local
3844 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()
/trunk/main/formula/source/core/api/
H A Dtoken.cxx1280 ImpTokenIterator* pHere = pCur; in PeekNextOperator() local
1283 pCur = pHere; in PeekNextOperator()

Completed in 48 milliseconds