Searched refs:pBehind (Results 1 – 2 of 2) sorted by relevance
592 ASSERT( (!pBehind || (pBehind && pParent == pBehind->GetUpper())), in InsertBefore()596 pNext = pBehind; in InsertBefore()597 if( pBehind ) in InsertBefore()603 pBehind->pPrev = this; in InsertBefore()682 ASSERT( (!pBehind || (pBehind && ( pParent == pBehind->GetUpper()) in InsertGroupBefore()694 if( pBehind ) in InsertGroupBefore()715 if( pBehind ) in InsertGroupBefore()721 pBehind->pPrev = NULL; in InsertGroupBefore()730 pBehind->GetUpper()->pLower = pBehind; in InsertGroupBefore()753 pLast->pNext = pBehind; in InsertGroupBefore()[all …]
522 void InsertBefore( SwLayoutFrm* pParent, SwFrm* pBehind );
Completed in 33 milliseconds