Searched refs:pBefore (Results 1 – 3 of 3) sorted by relevance
635 void SwFrm::InsertBehind( SwLayoutFrm *pParent, SwFrm *pBefore ) in InsertBehind() argument638 ASSERT( (!pBefore || (pBefore && pParent == pBefore->GetUpper())), in InsertBehind()642 pPrev = pBefore; in InsertBehind()643 if ( pBefore ) in InsertBehind()646 if ( 0 != (pNext = pBefore->pNext) ) in InsertBehind()648 pBefore->pNext = this; in InsertBehind()
2205 SbxVariable* pBefore = pPar_->Get(3); in CollAdd() local2208 if( !( pBefore->IsErr() || ( pBefore->GetType() == SbxEMPTY ) ) ) in CollAdd()2224 sal_Int32 nBeforeIndex = implGetIndex( pBefore ); in CollAdd()
531 void InsertBehind( SwLayoutFrm *pParent, SwFrm *pBefore );
Completed in 51 milliseconds