Home
last modified time | relevance | path

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

/AOO41X/main/framework/source/uielement/
H A Ddropdownboxtoolbarcontroller.cxx92 IListBoxListener* m_pListBoxListener; member in framework::ListBoxControl
97 , m_pListBoxListener( pListBoxListener ) in ListBoxControl()
103 m_pListBoxListener = 0; in ~ListBoxControl()
109 if ( m_pListBoxListener ) in Select()
110 m_pListBoxListener->Select(); in Select()
116 if ( m_pListBoxListener ) in DoubleClick()
117 m_pListBoxListener->DoubleClick(); in DoubleClick()
123 if ( m_pListBoxListener ) in GetFocus()
124 m_pListBoxListener->GetFocus(); in GetFocus()
130 if ( m_pListBoxListener ) in LoseFocus()
[all …]