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 …]
624 GrfBulDataRelation* pSrcEntry = (GrfBulDataRelation*)(aTypeMgr.aGrfDataLst.GetObject(i)); in GraphicBulletsTypeMgr() local625 if ( pEntry && pSrcEntry) in GraphicBulletsTypeMgr()627 pEntry->bIsCustomized = pSrcEntry->bIsCustomized; in GraphicBulletsTypeMgr()628 pEntry->nTabIndex = pSrcEntry->nTabIndex; in GraphicBulletsTypeMgr()629 pEntry->nGallaryIndex = pSrcEntry->nGallaryIndex; in GraphicBulletsTypeMgr()630 pEntry->sGrfName = pSrcEntry->sGrfName; in GraphicBulletsTypeMgr()631 pEntry->sDescription = pSrcEntry->sDescription; in GraphicBulletsTypeMgr()
Completed in 28 milliseconds