Home
last modified time | relevance | path

Searched refs:GetCurSel (Results 1 – 10 of 10) sorted by relevance

/external/lzma/CPP/Windows/Control/
DComboBox.h24 int GetCurSel() { return (int)SendMsg(CB_GETCURSEL, 0, 0); } in GetCurSel() function
37 LRESULT GetItemData_of_CurSel() { return GetItemData(GetCurSel()); } in GetItemData_of_CurSel()
/external/pdfium/fpdfsdk/formfiller/
Dcffl_listbox.cpp104 return pListBox->GetCurSel() != m_pWidget->GetSelectedIndex(0); in IsDataChanged()
122 m_pWidget->SetOptionSelection(pListBox->GetCurSel(), true, in SaveData()
152 int32_t nCurSel = pListBox->GetCurSel(); in GetActionData()
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp300 int pathMode2 = kPathModeButtonsVals[_pathMode.GetCurSel()]; in OnOK()
305 …OverwriteMode = (NExtract::NOverwriteMode::EEnum)kOverwriteButtonsVals[_overwriteMode.GetCurSel()]; in OnOK()
356 int currentItem = _path.GetCurSel(); in OnOK()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_combo_box.cpp496 if (m_pList->GetCurSel() > 0) { in OnKeyDown()
511 if (m_pList->GetCurSel() < m_pList->GetCount() - 1) { in OnKeyDown()
583 m_nSelectItem = m_pList->GetCurSel(); in SetSelectText()
Dcpwl_list_box.h83 int32_t GetCurSel() const;
Dcpwl_list_box.cpp335 int32_t CPWL_ListBox::GetCurSel() const { in GetCurSel() function in CPWL_ListBox
/external/pdfium/xfa/fwl/
Dcfwl_datetimepicker.h47 void GetCurSel(int32_t& iYear, int32_t& iMonth, int32_t& iDay);
Dcfwl_combobox.h59 int32_t GetCurSel() const { return m_iCurSel; } in GetCurSel() function
Dcfwl_datetimepicker.cpp137 void CFWL_DateTimePicker::GetCurSel(int32_t& iYear, in GetCurSel() function in CFWL_DateTimePicker
/external/pdfium/xfa/fxfa/
Dcxfa_ffcombobox.cpp150 int32_t iCursel = pFWLcombobox->GetCurSel(); in GetCurrentText()