Home
last modified time | relevance | path

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

/trunk/main/accessibility/source/standard/
H A Dvclxaccessiblelist.cxx198 …CLXAccessibleList::UpdateSelection_Acc (::rtl::OUString sTextOfSelectedItem, bool b_IsDropDownList) in UpdateSelection_Acc() argument
210 UpdateSelection_Impl_Acc(b_IsDropDownList); in UpdateSelection_Acc()
216 void VCLXAccessibleList::UpdateSelection_Impl_Acc(bool b_IsDropDownList) in UpdateSelection_Impl_Acc() argument
273 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() argument
341 if (!(m_aBoxType == LISTBOX && !b_IsDropDownList)) in UpdateFocus_Impl_Acc()
361 …LXAccessibleList::ProcessWindowEvent (const VclWindowEvent& rVclWindowEvent, bool b_IsDropDownList) in ProcessWindowEvent() argument
[all …]
/trunk/main/accessibility/inc/accessibility/standard/
H A Dvclxaccessiblelist.hxx139 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) ;