Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_document.h22 enum XFA_VERSION { enum
152 XFA_VERSION GetCurVersionMode() { return m_eCurVersionMode; } in GetCurVersionMode()
153 XFA_VERSION RecognizeXFAVersionNumber(CFX_WideString& wsTemplateNS);
192 XFA_VERSION m_eCurVersionMode;
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_document_imp.cpp261 XFA_VERSION CXFA_Document::RecognizeXFAVersionNumber( in RecognizeXFAVersionNumber()
278 XFA_VERSION eVersion = (XFA_VERSION)((int32_t)iMajor * 100 + iMinor); in RecognizeXFAVersionNumber()
Dxfa_document_serialize.cpp199 XFA_VERSION eVersion = in XFA_DataExporter_RecognizeXFAVersionNumber()
Dxfa_object_imp.cpp584 XFA_VERSION version = m_pDocument->GetCurVersionMode(); in GetIntact()
2400 XFA_VERSION curVersion = GetDocument()->GetCurVersionMode(); in Script_ExclGroup_DefaultAndRawValue()
Dxfa_layout_itemlayout.cpp1192 XFA_VERSION eVersion = m_pFormNode->GetDocument()->GetCurVersionMode(); in DoLayoutPositionedContainer()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffwidgetacc.cpp613 XFA_VERSION version = GetDoc()->GetXFADoc()->GetCurVersionMode(); in ProcessValidate()
1331 XFA_VERSION version = GetDoc()->GetXFADoc()->GetCurVersionMode(); in FindSplitPos()
Dxfa_fffield.cpp730 XFA_VERSION version = pAcc->GetDoc()->GetXFADoc()->GetCurVersionMode(); in CalculateWidgetAcc()