• Home
  • Raw
  • Download

Lines Matching refs:pDocument

155   UnderlyingDocumentType* pDocument = UnderlyingFromFPDFDocument(document);  in FPDFDOC_InitFormFillEnvironment()  local
156 if (!pDocument) in FPDFDOC_InitFormFillEnvironment()
159 CPDFDoc_Environment* pEnv = new CPDFDoc_Environment(pDocument, formInfo); in FPDFDOC_InitFormFillEnvironment()
161 pEnv->SetSDKDocument(pDocument->GetSDKDocument(pEnv)); in FPDFDOC_InitFormFillEnvironment()
165 pEnv->SetSDKDocument(new CPDFSDK_Document(pDocument, pEnv)); in FPDFDOC_InitFormFillEnvironment()
326 CPDFXFA_Document* pDocument = pPage->GetDocument(); in FPDF_FFLDraw() local
327 if (!pDocument) in FPDF_FFLDraw()
329 CPDF_Document* pPDFDoc = pDocument->GetPDFDoc(); in FPDF_FFLDraw()
392 CPDFXFA_Document* pDocument = (CPDFXFA_Document*)document; in FPDF_Widget_Undo() local
393 if (pDocument->GetDocType() != XFA_DOCTYPE_Dynamic && in FPDF_Widget_Undo()
394 pDocument->GetDocType() != XFA_DOCTYPE_Static) in FPDF_Widget_Undo()
409 CPDFXFA_Document* pDocument = (CPDFXFA_Document*)document; in FPDF_Widget_Redo() local
410 if (pDocument->GetDocType() != XFA_DOCTYPE_Dynamic && in FPDF_Widget_Redo()
411 pDocument->GetDocType() != XFA_DOCTYPE_Static) in FPDF_Widget_Redo()
427 CPDFXFA_Document* pDocument = (CPDFXFA_Document*)document; in FPDF_Widget_SelectAll() local
428 if (pDocument->GetDocType() != XFA_DOCTYPE_Dynamic && in FPDF_Widget_SelectAll()
429 pDocument->GetDocType() != XFA_DOCTYPE_Static) in FPDF_Widget_SelectAll()
446 CPDFXFA_Document* pDocument = (CPDFXFA_Document*)document; in FPDF_Widget_Copy() local
447 if (pDocument->GetDocType() != XFA_DOCTYPE_Dynamic && in FPDF_Widget_Copy()
448 pDocument->GetDocType() != XFA_DOCTYPE_Static) in FPDF_Widget_Copy()
481 CPDFXFA_Document* pDocument = (CPDFXFA_Document*)document; in FPDF_Widget_Cut() local
482 if (pDocument->GetDocType() != XFA_DOCTYPE_Dynamic && in FPDF_Widget_Cut()
483 pDocument->GetDocType() != XFA_DOCTYPE_Static) in FPDF_Widget_Cut()
517 CPDFXFA_Document* pDocument = (CPDFXFA_Document*)document; in FPDF_Widget_Paste() local
518 if (pDocument->GetDocType() != XFA_DOCTYPE_Dynamic && in FPDF_Widget_Paste()
519 pDocument->GetDocType() != XFA_DOCTYPE_Static) in FPDF_Widget_Paste()
539 CPDFXFA_Document* pDocument = (CPDFXFA_Document*)document; in FPDF_Widget_ReplaceSpellCheckWord() local
540 if (pDocument->GetDocType() != XFA_DOCTYPE_Dynamic && in FPDF_Widget_ReplaceSpellCheckWord()
541 pDocument->GetDocType() != XFA_DOCTYPE_Static) in FPDF_Widget_ReplaceSpellCheckWord()
564 CPDFXFA_Document* pDocument = (CPDFXFA_Document*)document; in FPDF_Widget_GetSpellCheckWords() local
565 if (pDocument->GetDocType() != XFA_DOCTYPE_Dynamic && in FPDF_Widget_GetSpellCheckWords()
566 pDocument->GetDocType() != XFA_DOCTYPE_Static) in FPDF_Widget_GetSpellCheckWords()