Lines Matching refs:pWnd
46 auto* pWnd = new CPWL_ComboBox(); in NewPDFWindow() local
47 pWnd->AttachFFLData(this); in NewPDFWindow()
48 pWnd->Create(cp); in NewPDFWindow()
52 pWnd->SetFillerNotify(pFormFiller); in NewPDFWindow()
62 pWnd->AddString(m_pWidget->GetOptionLabel(i)); in NewPDFWindow()
65 pWnd->SetSelect(nCurSel); in NewPDFWindow()
66 pWnd->SetText(swText); 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 WideString swText = pWnd->GetText(); in SaveData()
98 int32_t nCurSel = pWnd->GetSelect(); in SaveData()