Home
last modified time | relevance | path

Searched refs:pCurStt (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/edit/
H A Dedfld.cxx244 SwPosition *pCurStt = aCurPam.Start(), *pCurEnd = in UpdateOneField() local
254 && pCurStt->nContent != pCurEnd->nContent in UpdateOneField()
260 if( aPam.Start()->nContent != pCurStt->nContent ) in UpdateOneField()
263 pTextField = GetTextFieldAtPos( pCurStt, true ); in UpdateOneField()
278 ++pCurStt->nContent; in UpdateOneField()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/edit/
H A Dedfld.cxx252 SwPosition *pCurStt = aCurPam.Start(), *pCurEnd = in UpdateOneField() local
262 && pCurStt->nContent != pCurEnd->nContent in UpdateOneField()
268 if( aPam.Start()->nContent != pCurStt->nContent ) in UpdateOneField()
271 if( nullptr != (pTextField = GetTextFieldAtPos( pCurStt, true )) ) in UpdateOneField()
285 ++pCurStt->nContent; in UpdateOneField()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A DDocumentRedlineManager.cxx2289 const SwPosition* pCurStt = pCur->Start(), in CompressRedlines() local
2290 * pCurEnd = pCurStt == pCur->GetPoint() in CompressRedlines()
2292 if( *pPrevEnd == *pCurStt && pPrev->CanCombine( *pCur ) && in CompressRedlines()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A DDocumentRedlineManager.cxx2366 const SwPosition* pCurStt = pCur->Start(), in CompressRedlines() local
2367 * pCurEnd = pCurStt == pCur->GetPoint() in CompressRedlines()
2369 if( *pPrevEnd == *pCurStt && pPrev->CanCombine( *pCur ) && in CompressRedlines()