Home
last modified time | relevance | path

Searched refs:GetSelItem (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffchoicelist.cpp133 FWL_HLISTITEM lpItemSel = pListBox->GetSelItem(iSelArray[j]); in UpdateFWLData()
136 pListBox->SetSelItem(pListBox->GetSelItem(-1), FALSE); in UpdateFWLData()
152 pListBox->GetItemText(pListBox->GetSelItem(0), eParam.m_wsNewText); in OnSelectChanged()
157 FWL_HLISTITEM item = ((CFWL_ListBox*)m_pNormalWidget)->GetSelItem(nIndex); in SetItemState()
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dlistbox.cpp82 FWL_HLISTITEM CFWL_ListBox::GetSelItem(int32_t nIndexSel) { in GetSelItem() function in CFWL_ListBox
85 return static_cast<IFWL_ListBox*>(m_pIface)->GetSelItem(nIndexSel); in GetSelItem()
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_listbox.h119 FWL_HLISTITEM GetSelItem(int32_t nIndexSel);
/external/pdfium/xfa/include/fwl/lightwidget/
Dlistbox.h24 FWL_HLISTITEM GetSelItem(int32_t nIndexSel);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_listboximp.h35 virtual FWL_HLISTITEM GetSelItem(int32_t nIndexSel);
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_listboximp.cpp40 FWL_HLISTITEM IFWL_ListBox::GetSelItem(int32_t nIndexSel) { in GetSelItem() function in IFWL_ListBox
41 return static_cast<CFWL_ListBoxImp*>(GetImpl())->GetSelItem(nIndexSel); in GetSelItem()
222 FWL_HLISTITEM CFWL_ListBoxImp::GetSelItem(int32_t nIndexSel) { in GetSelItem() function in CFWL_ListBoxImp
972 FWL_HLISTITEM item = GetSelItem(i); in ProcessSelChanged()
Dfwl_comboboximp.cpp239 FWL_HLISTITEM hOld = GetSelItem(0); in ChangeSelected()
1101 m_iCurSel = pDatas->GetItemIndex(m_pInterface, m_pListBox->GetSelItem(0)); in ProcessSelChanged()
1701 FWL_HLISTITEM item = m_pOwner->m_pListBox->GetSelItem(iCurSel); in DisForm_OnKey()