Searched refs:GetSDKDocument (Results 1 – 10 of 10) sorted by relevance
25 return pEnv ? pEnv->GetSDKDocument() : nullptr; in FormHandleToSDKDoc()161 pEnv->SetSDKDocument(pDocument->GetSDKDocument(pEnv)); in FPDFDOC_InitFormFillEnvironment()179 if (CPDFSDK_Document* pSDKDoc = pEnv->GetSDKDocument()) { in FPDFDOC_ExitFormFillEnvironment()333 CPDFSDK_Document* pFXDoc = pEnv->GetSDKDocument(); in FPDF_FFLDraw()667 CPDFSDK_Document* pSDKDoc = ((CPDFDoc_Environment*)hHandle)->GetSDKDocument(); in FORM_OnBeforeClosePage()721 CPDFSDK_Document* pSDKDoc = ((CPDFDoc_Environment*)hHandle)->GetSDKDocument(); in FORM_DoPageAAction()
280 CPDFSDK_Document* pDocument = pPage->GetSDKDocument(); in Annot_OnKeyDown()305 pPage->GetSDKDocument(); in Annot_OnSetFocus()421 CPDFSDK_Document* pSDKDoc = m_pApp->GetSDKDocument(); in NewAnnot()665 CPDFSDK_Document* pSDKDoc = pPageView->GetSDKDocument(); in OnLoad()739 CPDFSDK_Document* pSDKDoc = m_pApp->GetSDKDocument(); in NewAnnot()758 CPDFSDK_Document* pSDKDoc = pPageView->GetSDKDocument(); in OnDraw()823 CPDFSDK_Document* pSDKDoc = pPageView->GetSDKDocument(); in HitTest()1097 CPDFSDK_Document* pSDKDoc = pPageView->GetSDKDocument(); in GetXFAWidgetHandler()
48 CPDFSDK_Document* pSDKDoc = m_pPageView->GetSDKDocument(); in GetMixXFAWidget()72 CPDFSDK_Document* pSDKDoc = m_pPageView->GetSDKDocument(); in GetGroupMixXFAWidget()86 CPDFSDK_Document* pSDKDoc = m_pPageView->GetSDKDocument(); in GetXFAWidgetHandler()202 CPDFSDK_Document* pSDKDoc = m_pPageView->GetSDKDocument(); in OnXFAAAction()311 CPDFSDK_Document* pSDKDoc = m_pPageView->GetSDKDocument(); in SynchronizeXFAValue()326 CPDFSDK_Document* pSDKDoc = m_pPageView->GetSDKDocument(); in SynchronizeXFAItems()504 CPDFSDK_Document* pSDKDoc = m_pPageView->GetSDKDocument(); in IsAppearanceValid()1882 CPDFSDK_Document* pDocument = pPageView->GetSDKDocument();2011 CPDFSDK_Document* pDocument = pPageView->GetSDKDocument();
68 CPDFSDK_Document* pDocument = m_pApp->GetSDKDocument(); in OnDraw()244 CPDFSDK_Document* pDocument = m_pApp->GetSDKDocument(); in OnLButtonUp()708 CPDFSDK_Document* pDocument = pPageView->GetSDKDocument(); in OnCalculate()723 CPDFSDK_Document* pDocument = pPageView->GetSDKDocument(); in OnFormat()969 CPDFSDK_Document* pDocument = pData->pPageView->GetSDKDocument(); in OnBeforeKeyStroke()
250 CPDFSDK_Document* pDoc = m_pApp->GetSDKDocument(); in SetFocusForAnnot()468 CPDFSDK_Document* pSDKDoc = m_pApp->GetSDKDocument(); in GetCurPageView()
24 if (CPDFSDK_Document* pDoc = pApp->GetSDKDocument()) in FXJS_MsgBox()
121 if (CPDFSDK_Document* pDoc = pApp->GetSDKDocument()) { in activeDocs()157 if (CPDFSDK_Document* pDoc = pApp->GetSDKDocument()) in calculate()
39 CPDFSDK_Document* GetSDKDocument(CPDFDoc_Environment* pFormFillEnv);
458 CPDFSDK_Document* GetSDKDocument() const { return m_pSDKDoc; } in GetSDKDocument() function612 CPDFSDK_Document* GetSDKDocument() { return m_pSDKDoc; } in GetSDKDocument() function
193 CPDFSDK_Document* CPDFXFA_Document::GetSDKDocument( in GetSDKDocument() function in CPDFXFA_Document