Searched refs:pImplEntry (Results 1 – 1 of 1) sorted by relevance
123 ImplEntryType* pImplEntry = GetEntry( --n ); in Clear() local124 delete pImplEntry; in Clear()133 ImplEntryType* pImplEntry = GetEntry( nPos ); in SelectEntry() local134 if ( pImplEntry && in SelectEntry()135 ( pImplEntry->mbIsSelected != bSelect ) && in SelectEntry()136 ( (pImplEntry->mnFlags & LISTBOX_ENTRY_FLAG_DISABLE_SELECTION) == 0 ) ) in SelectEntry()138 pImplEntry->mbIsSelected = bSelect; in SelectEntry()249 ImplEntryType* pImplEntry = (ImplEntryType*)List::Remove( nPos ); in RemoveEntry() local250 if ( pImplEntry ) in RemoveEntry()252 if ( !!pImplEntry->maImage ) in RemoveEntry()[all …]