Searched refs:pBehind (Results 1 – 2 of 2) sorted by relevance
597 ASSERT( (!pBehind || (pBehind && pParent == pBehind->GetUpper())), in InsertBefore()601 pNext = pBehind; in InsertBefore()602 if( pBehind ) in InsertBefore()608 pBehind->pPrev = this; in InsertBefore()687 ASSERT( (!pBehind || (pBehind && ( pParent == pBehind->GetUpper()) in InsertGroupBefore()699 if( pBehind ) in InsertGroupBefore()720 if( pBehind ) in InsertGroupBefore()726 pBehind->pPrev = NULL; in InsertGroupBefore()735 pBehind->GetUpper()->pLower = pBehind; in InsertGroupBefore()758 pLast->pNext = pBehind; in InsertGroupBefore()[all …]
529 void InsertBefore( SwLayoutFrm* pParent, SwFrm* pBehind );
Completed in 26 milliseconds