Searched refs:b_IsDropDownList (Results 1 – 2 of 2) sorted by relevance
198 …CLXAccessibleList::UpdateSelection_Acc (::rtl::OUString sTextOfSelectedItem, bool b_IsDropDownList) in UpdateSelection_Acc() argument210 UpdateSelection_Impl_Acc(b_IsDropDownList); in UpdateSelection_Acc()216 void VCLXAccessibleList::UpdateSelection_Impl_Acc(bool b_IsDropDownList) in UpdateSelection_Impl_Acc() argument273 if (m_aBoxType == COMBOBOX && b_IsDropDownList) in UpdateSelection_Impl_Acc()291 else if (m_aBoxType == COMBOBOX && !b_IsDropDownList) in UpdateSelection_Impl_Acc()296 else if (m_aBoxType == LISTBOX && b_IsDropDownList) in UpdateSelection_Impl_Acc()313 else if (m_aBoxType == LISTBOX && !b_IsDropDownList) in UpdateSelection_Impl_Acc()339 void VCLXAccessibleList::UpdateFocus_Impl_Acc (sal_uInt16 nPos ,bool b_IsDropDownList) in UpdateFocus_Impl_Acc() argument341 if (!(m_aBoxType == LISTBOX && !b_IsDropDownList)) in UpdateFocus_Impl_Acc()361 …LXAccessibleList::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent, bool b_IsDropDownList) in ProcessWindowEvent() argument[all …]
139 virtual void ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent, bool b_IsDropDownList);140 void UpdateSelection_Acc (::rtl::OUString sTextOfSelectedItem, bool b_IsDropDownList);141 void UpdateSelection_Impl_Acc (bool b_IsDropDownList);143 void UpdateFocus_Impl_Acc ( sal_uInt16 nPos, bool b_IsDropDownList) ;