Lines Matching refs:pSDKDoc
421 CPDFSDK_Document* pSDKDoc = m_pApp->GetSDKDocument(); in NewAnnot() local
422 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)pSDKDoc->GetInterForm(); in NewAnnot()
665 CPDFSDK_Document* pSDKDoc = pPageView->GetSDKDocument(); in OnLoad() local
666 CPDFXFA_Document* pDoc = pSDKDoc->GetXFADocument(); in OnLoad()
739 CPDFSDK_Document* pSDKDoc = m_pApp->GetSDKDocument(); in NewAnnot() local
740 CPDFSDK_InterForm* pInterForm = (CPDFSDK_InterForm*)pSDKDoc->GetInterForm(); in NewAnnot()
758 CPDFSDK_Document* pSDKDoc = pPageView->GetSDKDocument(); in OnDraw() local
759 ASSERT(pSDKDoc != NULL); in OnDraw()
771 if (pSDKDoc->GetFocusAnnot() != pAnnot) in OnDraw()
823 CPDFSDK_Document* pSDKDoc = pPageView->GetSDKDocument(); in HitTest() local
824 if (!pSDKDoc) in HitTest()
827 CPDFXFA_Document* pDoc = pSDKDoc->GetXFADocument(); in HitTest()
1097 CPDFSDK_Document* pSDKDoc = pPageView->GetSDKDocument(); in GetXFAWidgetHandler() local
1098 if (!pSDKDoc) in GetXFAWidgetHandler()
1101 CPDFXFA_Document* pDoc = pSDKDoc->GetXFADocument(); in GetXFAWidgetHandler()