Searched refs:IsItemSelected (Results 1 – 12 of 12) sorted by relevance
94 if (pListBox->IsItemSelected(i)) { in IsDataChanged()116 if (pListBox->IsItemSelected(i)) { in SaveData()179 if (pListBox->IsItemSelected(i)) in SaveState()223 return pListBox && pListBox->IsItemSelected(index); in IsIndexSelected()
116 if (m_pList->IsItemSelected(i)) { in DrawThisAppearance()339 bool CPWL_ListBox::IsItemSelected(int32_t nItemIndex) const { in IsItemSelected() function in CPWL_ListBox340 return m_pList->IsItemSelected(nItemIndex); in IsItemSelected()
169 if (IsItemSelected(nHitIndex)) { in OnMouseDown()320 if (bSelected != IsItemSelected(nItemIndex)) { in SetMultipleSelect()408 if (!IsItemSelected(nItemIndex)) in Deselect()622 bool CPWL_ListCtrl::IsItemSelected(int32_t nIndex) const { in IsItemSelected() function in CPWL_ListCtrl
84 bool IsItemSelected(int32_t nItemIndex) const;
88 bool IsItemSelected(int32_t nIndex) const;
115 bool IsItemSelected(int index) const;
476 bool CPDF_FormField::IsItemSelected(int index) const { in IsItemSelected() function in CPDF_FormField550 if (i == index || IsItemSelected(i)) in SetItemSelectionSelected()580 if (i != index && IsItemSelected(i)) in SetItemSelectionUnselected()
83 bool IsItemSelected(CFWL_ListItem* hItem);
236 bool CFWL_ListBox::IsItemSelected(CFWL_ListItem* pItem) { in IsItemSelected() function in CFWL_ListBox747 bool bSelected = IsItemSelected(pItem); in OnLButtonDown()
90 …bool IsItemSelected(int index) const { return GetItemState(index, LVIS_SELECTED) == LVIS_SELECTED;… in IsItemSelected() function
490 return pFormField->IsItemSelected(nIndex); in IsOptionSelected()
289 !pFormField->IsItemSelected(array[i])) { in SetCurrentValueIndices()472 if (!pFormField->IsItemSelected(pFormField->FindOption(str))) { in SetFieldValue()481 if (!pFormField->IsItemSelected(index)) in SetFieldValue()