Searched refs:m_pListBoxControl (Results 1 – 2 of 2) sorted by relevance
155 , m_pListBoxControl( 0 ) in DropdownToolbarController()166 m_pToolbar->SetItemWindow( m_nID, m_pListBoxControl ); in DropdownToolbarController()167 m_pListBoxControl->SetDropDownLineCount( 5 ); in DropdownToolbarController()184 delete m_pListBoxControl; in dispose()188 m_pListBoxControl = 0; in dispose()209 if ( m_pListBoxControl->GetEntryCount() > 0 ) in Select()248 m_pListBoxControl->Clear(); in executeControlCommand()252 m_pListBoxControl->InsertEntry( aList[j] ); in executeControlCommand()254 m_pListBoxControl->SelectEntryPos( 0 ); in executeControlCommand()302 m_pListBoxControl->InsertEntry( aText, nPos ); in executeControlCommand()[all …]
83 ListBoxControl* m_pListBoxControl; member in framework::DropdownToolbarController
Completed in 14 milliseconds