Searched refs:b_IsDropDownList (Results 1 – 2 of 2) sorted by relevance
199 …CLXAccessibleList::UpdateSelection_Acc (::rtl::OUString sTextOfSelectedItem, bool b_IsDropDownList) in UpdateSelection_Acc() argument211 UpdateSelection_Impl_Acc(b_IsDropDownList); in UpdateSelection_Acc()217 void VCLXAccessibleList::UpdateSelection_Impl_Acc(bool b_IsDropDownList) in UpdateSelection_Impl_Acc() argument274 if (m_aBoxType == COMBOBOX && b_IsDropDownList) in UpdateSelection_Impl_Acc()292 else if (m_aBoxType == COMBOBOX && !b_IsDropDownList) in UpdateSelection_Impl_Acc()297 else if (m_aBoxType == LISTBOX && b_IsDropDownList) in UpdateSelection_Impl_Acc()314 else if (m_aBoxType == LISTBOX && !b_IsDropDownList) in UpdateSelection_Impl_Acc()340 void VCLXAccessibleList::UpdateFocus_Impl_Acc (sal_uInt16 nPos ,bool b_IsDropDownList) in UpdateFocus_Impl_Acc() argument342 if (!(m_aBoxType == LISTBOX && !b_IsDropDownList)) in UpdateFocus_Impl_Acc()362 …XAccessibleList::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent, bool b_IsDropDownList) in ProcessWindowEvent() argument[all …]
149 virtual void ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent, bool b_IsDropDownList);150 void UpdateSelection_Acc (::rtl::OUString sTextOfSelectedItem, bool b_IsDropDownList);151 void UpdateSelection_Impl_Acc (bool b_IsDropDownList);153 void UpdateFocus_Impl_Acc ( sal_uInt16 nPos, bool b_IsDropDownList) ;