Searched refs:mpEntryList (Results 1 – 2 of 2) sorted by relevance
527 mpEntryList = new ImplEntryList( this ); in ImplListBoxWindow()573 delete mpEntryList; in ~ImplListBoxWindow()619 mpEntryList->Clear(); in Clear()804 mpEntryList->RemoveEntry( nPos ); in RemoveEntry()814 mpEntryList->SetEntryFlags( nPos, nFlags ); in SetEntryFlags()1014 mpEntryList->SetSelectionAnchor( 0 ); in MouseMove()1037 …if( (mpEntryList->IsEntryPosSelected( nPos ) != bSelect) && mpEntryList->IsEntrySelectable( nPos )… in SelectEntry()1119 mpEntryList->SetLastSelected( nSelect ); in SelectEntries()1161 …nAnchor = mbStackMode ? 0 : mpEntryList->GetSelectEntryPos( mpEntryList->GetSelectEntryCount() - 1… in SelectEntries()1569 …nSelect = mpEntryList->FindFirstSelectable( mpEntryList->GetEntryCount() ? 0 : LISTBOX_ENTRY_NOTFO… in ProcessKeyInput()[all …]
196 ImplEntryList* mpEntryList; // EntryListe member in ImplListBoxWindow289 ImplEntryList* GetEntryList() const { return mpEntryList; } in GetEntryList()
Completed in 39 milliseconds