Home | History | Annotate | Download | only in formfiller

Lines Matching refs:pPageView

74 CPWL_Wnd* CFFL_ComboBox::NewPDFWindow(const PWL_CREATEPARAM& cp, CPDFSDK_PageView* pPageView)
106 FX_BOOL CFFL_ComboBox::IsDataChanged(CPDFSDK_PageView* pPageView)
108 if (CPWL_ComboBox * pWnd = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE))
134 void CFFL_ComboBox::SaveData(CPDFSDK_PageView* pPageView)
138 if (CPWL_ComboBox* pWnd = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE))
185 void CFFL_ComboBox::GetActionData( CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type, PDFSDK_FieldAction& fa)
190 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE))
212 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE))
232 void CFFL_ComboBox::SetActionData(CPDFSDK_PageView* pPageView, CPDF_AAction::AActionType type,
238 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE))
267 void CFFL_ComboBox::SaveState(CPDFSDK_PageView* pPageView)
269 ASSERT(pPageView != NULL);
271 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE))
283 void CFFL_ComboBox::RestoreState(CPDFSDK_PageView* pPageView)
285 ASSERT(pPageView != NULL);
287 if (CPWL_ComboBox* pComboBox = (CPWL_ComboBox*)GetPDFWindow(pPageView, TRUE))
302 CPWL_Wnd* CFFL_ComboBox::ResetPDFWindow(CPDFSDK_PageView* pPageView, FX_BOOL bRestoreValue)
305 SaveState(pPageView);
307 DestroyPDFWindow(pPageView);
313 RestoreState(pPageView);
314 pRet = this->GetPDFWindow(pPageView, FALSE);
317 pRet = this->GetPDFWindow(pPageView, TRUE);
334 CPDFSDK_PageView* pPageView = this->GetCurPageView();
335 ASSERT(pPageView != NULL);
337 if (CommitData(pPageView, nFlag))
339 DestroyPDFWindow(pPageView);
420 CPDFSDK_PageView *pPageView = GetCurPageView();
421 if (CPWL_ComboBox * pComboBox = (CPWL_ComboBox*)GetPDFWindow(pPageView, FALSE))