Home
last modified time | relevance | path

Searched refs:GetSelect (Results 1 – 12 of 12) sorted by relevance

/external/pdfium/fpdfsdk/src/formfiller/
DFFL_ComboBox.cpp81 int32_t nCurSel = pWnd->GetSelect(); in IsDataChanged()
98 int32_t nCurSel = pWnd->GetSelect(); in SaveData()
198 m_State.nIndex = pComboBox->GetSelect(); in SaveState()
290 nExport = pComboBox->GetSelect(); in GetSelectExportText()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_IconList.h64 int32_t GetSelect() const;
102 int32_t GetSelect() const;
DPWL_ComboBox.h75 int32_t GetSelect() const;
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_IconList.cpp274 int32_t CPWL_IconList_Content::GetSelect() const { in GetSelect() function in CPWL_IconList_Content
431 int32_t CPWL_IconList::GetSelect() const { in GetSelect() function in CPWL_IconList
432 return m_pListContent->GetSelect(); in GetSelect()
DPWL_ListBox.cpp463 return m_pList->GetSelect(); in GetCurSel()
DPWL_ComboBox.cpp244 int32_t CPWL_ComboBox::GetSelect() const { in GetSelect() function in CPWL_ComboBox
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_monthcalendar.h121 FX_BOOL GetSelect(int32_t& iYear,
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_monthcalendarimp.h32 virtual FX_BOOL GetSelect(int32_t& iYear,
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp547 OnVK(IsMultipleSel() ? GetCaret() - 1 : GetSelect() - 1, bShift, bCtrl); in OnVK_UP()
551 OnVK(IsMultipleSel() ? GetCaret() + 1 : GetSelect() + 1, bShift, bCtrl); in OnVK_DOWN()
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_monthcalendarimp.cpp36 FX_BOOL IFWL_MonthCalendar::GetSelect(int32_t& iYear, in GetSelect() function in IFWL_MonthCalendar
41 ->GetSelect(iYear, iMonth, iDay, nIndex); in GetSelect()
166 FX_BOOL CFWL_MonthCalendarImp::GetSelect(int32_t& iYear, in GetSelect() function in CFWL_MonthCalendarImp
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h306 int32_t GetSelect() const override { return m_nSelItem; } in GetSelect() function
Dfx_edit.h539 virtual int32_t GetSelect() const = 0;