Lines Matching refs:pPageView
45 CPDFSDK_PageView* pPageView = pAnnot->GetPageView(); in OnChar() local
46 ASSERT(pPageView); in OnChar()
50 &pObserved, pPageView, nFlags)) { in OnChar()
62 CPWL_CheckBox* pWnd = GetCheckBox(pPageView, true); in OnChar()
68 return CommitData(pPageView, nFlags); in OnChar()
75 bool CFFL_CheckBox::OnLButtonUp(CPDFSDK_PageView* pPageView, in OnLButtonUp() argument
79 CFFL_Button::OnLButtonUp(pPageView, pAnnot, nFlags, point); in OnLButtonUp()
84 CPWL_CheckBox* pWnd = GetCheckBox(pPageView, true); in OnLButtonUp()
90 return CommitData(pPageView, nFlags); in OnLButtonUp()
93 bool CFFL_CheckBox::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged() argument
94 CPWL_CheckBox* pWnd = GetCheckBox(pPageView, false); in IsDataChanged()
98 void CFFL_CheckBox::SaveData(CPDFSDK_PageView* pPageView) { in SaveData() argument
99 CPWL_CheckBox* pWnd = GetCheckBox(pPageView, false); in SaveData()
126 CPWL_CheckBox* CFFL_CheckBox::GetCheckBox(CPDFSDK_PageView* pPageView, in GetCheckBox() argument
128 return static_cast<CPWL_CheckBox*>(GetPDFWindow(pPageView, bNew)); in GetCheckBox()