Lines Matching refs:pSct
684 void SwFrm::InsertGroupBefore( SwFrm* pParent, SwFrm* pBehind, SwFrm* pSct ) in InsertGroupBefore() argument
690 if( pSct ) in InsertGroupBefore()
701 pLast->pNext = pSct; in InsertGroupBefore()
702 pSct->pPrev = pLast; in InsertGroupBefore()
703 pSct->pNext = pParent->GetNext(); in InsertGroupBefore()
713 if( pSct->GetNext() ) in InsertGroupBefore()
714 pSct->GetNext()->pPrev = pSct; in InsertGroupBefore()
727 SwLayoutFrm* pTmp = (SwLayoutFrm*)pSct; in InsertGroupBefore()
745 ASSERT( pSct->IsSctFrm(), "InsertGroup: For SectionFrms only" ); in InsertGroupBefore()
746 delete ((SwSectionFrm*)pSct); in InsertGroupBefore()
987 SwSectionFrm* pSct = FindSctFrm(); in Cut() local
988 if( !pSct->IsFollow() ) in Cut()
990 pSct->_InvalidatePrt(); in Cut()
991 pSct->InvalidatePage( pPage ); in Cut()
1018 SwSectionFrm* pSct = FindSctFrm(); in Cut() local
1019 if( !pSct->IsFollow() ) in Cut()
1021 pSct->_InvalidatePrt(); in Cut()
1022 pSct->InvalidatePage( pPage ); in Cut()
1045 SwSectionFrm *pSct = 0; in Cut() local
1057 !(pSct = pUp->FindSctFrm())->ContainsCntnt() && in Cut()
1058 !pSct->ContainsAny( true ) ) ) ) in Cut()
1082 if ( pSct->IsColLocked() || !pSct->IsInFtn() || in Cut()
1086 pSct->DelEmpty( sal_False ); in Cut()
1090 pSct->_InvalidateSize(); in Cut()
1094 pSct->DelEmpty( sal_True ); in Cut()
1095 delete pSct; in Cut()