Home
last modified time | relevance | path

Searched refs:XFA_VERSION (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.h20 enum XFA_VERSION { enum
100 XFA_VERSION GetCurVersionMode() { return m_eCurVersionMode; } in GetCurVersionMode()
101 XFA_VERSION RecognizeXFAVersionNumber(const WideString& wsTemplateNS);
138 XFA_VERSION m_eCurVersionMode = XFA_VERSION_DEFAULT;
Dxfa_utils.cpp368 XFA_VERSION eVersion = in RecognizeXFAVersionNumber()
Dcxfa_document.cpp1427 XFA_VERSION CXFA_Document::RecognizeXFAVersionNumber( in RecognizeXFAVersionNumber()
1449 XFA_VERSION eVersion = (XFA_VERSION)((int32_t)iMajor * 100 + iMinor); in RecognizeXFAVersionNumber()
Dcxfa_node.cpp1452 XFA_VERSION version = m_pDocument->GetCurVersionMode(); in GetIntact()
2650 XFA_VERSION version = pDocView->GetDoc()->GetXFADoc()->GetCurVersionMode(); in ProcessValidate()
3694 XFA_VERSION version = pDocView->GetDoc()->GetXFADoc()->GetCurVersionMode(); in FindSplitPos()
/external/pdfium/fxjs/xfa/
Dcjx_exclgroup.cpp132 XFA_VERSION curVersion = GetDocument()->GetCurVersionMode(); in defaultValue()
/external/pdfium/xfa/fxfa/
Dcxfa_fffield.cpp679 XFA_VERSION version = GetDoc()->GetXFADoc()->GetCurVersionMode(); in CalculateNode()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutprocessor.cpp1121 XFA_VERSION eVersion = GetFormNode()->GetDocument()->GetCurVersionMode(); in DoLayoutPositionedContainer()