• Home
  • Raw
  • Download

Lines Matching refs:pDocument

1596  		CPDFSDK_Document* pDocument = pPageView->GetSDKDocument();  in OnAAction()  local
1597 ASSERT(pDocument != NULL); in OnAAction()
1599 CPDFDoc_Environment* pEnv = pDocument->GetEnv(); in OnAAction()
1605 return pActionHandler->DoAction_Field(action, type, pDocument, GetFormField(), data); in OnAAction()
1684 CPDFSDK_InterForm::CPDFSDK_InterForm(CPDFSDK_Document* pDocument) in CPDFSDK_InterForm() argument
1685 :m_pDocument(pDocument), in CPDFSDK_InterForm()
1762 CPDF_Document* pDocument = m_pDocument->GetDocument(); in GetWidget() local
1768 int nPageIndex = pDocument->GetPageIndex(pPageDict->GetObjNum()); in GetWidget()
1777 int nPageIndex = GetPageIndexByAnnotDict(pDocument, pControlDict); in GetWidget()
1819 int CPDFSDK_InterForm::GetPageIndexByAnnotDict(CPDF_Document* pDocument, CPDF_Dictionary* pAnnotDic… in GetPageIndexByAnnotDict() argument
1821 ASSERT(pDocument != NULL); in GetPageIndexByAnnotDict()
1824 for (int i=0,sz=pDocument->GetPageCount(); i<sz; i++) in GetPageIndexByAnnotDict()
1826 if (CPDF_Dictionary* pPageDict = pDocument->GetPage(i)) in GetPageIndexByAnnotDict()
1869 CPDF_Document* pDocument = m_pDocument->GetDocument(); in LoadImageFromFile() local
1870 ASSERT(pDocument != NULL); in LoadImageFromFile()
1879 CPDF_Image Image(pDocument); in LoadImageFromFile()
1885 pDocument->AddIndirectObject(pImageStream); in LoadImageFromFile()
1902 pXObject->SetAtReference("Img", pDocument, pImageStream); in LoadImageFromFile()
1920 pDocument->AddIndirectObject(pRetStream); in LoadImageFromFile()