Home
last modified time | relevance | path

Searched refs:pBehind (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dwsfrm.cxx597 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 …]
/trunk/main/sw/source/core/inc/
H A Dframe.hxx529 void InsertBefore( SwLayoutFrm* pParent, SwFrm* pBehind );

Completed in 29 milliseconds