Home
last modified time | relevance | path

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

/aoo42x/main/sw/source/core/crsr/
H A Dswcrsr.cxx263 int bGoNxt = pSavePos->nNode < rPtIdx.GetIndex(); in IsSelOvr() local
264 SwCntntNode* pCNd = bGoNxt in IsSelOvr()
269 bGoNxt = !bGoNxt; in IsSelOvr()
270 … pCNd = bGoNxt ? rNds.GoNextSection( &rPtIdx, bSkipOverHiddenSections, bSkipOverProtectSections) in IsSelOvr()
295 xub_StrLen nTmpPos = bIsValidPos ? (bGoNxt ? 0 : pCNd->Len()) : nCntntPos; in IsSelOvr()
353 int bGoNxt = pSavePos->nNode < rPtIdx.GetIndex(); in IsSelOvr() local
354 while( 0 != ( pFrm = ( bGoNxt ? pFrm->GetNextCntntFrm() : pFrm->GetPrevCntntFrm() )) in IsSelOvr()
362 bGoNxt = !bGoNxt; in IsSelOvr()
367 pFrm = bGoNxt ? pFrm->GetNextCntntFrm() : pFrm->GetPrevCntntFrm(); in IsSelOvr()
380 const xub_StrLen nTmpPos = bGoNxt ? 0 : pCNd->Len(); in IsSelOvr()

Completed in 26 milliseconds