Lines Matching refs:pPageView
46 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); in OnChar() local
47 ASSERT(pPageView); in OnChar()
51 &pObserved, pPageView, nFlags) || in OnChar()
57 CPWL_RadioButton* pWnd = GetRadioButton(pPageView, true); in OnChar()
60 return CommitData(pPageView, nFlags); in OnChar()
67 bool CFFL_RadioButton::OnLButtonUp(CPDFSDK_PageView* pPageView, in OnLButtonUp() argument
71 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point); in OnLButtonUp()
76 CPWL_RadioButton* pWnd = GetRadioButton(pPageView, true); in OnLButtonUp()
80 return CommitData(pPageView, nFlags); in OnLButtonUp()
83 bool CFFL_RadioButton::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged() argument
84 CPWL_RadioButton* pWnd = GetRadioButton(pPageView, false); in IsDataChanged()
88 void CFFL_RadioButton::SaveData(CPDFSDK_PageView* pPageView) { in SaveData() argument
89 CPWL_RadioButton* pWnd = GetRadioButton(pPageView, false); in SaveData()
117 CPWL_RadioButton* CFFL_RadioButton::GetRadioButton(CPDFSDK_PageView* pPageView, in GetRadioButton() argument
119 return static_cast<CPWL_RadioButton*>(GetPDFWindow(pPageView, bNew)); in GetRadioButton()