Lines Matching refs:pPageView
76 bool CFFL_ComboBox::IsDataChanged(CPDFSDK_PageView* pPageView) { in IsDataChanged() argument
77 CPWL_ComboBox* pWnd = (CPWL_ComboBox*)GetPDFWindow(pPageView, false); in IsDataChanged()
91 void CFFL_ComboBox::SaveData(CPDFSDK_PageView* pPageView) { in SaveData() argument
93 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false)); in SaveData()
124 void CFFL_ComboBox::GetActionData(CPDFSDK_PageView* pPageView, in GetActionData() argument
130 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in GetActionData()
150 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in GetActionData()
165 void CFFL_ComboBox::SetActionData(CPDFSDK_PageView* pPageView, in SetActionData() argument
171 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in SetActionData()
198 void CFFL_ComboBox::SaveState(CPDFSDK_PageView* pPageView) { in SaveState() argument
199 ASSERT(pPageView); in SaveState()
202 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in SaveState()
212 void CFFL_ComboBox::RestoreState(CPDFSDK_PageView* pPageView) { in RestoreState() argument
213 ASSERT(pPageView); in RestoreState()
216 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, true))) { in RestoreState()
229 bool CFFL_ComboBox::IsFieldFull(CPDFSDK_PageView* pPageView) { in IsFieldFull() argument
231 static_cast<CPWL_ComboBox*>(GetPDFWindow(pPageView, false))) { in IsFieldFull()
254 CPDFSDK_PageView* pPageView = GetCurPageView(true); in GetSelectExportText() local
256 (CPWL_ComboBox*)GetPDFWindow(pPageView, false)) { in GetSelectExportText()