Searched refs:pDstEntry (Results 1 – 1 of 1) sorted by relevance
410 void SvTreeList::Move( SvListEntry* pSrcEntry, SvListEntry* pDstEntry ) in Move() argument415 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() argument444 if ( !pDstEntry ) in Copy()451 pParent = pDstEntry->pParent; in Copy()452 nPos = pDstEntry->GetChildListPos()+1; in Copy()471 if ( !pDstEntry ) in InsertTree()478 pParent = pDstEntry->pParent; in InsertTree()[all …]
Completed in 20 milliseconds