Searched refs:pSrcEntry (Results 1 – 2 of 2) sorted by relevance
316 DBG_ASSERT(pSrcEntry,"Entry?"); in Move()325 if ( pSrcEntry == pTargetParent ) in Move()326 return pSrcEntry->GetChildListPos(); in Move()338 pSrcList->Remove( pSrcEntry ); in Move()351 pSrcEntry->pParent = pTargetParent; in Move()353 pDstList->Replace( pSrcEntry, pDummy ); in Move()373 DBG_ASSERT(pSrcEntry,"Entry?"); in Copy()426 Move( pSrcEntry, pParent, nPos ); in Move()454 Copy( pSrcEntry, pParent, nPos ); in Copy()481 InsertTree( pSrcEntry, pParent, nPos ); in InsertTree()[all …]
621 GrfBulDataRelation* pSrcEntry = (GrfBulDataRelation*)(aTypeMgr.aGrfDataLst.GetObject(i)); in GraphyicBulletsTypeMgr() local622 if ( pEntry && pSrcEntry) in GraphyicBulletsTypeMgr()624 pEntry->bIsCustomized = pSrcEntry->bIsCustomized; in GraphyicBulletsTypeMgr()625 pEntry->nTabIndex = pSrcEntry->nTabIndex; in GraphyicBulletsTypeMgr()626 pEntry->nGallaryIndex = pSrcEntry->nGallaryIndex; in GraphyicBulletsTypeMgr()627 pEntry->sGrfName = pSrcEntry->sGrfName; in GraphyicBulletsTypeMgr()628 pEntry->sDescription = pSrcEntry->sDescription; in GraphyicBulletsTypeMgr()
Completed in 57 milliseconds