Home
last modified time | relevance | path

Searched refs:XFA_XDPPACKET_Form (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_basic_data.cpp308 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
311 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
314 XFA_XDPPACKET_Config | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
317 XFA_XDPPACKET_Config | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
321 XFA_XDPPACKET_ConnectionSet | XFA_XDPPACKET_Form,
326 XFA_ATTRIBUTETYPE_Integer, XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
329 XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
332 XFA_XDPPACKET_Config | XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
335 XFA_ATTRIBUTETYPE_Cdata, XFA_XDPPACKET_Template | XFA_XDPPACKET_Form,
339 XFA_XDPPACKET_Template | XFA_XDPPACKET_Datasets | XFA_XDPPACKET_Form |
[all …]
Dxfa_parser_imp.cpp366 case XFA_XDPPACKET_Form: in ParseAsXDPPacket()
469 } else if (ePacket == XFA_XDPPACKET_Form) { in ParseAsXDPPacket_XDP()
510 ParseAsXDPPacket(pXMLFormDOMRoot, XFA_XDPPACKET_Form); in ParseAsXDPPacket_XDP()
570 } else if (ePacketID == XFA_XDPPACKET_Form) { in ParseAsXDPPacket_TemplateForm()
597 pNode = m_pFactory->CreateNode(XFA_XDPPACKET_Form, XFA_ELEMENT_Form); in ParseAsXDPPacket_TemplateForm()
Dxfa_objectacc_imp.cpp1381 XFA_XDPPACKET_Form); in GetMSThickness()
1769 XFA_ELEMENT_Button, XFA_ATTRIBUTE_Highlight, XFA_XDPPACKET_Form); in GetButtonHighlight()
1811 XFA_ELEMENT_CheckButton, XFA_ATTRIBUTE_Shape, XFA_XDPPACKET_Form); in GetCheckButtonShape()
1819 XFA_ELEMENT_CheckButton, XFA_ATTRIBUTE_Mark, XFA_XDPPACKET_Form); in GetCheckButtonMark()
1833 XFA_ELEMENT_CheckButton, XFA_ATTRIBUTE_Size, XFA_XDPPACKET_Form) in GetCheckButtonSize()
1842 XFA_ELEMENT_CheckButton, XFA_ATTRIBUTE_AllowNeutral, XFA_XDPPACKET_Form); in IsAllowNeutral()
2033 XFA_ELEMENT_ChoiceList, XFA_ATTRIBUTE_CommitOn, XFA_XDPPACKET_Form); in GetChoiceListCommitOn()
2041 XFA_ELEMENT_ChoiceList, XFA_ATTRIBUTE_TextEntry, XFA_XDPPACKET_Form); in IsChoiceListAllowTextEntry()
2049 XFA_ELEMENT_ChoiceList, XFA_ATTRIBUTE_Open, XFA_XDPPACKET_Form); in GetChoiceListOpen()
2732 XFA_XDPPACKET_Form); in GetPasswordChar()
[all …]
Dxfa_utils_imp.cpp69 XFA_GetPropertyOfElement(XFA_ELEMENT_Ui, eChild, XFA_XDPPACKET_Form); in XFA_CreateUIChild()
Dxfa_document_datamerger_imp.cpp60 FXSYS_assert(pValueNode->GetPacketID() == XFA_XDPPACKET_Form); in XFA_DataMerge_FormValueNode_SetChildContent()
595 XFA_XDPPACKET_Form, XFA_ELEMENT_InstanceManager); in XFA_NodeMerge_CloneOrMergeInstanceManager()
1461 pFormRoot = CreateNode(XFA_XDPPACKET_Form, XFA_ELEMENT_Form);
Dxfa_object_imp.cpp308 CXFA_Node* pClone = pFactory->CreateNode(XFA_XDPPACKET_Form, m_eNodeClass); in CloneTemplateToForm()
331 ASSERT(GetPacketID() == XFA_XDPPACKET_Form); in GetBindData()
415 if (GetPacketID() != XFA_XDPPACKET_Form) { in GetContainerWidgetData()
1017 if (GetPacketID() == XFA_XDPPACKET_Form && in Script_NodeClass_LoadXML()
1073 if (GetPacketID() == XFA_XDPPACKET_Form) { in Script_NodeClass_SaveXML()
1315 if (dwPacket & XFA_XDPPACKET_Form) { in Script_Attribute_SendAttributeChangeMessage()
1692 } else if (GetPacketID() == XFA_XDPPACKET_Form) { in Script_Som_DefaultValue()
4372 if (bSyncData && GetPacketID() == XFA_XDPPACKET_Form) { in SetScriptContent()
4496 case XFA_XDPPACKET_Form: in GetModelNode()
4849 if (m_ePacket == XFA_XDPPACKET_Form) { in GetInstanceMgrOfSubform()
Dxfa_document_serialize.cpp524 case XFA_XDPPACKET_Form: { in Export()
Dxfa_layout_pagemgr_new.cpp1951 pRootLayoutItem->m_pFormNode->GetPacketID() == XFA_XDPPACKET_Form) { in PrepareLayout()
/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffnotify.cpp466 if (dwPacket & XFA_XDPPACKET_Form) { in OnValueChanged()
/external/pdfium/xfa/include/fxfa/
Dfxfa_basic.h61 XFA_XDPPACKET_Form = 1 << XFA_PACKET_Form, enumerator
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_object.h123 return m_ePacket == XFA_XDPPACKET_Form && IsContainerNode(); in IsFormContainer()