Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/framework/source/uielement/
H A Ddropdownboxtoolbarcontroller.cxx59 DropdownToolbarController* m_pListBoxListener; member in framework::ListBoxControl
64 , m_pListBoxListener( pListBoxListener ) in ListBoxControl()
75 m_pListBoxListener = nullptr; in dispose()
82 if ( m_pListBoxListener ) in Select()
83 m_pListBoxListener->Select(); in Select()
89 if ( m_pListBoxListener ) in GetFocus()
90 m_pListBoxListener->GetFocus(); in GetFocus()
96 if ( m_pListBoxListener ) in LoseFocus()
97 m_pListBoxListener->LoseFocus(); in LoseFocus()
103 if ( m_pListBoxListener ) in PreNotify()
/dports/editors/libreoffice/libreoffice-7.2.6.2/framework/source/uielement/
H A Ddropdownboxtoolbarcontroller.cxx67 DropdownToolbarController* m_pListBoxListener; member in framework::ListBoxControl
73 , m_pListBoxListener( pListBoxListener ) in ListBoxControl()
98 m_pListBoxListener = nullptr; in dispose()
105 if (m_pListBoxListener) in IMPL_LINK_NOARG()
106 m_pListBoxListener->Select(); in IMPL_LINK_NOARG()
111 if (m_pListBoxListener) in IMPL_LINK_NOARG()
112 m_pListBoxListener->GetFocus(); in IMPL_LINK_NOARG()
117 if (m_pListBoxListener) in IMPL_LINK_NOARG()
118 m_pListBoxListener->LoseFocus(); in IMPL_LINK_NOARG()