Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/layout/
H A Dfindfrm.cxx327 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 Dflowfrm.cxx799 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 Dsectfrm.cxx623 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 Dtrvlfrm.cxx618 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 Dtabfrm.cxx3539 SwLayoutFrm *SwTabFrm::GetLeaf( MakePageType eMakePage, sal_Bool bFwd ) in GetLeaf() argument
3542 if ( bFwd ) in GetLeaf()
/trunk/main/sw/source/core/inc/
H A Dframe.hxx393 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 Dcntfrm.hxx57 const SwCntntFrm* ImplGetNextCntntFrm( bool bFwd ) const;
H A Dtabfrm.hxx40 SwLayoutFrm *GetLeaf( MakePageType eMakePage, sal_Bool bFwd );
/trunk/main/sw/source/core/crsr/
H A Dfindattr.cxx210 SwAttrCheckArr::SwAttrCheckArr( const SfxItemSet& rSet, int bFwd, in SwAttrCheckArr() argument
217 bForward = 0 != bFwd; in SwAttrCheckArr()
/trunk/main/sw/source/core/text/
H A Dtxtftn.cxx88 const sal_Bool bFwd = *pFtn->GetStart() >= GetOfst(); in FindFtnRef() local
93 pFrm = bFwd ? pFrm->GetFollow() : in FindFtnRef()

Completed in 95 milliseconds