Searched refs:bGoingDown (Results 1 – 2 of 2) sorted by relevance
357 bool bGoingFwdOrBwd = false, bGoingDown = false; in ImplGetNextLayoutLeaf() local359 bGoingDown = ( !bGoingUp && ( 0 != (p = lcl_GetLower( pFrm, bFwd ) ) ) ); in ImplGetNextLayoutLeaf()360 if ( !bGoingDown ) in ImplGetNextLayoutLeaf()380 bGoingUp = !bGoingFwdOrBwd && !bGoingDown; in ImplGetNextLayoutLeaf()424 sal_Bool bGoingFwdOrBwd = sal_False, bGoingDown = sal_False; in ImplGetNextCntntFrm() local426 bGoingDown = ( !bGoingUp && ( 0 != ( p = lcl_GetLower( pFrm, true ) ) ) ); in ImplGetNextCntntFrm()427 if ( !bGoingDown ) in ImplGetNextCntntFrm()440 bGoingUp = !(bGoingFwdOrBwd || bGoingDown); in ImplGetNextCntntFrm()444 if( bGoingDown && p ) in ImplGetNextCntntFrm()696 if( !bGoingDown ) in lcl_NextFrm()[all …]
642 sal_Bool bGoingFwdOrBwd = sal_False, bGoingDown = sal_False; in lcl_GetNextCntntFrm() local644 …bGoingDown = !bGoingUp && ( 0 != ( p = pFrm->IsLayoutFrm() ? ((SwLayoutFrm*)pFrm)->Lower() : 0 ) … in lcl_GetNextCntntFrm()645 if ( !bGoingDown ) in lcl_GetNextCntntFrm()658 bGoingUp = !( bGoingFwdOrBwd || bGoingDown ); in lcl_GetNextCntntFrm()660 if( !bFwd && bGoingDown && p ) in lcl_GetNextCntntFrm()
Completed in 20 milliseconds