Lines Matching refs:pDel
674 void SwSectionFrm::MoveCntntAndDelete( SwSectionFrm* pDel, sal_Bool bSave ) in MoveCntntAndDelete() argument
676 sal_Bool bSize = pDel->Lower() && pDel->Lower()->IsColumnFrm(); in MoveCntntAndDelete()
677 SwFrm* pPrv = pDel->GetPrev(); in MoveCntntAndDelete()
678 SwLayoutFrm* pUp = pDel->GetUpper(); in MoveCntntAndDelete()
682 SwSectionFmt* pParent = static_cast<SwSectionFmt*>(pDel->GetFmt())->GetParent(); in MoveCntntAndDelete()
683 if( pDel->IsInTab() && pParent ) in MoveCntntAndDelete()
685 SwTabFrm *pTab = pDel->FindTabFrm(); in MoveCntntAndDelete()
700 SwFrm* pPrvCntnt = lcl_GetNextCntntFrm( pDel, false ); in MoveCntntAndDelete()
702 SwFrm* pNxtCntnt = lcl_GetNextCntntFrm( pDel, true ); in MoveCntntAndDelete()
712 SwFrm *pSave = bSave ? ::SaveCntnt( pDel ) : NULL; in MoveCntntAndDelete()
719 pDel->DelEmpty( sal_True ); in MoveCntntAndDelete()
720 delete pDel; in MoveCntntAndDelete()
2747 void SwRootFrm::InsertEmptySct( SwSectionFrm* pDel ) in InsertEmptySct() argument
2752 if( !pDestroy->Seek_Entry( pDel, &nPos ) ) in InsertEmptySct()
2753 pDestroy->Insert( pDel ); in InsertEmptySct()