Searched refs:CountSelItems (Results 1 – 6 of 6) sorted by relevance
71 int32_t iSels = pListBox->CountSelItems(); in CommitData()84 int32_t iSels = pListBox->CountSelItems(); in IsDataChanged()150 int32_t iSels = pListBox->CountSelItems(); in OnSelectChanged()
77 int32_t CFWL_ListBox::CountSelItems() { in CountSelItems() function in CFWL_ListBox80 return static_cast<IFWL_ListBox*>(m_pIface)->CountSelItems(); in CountSelItems()
118 int32_t CountSelItems();
23 int32_t CountSelItems();
34 virtual int32_t CountSelItems();
37 int32_t IFWL_ListBox::CountSelItems() { in CountSelItems() function in IFWL_ListBox38 return static_cast<CFWL_ListBoxImp*>(GetImpl())->CountSelItems(); in CountSelItems()203 int32_t CFWL_ListBoxImp::CountSelItems() { in CountSelItems() function in CFWL_ListBoxImp970 int32_t iCount = CountSelItems(); in ProcessSelChanged()