Lines Matching refs:pSct
679 void SwFrm::InsertGroupBefore( SwFrm* pParent, SwFrm* pBehind, SwFrm* pSct ) in InsertGroupBefore() argument
685 if( pSct ) in InsertGroupBefore()
696 pLast->pNext = pSct; in InsertGroupBefore()
697 pSct->pPrev = pLast; in InsertGroupBefore()
698 pSct->pNext = pParent->GetNext(); in InsertGroupBefore()
708 if( pSct->GetNext() ) in InsertGroupBefore()
709 pSct->GetNext()->pPrev = pSct; in InsertGroupBefore()
722 SwLayoutFrm* pTmp = (SwLayoutFrm*)pSct; in InsertGroupBefore()
740 ASSERT( pSct->IsSctFrm(), "InsertGroup: For SectionFrms only" ); in InsertGroupBefore()
741 delete ((SwSectionFrm*)pSct); in InsertGroupBefore()
982 SwSectionFrm* pSct = FindSctFrm(); in Cut() local
983 if( !pSct->IsFollow() ) in Cut()
985 pSct->_InvalidatePrt(); in Cut()
986 pSct->InvalidatePage( pPage ); in Cut()
1013 SwSectionFrm* pSct = FindSctFrm(); in Cut() local
1014 if( !pSct->IsFollow() ) in Cut()
1016 pSct->_InvalidatePrt(); in Cut()
1017 pSct->InvalidatePage( pPage ); in Cut()
1040 SwSectionFrm *pSct = 0; in Cut() local
1052 !(pSct = pUp->FindSctFrm())->ContainsCntnt() && in Cut()
1053 !pSct->ContainsAny( true ) ) ) ) in Cut()
1077 if ( pSct->IsColLocked() || !pSct->IsInFtn() || in Cut()
1081 pSct->DelEmpty( sal_False ); in Cut()
1085 pSct->_InvalidateSize(); in Cut()
1089 pSct->DelEmpty( sal_True ); in Cut()
1090 delete pSct; in Cut()