Lines Matching refs:CPWL_ComboBox
46 auto* pWnd = new CPWL_ComboBox(); in NewPDFWindow()
77 CPWL_ComboBox* pWnd = (CPWL_ComboBox*)GetPDFWindow(pPageView, false); in IsDataChanged()
92 CPWL_ComboBox* pWnd = in SaveData()
93 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false)); in SaveData()
129 if (CPWL_ComboBox* pComboBox = in GetActionData()
130 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in GetActionData()
149 if (CPWL_ComboBox* pComboBox = in GetActionData()
150 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in GetActionData()
170 if (CPWL_ComboBox* pComboBox = in SetActionData()
171 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in SetActionData()
201 if (CPWL_ComboBox* pComboBox = in SaveState()
202 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in SaveState()
215 if (CPWL_ComboBox* pComboBox = in RestoreState()
216 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, true))) { in RestoreState()
230 if (CPWL_ComboBox* pComboBox = in IsFieldFull()
231 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in IsFieldFull()
255 if (CPWL_ComboBox* pComboBox = in GetSelectExportText()
256 (CPWL_ComboBox*)GetPDFWindow(pPageView, false)) { in GetSelectExportText()