Lines Matching refs:pSelEntry
1590 SvLBoxEntry* pSelEntry = 0; in Display() local
1610 pSelEntry = pEntry; in Display()
1629 pSelEntry = pChild; in Display()
1635 if(!pSelEntry || lcl_IsContentType(pSelEntry)) in Display()
1636 pSelEntry = pTemp; in Display()
1641 if(pSelEntry) in Display()
1643 MakeVisible(pSelEntry); in Display()
1644 Select(pSelEntry); in Display()
1702 pSelEntry = pChild; in Display()
1708 if(!pSelEntry) in Display()
1709 pSelEntry = pTemp; in Display()
1710 if(pSelEntry) in Display()
1712 MakeVisible(pSelEntry); in Display()
1713 Select(pSelEntry); in Display()