Searched refs:bFtnPage (Results 1 – 4 of 4) sorted by relevance
74 sal_Bool bFtnPage :1; //Diese Seite ist fuer Dokumentende-Fussnoten. member in SwPageFrm268 sal_Bool IsFtnPage() const { return bFtnPage; } in IsFtnPage()270 void SetFtnPage( sal_Bool b ) { bFtnPage = b; } in SetFtnPage()
1608 const sal_Bool bFtnPage = pBoss->IsPageFrm() && ((SwPageFrm*)pBoss)->IsFtnPage(); in AdjustNeighbourhood() local1609 if ( bFtnPage && !IsFtnContFrm() ) in AdjustNeighbourhood()1621 if( !bFtnPage ) in AdjustNeighbourhood()
1634 const sal_Bool bFtnPage = FindPageFrm()->IsFtnPage(); in GetNextSctLeaf() local1667 if ( !bFtnPage && pNxtPg->IsFtnPage() ) in GetNextSctLeaf()
220 bInvalidFlyLayout = bInvalidFlyCntnt = bInvalidFlyInCnt = bFtnPage = bEndNotePage = sal_False; in SwPageFrm()
Completed in 42 milliseconds