Lines Matching refs:pPageView
49 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); in OnChar() local
50 ASSERT(pPageView); in OnChar()
54 &pObserved, pPageView, nFlags)) { in OnChar()
66 CPWL_CheckBox* pWnd = GetCheckBox(pPageView, true); in OnChar()
72 return CommitData(pPageView, nFlags); in OnChar()
79 bool CFFL_CheckBox::OnLButtonUp(CPDFSDK_PageView* pPageView, in OnLButtonUp() argument
83 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point); in OnLButtonUp()
88 CPWL_CheckBox* pWnd = GetCheckBox(pPageView, true); in OnLButtonUp()
94 return CommitData(pPageView, nFlags); in OnLButtonUp()
97 bool CFFL_CheckBox::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged() argument
98 CPWL_CheckBox* pWnd = GetCheckBox(pPageView, false); in IsDataChanged()
102 void CFFL_CheckBox::SaveData(CPDFSDK_PageView* pPageView) { in SaveData() argument
103 CPWL_CheckBox* pWnd = GetCheckBox(pPageView, false); in SaveData()
131 CPWL_CheckBox* CFFL_CheckBox::GetCheckBox(CPDFSDK_PageView* pPageView, in GetCheckBox() argument
133 return static_cast<CPWL_CheckBox*>(GetPWLWindow(pPageView, bNew)); in GetCheckBox()