Lines Matching refs:pWnd
47 CPWL_ComboBox* pWnd = new CPWL_ComboBox(); in NewPDFWindow() local
48 pWnd->AttachFFLData(this); in NewPDFWindow()
49 pWnd->Create(cp); in NewPDFWindow()
52 pWnd->SetFillerNotify(pFormFiller); in NewPDFWindow()
62 pWnd->AddString(m_pWidget->GetOptionLabel(i).c_str()); in NewPDFWindow()
65 pWnd->SetSelect(nCurSel); in NewPDFWindow()
66 pWnd->SetText(swText.c_str()); in NewPDFWindow()
67 return pWnd; in NewPDFWindow()
77 CPWL_ComboBox* pWnd = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE); in IsDataChanged() local
78 if (!pWnd) in IsDataChanged()
81 int32_t nCurSel = pWnd->GetSelect(); in IsDataChanged()
88 return pWnd->GetText() != m_pWidget->GetValue(); in IsDataChanged()
92 CPWL_ComboBox* pWnd = in SaveData() local
94 if (!pWnd) in SaveData()
97 CFX_WideString swText = pWnd->GetText(); in SaveData()
98 int32_t nCurSel = pWnd->GetSelect(); in SaveData()
255 void CFFL_ComboBox::OnSetFocus(CPWL_Wnd* pWnd) { in OnSetFocus() argument
258 if (pWnd->GetClassName() == PWL_CLASSNAME_EDIT) { in OnSetFocus()
259 CPWL_Edit* pEdit = (CPWL_Edit*)pWnd; in OnSetFocus()
275 void CFFL_ComboBox::OnKillFocus(CPWL_Wnd* pWnd) { in OnKillFocus() argument