Home
last modified time | relevance | path

Searched refs:GetDocType (Results 1 – 16 of 16) sorted by relevance

/external/pdfium/fpdfsdk/src/
Dfpdfformfill.cpp393 if (pDocument->GetDocType() != XFA_DOCTYPE_Dynamic && in FPDF_Widget_Undo()
394 pDocument->GetDocType() != XFA_DOCTYPE_Static) in FPDF_Widget_Undo()
410 if (pDocument->GetDocType() != XFA_DOCTYPE_Dynamic && in FPDF_Widget_Redo()
411 pDocument->GetDocType() != XFA_DOCTYPE_Static) in FPDF_Widget_Redo()
428 if (pDocument->GetDocType() != XFA_DOCTYPE_Dynamic && in FPDF_Widget_SelectAll()
429 pDocument->GetDocType() != XFA_DOCTYPE_Static) in FPDF_Widget_SelectAll()
447 if (pDocument->GetDocType() != XFA_DOCTYPE_Dynamic && in FPDF_Widget_Copy()
448 pDocument->GetDocType() != XFA_DOCTYPE_Static) in FPDF_Widget_Copy()
482 if (pDocument->GetDocType() != XFA_DOCTYPE_Dynamic && in FPDF_Widget_Cut()
483 pDocument->GetDocType() != XFA_DOCTYPE_Static) in FPDF_Widget_Cut()
[all …]
Dfpdfsave.cpp71 if (pDocument->GetDocType() != DOCTYPE_DYNAMIC_XFA && in _SaveXFADocumentData()
72 pDocument->GetDocType() != DOCTYPE_STATIC_XFA) in _SaveXFADocumentData()
230 if (pDocument->GetDocType() != DOCTYPE_DYNAMIC_XFA && in _SendPostSaveToXFADoc()
231 pDocument->GetDocType() != DOCTYPE_STATIC_XFA) in _SendPostSaveToXFADoc()
257 if (pDocument->GetDocType() != DOCTYPE_DYNAMIC_XFA && in _SendPreSaveToXFADoc()
258 pDocument->GetDocType() != DOCTYPE_STATIC_XFA) in _SendPreSaveToXFADoc()
Dfsdk_mgr.cpp674 if (pPage->GetDocument()->GetDocType() == DOCTYPE_DYNAMIC_XFA) {
835 if (!pPage || (pPage->GetDocument()->GetDocType() != DOCTYPE_STATIC_XFA &&
836 pPage->GetDocument()->GetDocType() != DOCTYPE_DYNAMIC_XFA))
1058 if (m_pSDKDoc->GetXFADocument()->GetDocType() == DOCTYPE_DYNAMIC_XFA) {
Dfsdk_baseform.cpp50 if (pDoc->GetDocType() == DOCTYPE_STATIC_XFA) { in GetMixXFAWidget()
74 if (pDoc->GetDocType() == DOCTYPE_STATIC_XFA) { in GetGroupMixXFAWidget()
88 if (pDoc->GetDocType() == DOCTYPE_STATIC_XFA) { in GetXFAWidgetHandler()
506 int nDocType = pDoc->GetDocType(); in IsAppearanceValid()
Dfsdk_annothandler.cpp667 if (pDoc->GetDocType() == DOCTYPE_STATIC_XFA) { in OnLoad()
/external/pdfium/fpdfsdk/src/fpdfxfa/
Dfpdfxfa_page.cpp90 int iDocType = m_pDocument->GetDocType(); in LoadPage()
126 int nDocType = m_pDocument->GetDocType(); in GetPageWidth()
153 int nDocType = m_pDocument->GetDocType(); in GetPageHeight()
237 int nDocType = m_pDocument->GetDocType(); in GetDisplayMatrix()
Dfpdfxfa_doc.cpp104 if (pDocHandler->GetDocType(m_pXFADoc) == XFA_DOCTYPE_Dynamic) in LoadXFADoc()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffdochandler.cpp19 FX_DWORD CXFA_FFDocHandler::GetDocType(IXFA_Doc* hDoc) { in GetDocType() function in CXFA_FFDocHandler
20 return static_cast<CXFA_FFDoc*>(hDoc)->GetDocType(); in GetDocType()
Dxfa_ffdoc.h28 FX_DWORD GetDocType();
Dxfa_ffdochandler.h16 virtual FX_DWORD GetDocType(IXFA_Doc* hDoc);
Dxfa_ffdoc.cpp28 FX_DWORD CXFA_FFDoc::GetDocType() { in GetDocType() function in CXFA_FFDoc
Dxfa_ffdocview.cpp653 return m_pDoc->GetDocType() == XFA_DOCTYPE_Static; in IsStaticNotify()
Dxfa_ffwidgetacc.cpp374 FX_BOOL bNotify = GetDoc()->GetDocType() == XFA_DOCTYPE_Static; in ProcessCalculate()
/external/pdfium/fpdfsdk/include/fpdfxfa/
Dfpdfxfa_doc.h37 int GetDocType() { return m_iDocType; } in GetDocType() function
/external/pdfium/fpdfsdk/src/javascript/
Dapp.cpp207 if (pDoc->GetDocType() == 1 || pDoc->GetDocType() == 2) { in viewerVersion()
/external/pdfium/xfa/include/fxfa/
Dfxfa.h480 virtual FX_DWORD GetDocType(IXFA_Doc* hDoc) = 0;