Home | History | Annotate | Download | only in formfiller

Lines Matching refs:pPageView

23 CPWL_Wnd* CFFL_RadioButton::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView)
56 CPDFSDK_PageView* pPageView = pAnnot->GetPageView();
57 ASSERT(pPageView != NULL);
62 pIFormFiller->OnButtonUp(m_pWidget, pPageView, bReset, bExit,nFlags);
69 if (CPWL_RadioButton * pWnd = (CPWL_RadioButton*)GetPDFWindow(pPageView, TRUE))
71 CommitData(pPageView,nFlags);
79 FX_BOOL CFFL_RadioButton::OnLButtonUp(CPDFSDK_PageView *pPageView, CPDFSDK_Annot* pAnnot, FX_UINT nFlags, const CPDF_Point& point)
81 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point);
85 if (CPWL_RadioButton * pWnd = (CPWL_RadioButton*)GetPDFWindow(pPageView, TRUE))
88 if (!CommitData(pPageView,nFlags)) return FALSE;
94 FX_BOOL CFFL_RadioButton::IsDataChanged(CPDFSDK_PageView* pPageView)
98 if (CPWL_RadioButton* pWnd = (CPWL_RadioButton*)GetPDFWindow(pPageView, FALSE))
106 void CFFL_RadioButton::SaveData(CPDFSDK_PageView* pPageView)
110 if (CPWL_RadioButton* pWnd = (CPWL_RadioButton*)GetPDFWindow(pPageView, FALSE))