Lines Matching refs:GetFollow

112         SetFollow( rSect.GetFollow() );  in SwSectionFrm()
114 if( !GetFollow() ) in SwSectionFrm()
161 pMaster->SetFollow( GetFollow() ); in ~SwSectionFrm()
165 if( !GetFollow() ) in ~SwSectionFrm()
171 PROTOCOL( this, PROT_SECTION, ACT_DEL_MASTER, GetFollow() ) in ~SwSectionFrm()
172 GetFollow()->bIsFollow = sal_False; in ~SwSectionFrm()
217 pMaster->SetFollow( GetFollow() ); in DelEmpty()
221 if( !GetFollow() && !pMaster->IsColLocked() ) in DelEmpty()
226 GetFollow()->bIsFollow = sal_False; in DelEmpty()
401 pSect->SetFollow( ((SwSectionFrm*)pParent)->GetFollow() ); in Paste()
403 if( pSect->GetFollow() ) in Paste()
520 SetFollow( pNxt->GetFollow() ); in MergeNext()
577 pNew->SetFollow( GetFollow() ); in SplitSect()
800 while( GetNext() && GetNext() == GetFollow() ) in MakeAll()
802 const SwFrm* pFoll = GetFollow(); in MakeAll()
804 if( pFoll == GetFollow() ) in MakeAll()
814 while( GetFollow() ) in MakeAll()
816 const SwFrm* pFoll = GetFollow(); in MakeAll()
817 MergeNext( GetFollow() ); in MakeAll()
818 if( pFoll == GetFollow() ) in MakeAll()
898 pSect = pSect->GetFollow(); in FindLastCntnt()
954 SwSectionFrm* pSect = rbEmpty ? rpSect->GetFollow() : rpSect; in lcl_FindEndnote()
991 pSect = pLayouter ? pSect->GetFollow() : NULL; in lcl_FindEndnote()
1018 pSect = pSect->GetFollow(); in lcl_ColumnRefresh()
1099 else if( GetFollow() && !GetFollow()->ContainsAny() ) in _CheckClipping()
1436 while( HasFollow() && !GetFollow()->ContainsCntnt() && in Format()
1437 !GetFollow()->ContainsAny( true ) ) in Format()
1440 SwFrm* pOld = GetFollow(); in Format()
1441 GetFollow()->DelEmpty( sal_False ); in Format()
1442 if( pOld == GetFollow() ) in Format()
1592 if( pSect->GetFollow() == pSect->GetNext() ) in GetNextSctLeaf()
1594 SwPageFrm *pPg = pSect->GetFollow()->FindPageFrm(); in GetNextSctLeaf()
1598 return FIRSTLEAF( pSect->GetFollow() ); in GetNextSctLeaf()
1611 SwFrm *pUp = pSect->GetFollow()->GetUpper(); in GetNextSctLeaf()
1626 return FIRSTLEAF( pSect->GetFollow() ); in GetNextSctLeaf()
1678 || pSect->GetFollow() != pLayLeaf->FindSctFrm() ) ) ) in GetNextSctLeaf()
1722 if( pFirst && pFirst->IsSctFrm() && pSect->GetFollow() == pFirst ) in GetNextSctLeaf()
1723 pNew = pSect->GetFollow(); in GetNextSctLeaf()
1737 if( pTmp && pTmp != pSect->GetFollow() ) in GetNextSctLeaf()
1777 if( pNew->GetFollow() ) in GetNextSctLeaf()
1942 if( ((SwSectionFrm*)pTmp)->GetFollow() == pSect ) in GetPrevSctLeaf()
2613 const SwSectionFrm* pFoll = GetFollow(); in ToMaximize()
2615 pFoll = pFoll->GetFollow(); in ToMaximize()