Home
last modified time | relevance | path

Searched refs:SetCurSel (Results 1 – 9 of 9) sorted by relevance

/external/pdfium/xfa/fxfa/app/
Dxfa_ffchoicelist.cpp257 pComboBox->SetCurSel(iSelArray[0]); in LoadWidget()
386 ((CFWL_ComboBox*)m_pNormalWidget)->SetCurSel(iSelArray[0]); in UpdateFWLData()
389 ((CFWL_ComboBox*)m_pNormalWidget)->SetCurSel(-1); in UpdateFWLData()
451 ((CFWL_ComboBox*)m_pNormalWidget)->SetCurSel(nIndex); in SetItemState()
453 ((CFWL_ComboBox*)m_pNormalWidget)->SetCurSel(-1); in SetItemState()
Dxfa_fftextedit.cpp526 pWidget->SetCurSel(date.GetYear(), date.GetMonth(), date.GetDay()); in LoadWidget()
625 ->SetCurSel(date.GetYear(), date.GetMonth(), date.GetDay()); in UpdateFWLData()
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp109 combo.SetCurSel(curSel); in AddComboItems()
284 _path.SetCurSel(-1); in OnButtonSetPath()
/external/lzma/CPP/Windows/Control/
DComboBox.h23 LRESULT SetCurSel(int index) { return SendMsg(CB_SETCURSEL, index, 0); } in SetCurSel() function
/external/pdfium/xfa/fwl/
Dcfwl_datetimepicker.h49 void SetCurSel(int32_t iYear, int32_t iMonth, int32_t iDay);
Dcfwl_combobox.h64 void SetCurSel(int32_t iSel);
Dcfwl_datetimepicker.cpp148 void CFWL_DateTimePicker::SetCurSel(int32_t iYear, in SetCurSel() function in CFWL_DateTimePicker
Dcfwl_combobox.cpp217 void CFWL_ComboBox::SetCurSel(int32_t iSel) { in SetCurSel() function in CFWL_ComboBox
/external/lzma/CPP/7zip/UI/FileManager/
DBrowseDialog.cpp223 _filterCombo.SetCurSel(0); in OnInit()