Searched refs:b_IsDropDownList (Results 1 – 2 of 2) sorted by relevance
211 UpdateSelection_Impl_Acc(b_IsDropDownList); in UpdateSelection_Acc()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()342 if (!(m_aBoxType == LISTBOX && !b_IsDropDownList)) in UpdateFocus_Impl_Acc()369 UpdateSelection_Impl_Acc(b_IsDropDownList); in ProcessWindowEvent()380 if (m_aBoxType == COMBOBOX && b_IsDropDownList) in ProcessWindowEvent()384 else if (m_aBoxType == LISTBOX && b_IsDropDownList) in ProcessWindowEvent()459 sal_Bool b_IsDropDownList = sal_True; in ProcessWindowEvent() local[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) ;
Completed in 22 milliseconds