Home
last modified time | relevance | path

Searched refs:mpEntryList (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/
H A Dilstbox.hxx196 ImplEntryList* mpEntryList; // EntryListe member in ImplListBoxWindow
289 ImplEntryList* GetEntryList() const { return mpEntryList; } in GetEntryList()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx527 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 …]

Completed in 27 milliseconds