Lines Matching refs:GetSection
88 pSection( rSect.GetSection() ) in SwSectionFrm()
269 while( pFrm && pFrm->IsSctFrm() && !((SwSectionFrm*)pFrm)->GetSection() ) in _Cut()
398 pSect = new SwSectionFrm( *((SwSectionFrm*)pParent)->GetSection(), pParent ); in Paste()
496 if( !pNxt->IsJoinLocked() && GetSection() == pNxt->GetSection() ) in MergeNext()
558 SwSectionFrm* pNew = new SwSectionFrm( *pSect->GetSection(), pSect ); in SplitSect()
752 pPrvSct = new SwSectionFrm( *pParent->GetSection(), pUp ); in MoveCntntAndDelete()
901 !((SwSectionFrm*)pTmp)->GetSection() ) in FindLastCntnt()
1720 while( pFirst && pFirst->IsSctFrm() && !((SwSectionFrm*)pFirst)->GetSection() ) in GetNextSctLeaf()
1869 while( pPrv && pPrv->IsSctFrm() && !((SwSectionFrm*)pPrv)->GetSection() ) in GetPrevSctLeaf()
1898 !( static_cast<const SwSectionFrm*>(pTmp)->GetSection() ) && in GetPrevSctLeaf()
1906 ( static_cast<const SwSectionFrm*>(pTmp)->GetSection() ) in GetPrevSctLeaf()
1939 while( !((SwSectionFrm*)pTmp)->GetSection() && pTmp->GetPrev() && in GetPrevSctLeaf()
2043 GetSection()->GetFmt()->GetBalancedColumns().GetValue(); in _Grow()
2113 while( pFrm && pFrm->IsSctFrm() && !((SwSectionFrm*)pFrm)->GetSection() ) in _Grow()
2164 !GetSection()->GetFmt()->GetBalancedColumns().GetValue() ) in _Shrink()
2214 while( pFrm && pFrm->IsSctFrm() && !((SwSectionFrm*)pFrm)->GetSection() ) in _Shrink()
2344 while( pRet && pRet->IsSctFrm() && !((SwSectionFrm*)pRet)->GetSection() ) in _GetIndPrev()
2392 SwSectionFmt *pFmt = GetSection()->GetFmt(); in CalcFtnAtEndFlag()
2420 SwSectionFmt *pFmt = GetSection()->GetFmt(); in CalcEndAtEndFlag()
2783 ASSERT( pSect->GetSection(), "DeleteEmptySct: Halbtoter SectionFrm?!" ); in _DeleteEmptySct()
2809 if ( GetSection() && Lower() && Lower()->IsColumnFrm() && Lower()->GetNext() ) in IsBalancedSection()
2811 bRet = !GetSection()->GetFmt()->GetBalancedColumns().GetValue(); in IsBalancedSection()