Searched refs:pExpEntry (Results 1 – 1 of 1) sorted by relevance
549 SvLBoxEntry* pExpEntry=pParent; in InsertChangeAction() local551 while(pExpEntry!=NULL && !pTheView->IsExpanded(pExpEntry)) in InsertChangeAction()553 SvLBoxEntry* pTmpEntry=pTheView->GetParent(pExpEntry); in InsertChangeAction()555 if(pTmpEntry!=NULL) pTheView->Expand(pExpEntry); in InsertChangeAction()557 pExpEntry=pTmpEntry; in InsertChangeAction()
Completed in 16 milliseconds