Lines Matching refs:GetComboBox
77 auto* pWnd = GetComboBox(pPageView, false); in IsDataChanged()
92 CPWL_ComboBox* pWnd = GetComboBox(pPageView, false); in SaveData()
128 if (CPWL_ComboBox* pComboBox = GetComboBox(pPageView, false)) { in GetActionData()
147 if (CPWL_ComboBox* pComboBox = GetComboBox(pPageView, false)) { in GetActionData()
167 if (CPWL_ComboBox* pComboBox = GetComboBox(pPageView, false)) { in SetActionData()
180 CPWL_ComboBox* pComboBox = GetComboBox(pPageView, false); in SaveState()
195 CPWL_ComboBox* pComboBox = GetComboBox(pPageView, true); in RestoreState()
219 CPWL_ComboBox* pWnd = GetComboBox(GetCurPageView(true), false); in SetIndexSelected()
234 CPWL_ComboBox* pWnd = GetComboBox(GetCurPageView(true), false); in IsIndexSelected()
240 CPWL_ComboBox* pComboBox = GetComboBox(pPageView, false); in IsFieldFull()
263 CPWL_ComboBox* pComboBox = GetComboBox(GetCurPageView(true), false); in GetSelectExportText()
277 CPWL_ComboBox* CFFL_ComboBox::GetComboBox(CPDFSDK_PageView* pPageView, in GetComboBox() function in CFFL_ComboBox