Searched refs:IsItemSelected (Results 1 – 12 of 12) sorted by relevance
91 if (pListBox->IsItemSelected(i)) { in IsDataChanged()114 if (pListBox->IsItemSelected(i)) in SaveData()175 if (pListBox->IsItemSelected(i)) in SaveState()
120 if (m_pList->IsItemSelected(i)) { in DrawThisAppearance()345 bool CPWL_ListBox::IsItemSelected(int32_t nItemIndex) const { in IsItemSelected() function in CPWL_ListBox346 return m_pList->IsItemSelected(nItemIndex); in IsItemSelected()
84 bool IsItemSelected(int32_t nItemIndex) const;
171 if (IsItemSelected(nHitIndex)) { in OnMouseDown()322 if (bSelected != IsItemSelected(nItemIndex)) { in SetMultipleSelect()619 bool CPWL_ListCtrl::IsItemSelected(int32_t nIndex) const { in IsItemSelected() function in CPWL_ListCtrl
87 bool IsItemSelected(int32_t nIndex) const;
83 bool IsItemSelected(CFWL_ListItem* hItem);
243 bool CFWL_ListBox::IsItemSelected(CFWL_ListItem* pItem) { in IsItemSelected() function in CFWL_ListBox753 bool bSelected = IsItemSelected(pItem); in OnLButtonDown()
143 bool IsItemSelected(int index) const;
488 bool CPDF_FormField::IsItemSelected(int index) const { in IsItemSelected() function in CPDF_FormField548 if (i == index || IsItemSelected(i)) { in SetItemSelection()570 if (i != index && IsItemSelected(i)) { in SetItemSelection()
90 …bool IsItemSelected(int index) const { return GetItemState(index, LVIS_SELECTED) == LVIS_SELECTED;… in IsItemSelected() function
845 !pFormField->IsItemSelected(array[i])) { in SetCurrentValueIndices()2133 if (!pFormField->IsItemSelected(pFormField->FindOption(str))) { in SetValue()2142 if (!pFormField->IsItemSelected(index)) in SetValue()
654 return pFormField->IsItemSelected(nIndex);