Lines Matching refs:b_IsDropDownList

199 …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
369 UpdateSelection_Impl_Acc(b_IsDropDownList); in ProcessWindowEvent()
373 …us_Impl_Acc((sal_uInt16)reinterpret_cast<sal_uIntPtr>(rVclWindowEvent.GetData()),b_IsDropDownList); in ProcessWindowEvent()
380 if (m_aBoxType == COMBOBOX && b_IsDropDownList) in ProcessWindowEvent()
384 else if (m_aBoxType == LISTBOX && b_IsDropDownList) in ProcessWindowEvent()
387 else if ( m_aBoxType == LISTBOX && !b_IsDropDownList) in ProcessWindowEvent()
459 sal_Bool b_IsDropDownList = sal_True; in ProcessWindowEvent() local
461 b_IsDropDownList = ((m_pListBoxHelper->GetStyle() & WB_DROPDOWN ) == WB_DROPDOWN); in ProcessWindowEvent()
462 if ( m_aBoxType == LISTBOX && !b_IsDropDownList ) in ProcessWindowEvent()