Searched refs:IsItemSelected (Results 1 – 12 of 12) sorted by relevance
101 if (pListBox->IsItemSelected(i)) { in IsDataChanged()124 if (pListBox->IsItemSelected(i)) in SaveData()176 if (pListBox->IsItemSelected(i)) in SaveState()
110 if (m_pList->IsItemSelected(i)) { in GetThisAppearanceStream()170 if (m_pList->IsItemSelected(i)) { in DrawThisAppearance()418 bool CPWL_ListBox::IsItemSelected(int32_t nItemIndex) const { in IsItemSelected() function in CPWL_ListBox419 return m_pList->IsItemSelected(nItemIndex); in IsItemSelected()
93 bool IsItemSelected(int32_t nItemIndex) const;
94 bool IsItemSelected(int index) const;
489 bool CPDF_FormField::IsItemSelected(int index) const { in IsItemSelected() function in CPDF_FormField549 if (i == index || IsItemSelected(i)) { in SetItemSelection()571 if (i != index && IsItemSelected(i)) { in SetItemSelection()
83 bool IsItemSelected(CFWL_ListItem* hItem);
246 bool CFWL_ListBox::IsItemSelected(CFWL_ListItem* pItem) { in IsItemSelected() function in CFWL_ListBox757 bool bSelected = IsItemSelected(pItem); in OnLButtonDown()
243 if (IsItemSelected(nHitIndex)) { in OnMouseDown()403 if (bSelected != IsItemSelected(nItemIndex)) { in SetMultipleSelect()754 bool CFX_ListCtrl::IsItemSelected(int32_t nIndex) const { in IsItemSelected() function in CFX_ListCtrl
260 bool IsItemSelected(int32_t nIndex) const;
76 …bool IsItemSelected(int index) const { return GetItemState(index, LVIS_SELECTED) == LVIS_SELECTED;… in IsItemSelected() function
1083 !pFormField->IsItemSelected(array[i])) { in SetCurrentValueIndices()2697 if (!pFormField->IsItemSelected(pFormField->FindOption(str))) { in SetValue()2706 if (!pFormField->IsItemSelected(index)) in SetValue()
654 return pFormField->IsItemSelected(nIndex);