Home
last modified time | relevance | path

Searched refs:pBefore (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/layout/
H A Dwsfrm.cxx635 void SwFrm::InsertBehind( SwLayoutFrm *pParent, SwFrm *pBefore ) in InsertBehind() argument
638 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()
/trunk/main/basic/source/classes/
H A Dsb.cxx2205 SbxVariable* pBefore = pPar_->Get(3); in CollAdd() local
2208 if( !( pBefore->IsErr() || ( pBefore->GetType() == SbxEMPTY ) ) ) in CollAdd()
2224 sal_Int32 nBeforeIndex = implGetIndex( pBefore ); in CollAdd()
/trunk/main/sw/source/core/inc/
H A Dframe.hxx531 void InsertBehind( SwLayoutFrm *pParent, SwFrm *pBefore );

Completed in 58 milliseconds