Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/doc/
H A Ddocfld.cxx938 const SwNode *pFirstStt, *pNextStt; in operator <() local
946 pNextStt = pTblNd->StartOfSectionNode(); in operator <()
948 pNextStt = pNext->StartOfSectionNode(); in operator <()
950 if( pFirstStt != pNextStt ) in operator <()
958 return pFirstStt->GetIndex() < pNextStt->GetIndex(); in operator <()
H A Ddocredln.cxx2467 const SwPosition* pNextStt = pFnd->Start(); in SelPrevRedline() local
2476 ( *pNextStt == *( pREnd = pTmp->End() ) || in SelPrevRedline()
2477 IsPrevPos( *pREnd, *pNextStt )) ) in SelPrevRedline()
2479 pNextStt = pTmp->Start(); in SelPrevRedline()
2480 rSttPos = *pNextStt; in SelPrevRedline()

Completed in 39 milliseconds