Lines Matching refs:IsSctFrm

269 	while( pFrm && pFrm->IsSctFrm() && !((SwSectionFrm*)pFrm)->GetSection() )  in _Cut()
276 if( pFrm->IsSctFrm() ) in _Cut()
462 if( !pFrm->IsSctFrm() ) in HasToBreak()
900 while( pTmp && pTmp->IsSctFrm() && in FindLastCntnt()
903 if( pTmp && pTmp->IsSctFrm() && in FindLastCntnt()
1720 while( pFirst && pFirst->IsSctFrm() && !((SwSectionFrm*)pFirst)->GetSection() ) in GetNextSctLeaf()
1722 if( pFirst && pFirst->IsSctFrm() && pSect->GetFollow() == pFirst ) in GetNextSctLeaf()
1749 if( pTmp->IsSctFrm() ) in GetNextSctLeaf()
1869 while( pPrv && pPrv->IsSctFrm() && !((SwSectionFrm*)pPrv)->GetSection() ) in GetPrevSctLeaf()
1897 while ( pTmp && pTmp->IsSctFrm() && in GetPrevSctLeaf()
1905 ( !pTmp->IsSctFrm() || in GetPrevSctLeaf()
1936 if( pTmp->IsSctFrm() ) in GetPrevSctLeaf()
1940 pTmp->GetPrev()->IsSctFrm() ) in GetPrevSctLeaf()
1993 if( pUp->IsSctFrm() ) in lcl_DeadLine()
1996 else if( pUp->IsColBodyFrm() && pUp->GetUpper()->GetUpper()->IsSctFrm() ) in lcl_DeadLine()
2113 while( pFrm && pFrm->IsSctFrm() && !((SwSectionFrm*)pFrm)->GetSection() ) in _Grow()
2214 while( pFrm && pFrm->IsSctFrm() && !((SwSectionFrm*)pFrm)->GetSection() ) in _Shrink()
2324 if( pSct->IsSctFrm() ) in _GetIndPrev()
2326 else if( pSct->IsColBodyFrm() && (pSct = pSct->GetUpper()->GetUpper())->IsSctFrm() ) in _GetIndPrev()
2344 while( pRet && pRet->IsSctFrm() && !((SwSectionFrm*)pRet)->GetSection() ) in _GetIndPrev()
2355 if( pSct->IsSctFrm() ) in _GetIndNext()
2357 if( pSct->IsColBodyFrm() && (pSct = pSct->GetUpper()->GetUpper())->IsSctFrm() ) in _GetIndNext()
2719 if( pFrm->IsSctFrm() ) in CalcFtnCntnt()