Searched refs:bGoingUp (Results 1 – 2 of 2) sorted by relevance
354 bool bGoingUp = !bFwd; // false for forward, true for backward in ImplGetNextLayoutLeaf() local359 bGoingDown = ( !bGoingUp && ( 0 != (p = lcl_GetLower( pFrm, bFwd ) ) ) ); in ImplGetNextLayoutLeaf()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() local426 bGoingDown = ( !bGoingUp && ( 0 != ( p = lcl_GetLower( pFrm, true ) ) ) ); in ImplGetNextCntntFrm()432 bGoingUp = ( 0 != ( p = pFrm->GetUpper() ) ); in ImplGetNextCntntFrm()433 if ( !bGoingUp ) in ImplGetNextCntntFrm()440 bGoingUp = !(bGoingFwdOrBwd || bGoingDown); in ImplGetNextCntntFrm()[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()