Home
last modified time | relevance | path

Searched refs:pImplEntry (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/vcl/source/control/
H A Dilstbox.cxx123 ImplEntryType* pImplEntry = GetEntry( --n ); in Clear() local
124 delete pImplEntry; in Clear()
133 ImplEntryType* pImplEntry = GetEntry( nPos ); in SelectEntry() local
134 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() local
250 if ( pImplEntry ) in RemoveEntry()
252 if ( !!pImplEntry->maImage ) in RemoveEntry()
[all …]