Home | History | Annotate | Download | only in fpdfsdk

Lines Matching refs:pContext

75   CPDFXFA_Context* pContext = m_pPageView->GetFormFillEnv()->GetXFAContext();
76 if (pContext->GetFormType() == FormType::kXFAForeground) {
78 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView()) {
98 CPDFXFA_Context* pContext = m_pPageView->GetFormFillEnv()->GetXFAContext();
99 if (pContext->GetFormType() != FormType::kXFAForeground)
102 CXFA_FFDocView* pDocView = pContext->GetXFADocView();
111 CPDFXFA_Context* pContext = m_pPageView->GetFormFillEnv()->GetXFAContext();
112 if (pContext->GetFormType() != FormType::kXFAForeground)
116 CXFA_FFDocView* pDocView = pContext->GetXFADocView();
225 CPDFXFA_Context* pContext = m_pPageView->GetFormFillEnv()->GetXFAContext();
272 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView())
332 CPDFXFA_Context* pContext = m_pPageView->GetFormFillEnv()->GetXFAContext();
333 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView();
346 CPDFXFA_Context* pContext = m_pPageView->GetFormFillEnv()->GetXFAContext();
347 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView();
511 CPDFXFA_Context* pContext = m_pPageView->GetFormFillEnv()->GetXFAContext();
512 FormType formType = pContext
971 CPDFXFA_Context* pContext = pFormFillEnv->GetXFAContext();
999 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView())