Home
last modified time | relevance | path

Searched refs:bFtnPage (Results 1 – 4 of 4) sorted by path

/trunk/main/sw/source/core/inc/
H A Dpagefrm.hxx75 sal_Bool bFtnPage :1; //Diese Seite ist fuer Dokumentende-Fussnoten. member in SwPageFrm
268 sal_Bool IsFtnPage() const { return bFtnPage; } in IsFtnPage()
270 void SetFtnPage( sal_Bool b ) { bFtnPage = b; } in SetFtnPage()
/trunk/main/sw/source/core/layout/
H A Dpagechg.cxx220 bInvalidFlyLayout = bInvalidFlyCntnt = bInvalidFlyInCnt = bFtnPage = bEndNotePage = sal_False; in SwPageFrm()
H A Dsectfrm.cxx1634 const sal_Bool bFtnPage = FindPageFrm()->IsFtnPage(); in GetNextSctLeaf() local
1667 if ( !bFtnPage && pNxtPg->IsFtnPage() ) in GetNextSctLeaf()
H A Dwsfrm.cxx1613 const sal_Bool bFtnPage = pBoss->IsPageFrm() && ((SwPageFrm*)pBoss)->IsFtnPage(); in AdjustNeighbourhood() local
1614 if ( bFtnPage && !IsFtnContFrm() ) in AdjustNeighbourhood()
1626 if( !bFtnPage ) in AdjustNeighbourhood()

Completed in 95 milliseconds