Searched refs:bGoingUp (Results 1 – 2 of 2) sorted by relevance
370 bGoingUp = (0 != (p = pFrm->GetUpper() ) ); in ImplGetNextLayoutLeaf()371 if ( !bGoingUp ) in ImplGetNextLayoutLeaf()380 bGoingUp = !bGoingFwdOrBwd && !bGoingDown; in ImplGetNextLayoutLeaf()421 sal_Bool bGoingUp = sal_False; in ImplGetNextCntntFrm() local432 bGoingUp = ( 0 != ( p = pFrm->GetUpper() ) ); in ImplGetNextCntntFrm()433 if ( !bGoingUp ) in ImplGetNextCntntFrm()440 bGoingUp = !(bGoingFwdOrBwd || bGoingDown); in ImplGetNextCntntFrm()689 sal_Bool bGoingUp = sal_False; in lcl_NextFrm() local701 bGoingUp = (0 != (p = pFrm->GetUpper())); in lcl_NextFrm()702 if ( !bGoingUp ) in lcl_NextFrm()[all …]
639 sal_Bool bGoingUp = sal_True; in lcl_GetNextCntntFrm() local644 …bGoingDown = !bGoingUp && ( 0 != ( p = pFrm->IsLayoutFrm() ? ((SwLayoutFrm*)pFrm)->Lower() : 0 ) … in lcl_GetNextCntntFrm()652 bGoingUp = (0 != (p = pFrm->GetUpper() ) ); in lcl_GetNextCntntFrm()653 if ( !bGoingUp ) in lcl_GetNextCntntFrm()658 bGoingUp = !( bGoingFwdOrBwd || bGoingDown ); in lcl_GetNextCntntFrm()
Completed in 32 milliseconds