Lines Matching refs:SwSectionFrm
197 pNxt->IsSctFrm() && !static_cast<SwSectionFrm*>(pNxt)->GetSection() ) in ~SwFrmNotify()
854 !static_cast<SwSectionFrm*>(pPrevFrm)->GetSection() ) || in ~SwCntntNotify()
876 static_cast<SwSectionFrm*>(pPrevFrm)->FindLastCntnt(); in ~SwCntntNotify()
1307 SwSectionFrm* pSct = pLay->FindSctFrm(); in _InsertCnt()
1441 (SwSectionFrm*)pFrm, pNode ); in _InsertCnt()
1446 SwSectionFrm *pTmp = pActualSection->GetUpper()->GetSectionFrm(); in _InsertCnt()
1450 static_cast<SwSectionFrm*>(pFrm)->Init(); in _InsertCnt()
1457 static_cast<SwSectionFrm*>(pFrm)->Init(); in _InsertCnt()
1467 pPrv = ((SwSectionFrm*)pPrv)->ContainsCntnt(); in _InsertCnt()
1552 static_cast<SwSectionFrm*>(pFrm)->Init(); in _InsertCnt()
1558 SwSectionFrm* pOuterSectionFrm = pActualSection->GetSectionFrm(); in _InsertCnt()
1561 SwSectionFrm* pFollow = pOuterSectionFrm->GetFollow(); in _InsertCnt()
1566 ((SwSectionFrm*)pFrm)->SetFollow( pFollow ); in _InsertCnt()
1576 pActualSection->SetSectionFrm( (SwSectionFrm*)pFrm ); in _InsertCnt()
1679 SwSectionFrm* pSct = pUpper->FindSctFrm(); in MakeFrms()
1744 !((SwSectionFrm*)pMove)->GetSection() ) in MakeFrms()
1756 pMove = ((SwSectionFrm*)pMove)->ContainsAny(); in MakeFrms()
1774 !((SwSectionFrm*)pMove)->GetSection() ) in MakeFrms()
1777 pMove = ((SwSectionFrm*)pMove)->ContainsAny(); in MakeFrms()
1838 pSct->MergeNext( (SwSectionFrm*)pSct->GetNext() ); in MakeFrms()
3304 else if( pLow->IsSctFrm() && ((SwSectionFrm*)pLow)->IsUndersized() ) in lcl_CalcCellRstHeight()
3305 nLow += ((SwSectionFrm*)pLow)->Undersize(); in lcl_CalcCellRstHeight()