Lines Matching refs:pBehind
594 void SwFrm::InsertBefore( SwLayoutFrm* pParent, SwFrm* pBehind ) in InsertBefore() argument
597 ASSERT( (!pBehind || (pBehind && pParent == pBehind->GetUpper())), in InsertBefore()
601 pNext = pBehind; in InsertBefore()
602 if( pBehind ) in InsertBefore()
604 if( 0 != (pPrev = pBehind->pPrev) ) in InsertBefore()
608 pBehind->pPrev = this; in InsertBefore()
684 void SwFrm::InsertGroupBefore( SwFrm* pParent, SwFrm* pBehind, SwFrm* pSct ) in InsertGroupBefore() argument
687 ASSERT( (!pBehind || (pBehind && ( pParent == pBehind->GetUpper()) in InsertGroupBefore()
688 || ( pParent->IsSctFrm() && pBehind->GetUpper()->IsColBodyFrm() ) ) ), in InsertGroupBefore()
699 if( pBehind ) in InsertGroupBefore()
720 if( pBehind ) in InsertGroupBefore()
722 if( pBehind->GetPrev() ) in InsertGroupBefore()
723 pBehind->GetPrev()->pNext = NULL; in InsertGroupBefore()
725 pBehind->GetUpper()->pLower = NULL; in InsertGroupBefore()
726 pBehind->pPrev = NULL; in InsertGroupBefore()
734 pBehind->pUpper = pTmp; in InsertGroupBefore()
735 pBehind->GetUpper()->pLower = pBehind; in InsertGroupBefore()
736 pLast = pBehind->GetNext(); in InsertGroupBefore()
739 pLast->pUpper = pBehind->GetUpper(); in InsertGroupBefore()
758 pLast->pNext = pBehind; in InsertGroupBefore()
759 if( pBehind ) in InsertGroupBefore()
761 if( 0 != (pPrev = pBehind->pPrev) ) in InsertGroupBefore()
765 pBehind->pPrev = pLast; in InsertGroupBefore()