HomeSort by relevance Sort by last modified time
    Searched refs:FXFA_SAVEAS_XDP (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_docenvironment.cpp 418 int fileType = bXDP ? FXFA_SAVEAS_XDP : FXFA_SAVEAS_XML;
431 pFormFillEnv->OpenFile(bXDP ? FXFA_SAVEAS_XDP : FXFA_SAVEAS_XML,
446 } else if (fileType == FXFA_SAVEAS_XDP) {
740 if (fileType != FXFA_SAVEAS_XDP)
927 pFileHandler = pFormFillEnv->OpenFile(FXFA_SAVEAS_XDP, nullptr, "wb");
928 fileFlag = FXFA_SAVEAS_XDP;
929 ExportSubmitFile(pFileHandler, FXFA_SAVEAS_XDP, 0, flag);
    [all...]
  /external/pdfium/public/
fpdf_formfill.h 375 #define FXFA_SAVEAS_XDP 2
    [all...]

Completed in 1638 milliseconds