Home
last modified time | relevance | path

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

/aoo4110/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()
352 int bGoNxt = pSavePos->nNode < rPtIdx.GetIndex(); in IsSelOvr() local
353 while( 0 != ( pFrm = ( bGoNxt ? pFrm->GetNextCntntFrm() : pFrm->GetPrevCntntFrm() )) in IsSelOvr()
361 bGoNxt = !bGoNxt; in IsSelOvr()
365 pFrm = bGoNxt ? pFrm->GetNextCntntFrm() in IsSelOvr()
379 xub_StrLen nTmpPos = bGoNxt ? 0 : pCNd->Len(); in IsSelOvr()

Completed in 16 milliseconds