Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddocfld.cxx219 const SwNode *pFirstStt, *pNextStt; in operator <() local
228 pNextStt = pTableNd->StartOfSectionNode(); in operator <()
230 pNextStt = pNext->StartOfSectionNode(); in operator <()
232 if( pFirstStt != pNextStt ) in operator <()
247 return pFirstStt->GetIndex() < pNextStt->GetIndex(); in operator <()
H A DDocumentRedlineManager.cxx3181 const SwPosition* pNextStt = pFnd->Start(); in SelPrevRedline() local
3190 ( *pNextStt == *( pREnd = pTmp->End() ) || in SelPrevRedline()
3191 IsPrevPos( *pREnd, *pNextStt )) ) in SelPrevRedline()
3193 pNextStt = pTmp->Start(); in SelPrevRedline()
3194 rSttPos = *pNextStt; in SelPrevRedline()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddocfld.cxx218 const SwNode *pFirstStt, *pNextStt; in operator <() local
226 pNextStt = pTableNd->StartOfSectionNode(); in operator <()
228 pNextStt = pNext->StartOfSectionNode(); in operator <()
230 if( pFirstStt != pNextStt ) in operator <()
245 return pFirstStt->GetIndex() < pNextStt->GetIndex(); in operator <()
H A DDocumentRedlineManager.cxx3053 const SwPosition* pNextStt = pFnd->Start(); in SelPrevRedline() local
3062 ( *pNextStt == *( pREnd = pTmp->End() ) || in SelPrevRedline()
3063 IsPrevPos( *pREnd, *pNextStt )) ) in SelPrevRedline()
3065 pNextStt = pTmp->Start(); in SelPrevRedline()
3066 rSttPos = *pNextStt; in SelPrevRedline()