Searched refs:bFwd (Results 1 – 10 of 10) sorted by relevance
/aoo42x/main/sw/source/core/layout/ |
H A D | findfrm.cxx | 327 const SwFrm* lcl_GetLower( const SwFrm* pFrm, bool bFwd ) in lcl_GetLower() argument 332 return bFwd ? in lcl_GetLower() 349 const SwLayoutFrm *SwFrm::ImplGetNextLayoutLeaf( bool bFwd ) const in ImplGetNextLayoutLeaf() 354 bool bGoingUp = !bFwd; // false for forward, true for backward in ImplGetNextLayoutLeaf() 359 bGoingDown = ( !bGoingUp && ( 0 != (p = lcl_GetLower( pFrm, bFwd ) ) ) ); in ImplGetNextLayoutLeaf() 365 bGoingFwdOrBwd = (0 != (p = lcl_FindLayoutFrame( pFrm, bFwd ) ) ); in ImplGetNextLayoutLeaf() 416 const SwCntntFrm* SwCntntFrm::ImplGetNextCntntFrm( bool bFwd ) const in ImplGetNextCntntFrm() 429 bGoingFwdOrBwd = ( 0 != ( p = lcl_FindLayoutFrame( pFrm, bFwd ) ) ); in ImplGetNextCntntFrm() 442 if ( !bFwd ) in ImplGetNextCntntFrm()
|
H A D | flowfrm.cxx | 799 const SwLayoutFrm *SwFrm::GetLeaf( MakePageType eMakePage, sal_Bool bFwd, in GetLeaf() argument 810 { pLeaf = ((SwFrm*)pLeaf)->GetLeaf( eMakePage, bFwd ); in GetLeaf() 838 SwLayoutFrm *SwFrm::GetLeaf( MakePageType eMakePage, sal_Bool bFwd ) in GetLeaf() argument 841 return bFwd ? GetNextFtnLeaf( eMakePage ) : GetPrevFtnLeaf( eMakePage ); in GetLeaf() 871 return bFwd ? GetNextCellLeaf( eMakePage ) : GetPrevCellLeaf( eMakePage ); in GetLeaf() 874 return bFwd ? GetNextSctLeaf( eMakePage ) : GetPrevSctLeaf( eMakePage ); in GetLeaf() 877 return bFwd ? GetNextLeaf( eMakePage ) : GetPrevLeaf( eMakePage ); in GetLeaf()
|
H A D | sectfrm.cxx | 623 SwCntntFrm* lcl_GetNextCntntFrm( const SwLayoutFrm* pLay, bool bFwd ) in lcl_GetNextCntntFrm() argument 625 if ( bFwd ) in lcl_GetNextCntntFrm() 648 … ( bFwd ? ((SwFlyFrm*)pFrm)->GetNextLink() : ((SwFlyFrm*)pFrm)->GetPrevLink() ) : in lcl_GetNextCntntFrm() 649 ( bFwd ? pFrm->GetNext() :pFrm->GetPrev() ) ) ); in lcl_GetNextCntntFrm() 660 if( !bFwd && bGoingDown && p ) in lcl_GetNextCntntFrm()
|
H A D | trvlfrm.cxx | 618 const bool bFwd = ( fnNxtPrv == lcl_GetNxtCnt ); in lcl_UpDown() local 619 const SwLayoutFrm* pTmpCell = bFwd ? in lcl_UpDown() 627 pTmpCell = bFwd ? in lcl_UpDown()
|
H A D | tabfrm.cxx | 3539 SwLayoutFrm *SwTabFrm::GetLeaf( MakePageType eMakePage, sal_Bool bFwd ) in GetLeaf() argument 3542 if ( bFwd ) in GetLeaf()
|
/aoo42x/main/sw/source/core/inc/ |
H A D | frame.hxx | 393 const SwLayoutFrm* ImplGetNextLayoutLeaf( bool bFwd ) const; 540 SwLayoutFrm *GetLeaf( MakePageType eMakePage, sal_Bool bFwd ); 549 const SwLayoutFrm *GetLeaf ( MakePageType eMakePage, sal_Bool bFwd,
|
H A D | cntfrm.hxx | 57 const SwCntntFrm* ImplGetNextCntntFrm( bool bFwd ) const;
|
H A D | tabfrm.hxx | 40 SwLayoutFrm *GetLeaf( MakePageType eMakePage, sal_Bool bFwd );
|
/aoo42x/main/sw/source/core/crsr/ |
H A D | findattr.cxx | 210 SwAttrCheckArr::SwAttrCheckArr( const SfxItemSet& rSet, int bFwd, in SwAttrCheckArr() argument 217 bForward = 0 != bFwd; in SwAttrCheckArr()
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtftn.cxx | 88 const sal_Bool bFwd = *pFtn->GetStart() >= GetOfst(); in FindFtnRef() local 93 pFrm = bFwd ? pFrm->GetFollow() : in FindFtnRef()
|
Completed in 86 milliseconds