Lines Matching refs:pDstEntry
410 void SvTreeList::Move( SvListEntry* pSrcEntry, SvListEntry* pDstEntry ) in Move() argument
415 if ( !pDstEntry ) in Move()
422 pParent = pDstEntry->pParent; in Move()
423 nPos = pDstEntry->GetChildListPos(); in Move()
439 void SvTreeList::Copy( SvListEntry* pSrcEntry, SvListEntry* pDstEntry ) in Copy() argument
444 if ( !pDstEntry ) in Copy()
451 pParent = pDstEntry->pParent; in Copy()
452 nPos = pDstEntry->GetChildListPos()+1; in Copy()
466 void SvTreeList::InsertTree( SvListEntry* pSrcEntry, SvListEntry* pDstEntry) in InsertTree() argument
471 if ( !pDstEntry ) in InsertTree()
478 pParent = pDstEntry->pParent; in InsertTree()
479 nPos = pDstEntry->GetChildListPos()+1; in InsertTree()