Home
last modified time | relevance | path

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

/AOO41X/main/accessibility/source/standard/
H A Dvclxaccessiblelist.cxx199 …CLXAccessibleList::UpdateSelection_Acc (::rtl::OUString sTextOfSelectedItem, bool b_IsDropDownList) in UpdateSelection_Acc() argument
211 UpdateSelection_Impl_Acc(b_IsDropDownList); in UpdateSelection_Acc()
217 void VCLXAccessibleList::UpdateSelection_Impl_Acc(bool b_IsDropDownList) in UpdateSelection_Impl_Acc() argument
274 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() argument
342 if (!(m_aBoxType == LISTBOX && !b_IsDropDownList)) in UpdateFocus_Impl_Acc()
362 …XAccessibleList::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent, bool b_IsDropDownList) in ProcessWindowEvent() argument
[all …]
/AOO41X/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblelist.hxx149 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) ;