Lines Matching refs:CFFL_ComboBox
19 CFFL_ComboBox::CFFL_ComboBox(CPDFSDK_FormFillEnvironment* pApp, in CFFL_ComboBox() function in CFFL_ComboBox
24 CFFL_ComboBox::~CFFL_ComboBox() { in ~CFFL_ComboBox()
34 CPWL_Wnd::CreateParams CFFL_ComboBox::GetCreateParam() { in GetCreateParam()
44 std::unique_ptr<CPWL_Wnd> CFFL_ComboBox::NewPWLWindow( in NewPWLWindow()
70 bool CFFL_ComboBox::OnChar(CPDFSDK_Annot* pAnnot, in OnChar()
76 bool CFFL_ComboBox::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged()
91 void CFFL_ComboBox::SaveData(CPDFSDK_PageView* pPageView) { in SaveData()
110 ObservedPtr<CFFL_ComboBox> observed_this(this); in SaveData()
123 void CFFL_ComboBox::GetActionData(CPDFSDK_PageView* pPageView, in GetActionData()
162 void CFFL_ComboBox::SetActionData(CPDFSDK_PageView* pPageView, in SetActionData()
179 void CFFL_ComboBox::SaveState(CPDFSDK_PageView* pPageView) { in SaveState()
194 void CFFL_ComboBox::RestoreState(CPDFSDK_PageView* pPageView) { in RestoreState()
212 bool CFFL_ComboBox::SetIndexSelected(int index, bool selected) { in SetIndexSelected()
227 bool CFFL_ComboBox::IsIndexSelected(int index) { in IsIndexSelected()
239 bool CFFL_ComboBox::IsFieldFull(CPDFSDK_PageView* pPageView) { in IsFieldFull()
249 void CFFL_ComboBox::OnSetFocus(CPWL_Edit* pEdit) { in OnSetFocus()
260 WideString CFFL_ComboBox::GetSelectExportText() { in GetSelectExportText()
277 CPWL_ComboBox* CFFL_ComboBox::GetComboBox(CPDFSDK_PageView* pPageView, in GetComboBox()