Lines Matching refs:pSelEntry
1591 SvLBoxEntry* pSelEntry = 0; in Display() local
1611 pSelEntry = pEntry; in Display()
1630 pSelEntry = pChild; in Display()
1636 if(!pSelEntry || lcl_IsContentType(pSelEntry)) in Display()
1637 pSelEntry = pTemp; in Display()
1642 if(pSelEntry) in Display()
1644 MakeVisible(pSelEntry); in Display()
1645 Select(pSelEntry); in Display()
1703 pSelEntry = pChild; in Display()
1709 if(!pSelEntry) in Display()
1710 pSelEntry = pTemp; in Display()
1711 if(pSelEntry) in Display()
1713 MakeVisible(pSelEntry); in Display()
1714 Select(pSelEntry); in Display()