Searched refs:XFA_XDPPACKET_Form (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/xfa/src/fxfa/src/parser/ |
D | xfa_basic_data.cpp | 308 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 …]
|
D | xfa_parser_imp.cpp | 366 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()
|
D | xfa_objectacc_imp.cpp | 1381 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 …]
|
D | xfa_utils_imp.cpp | 69 XFA_GetPropertyOfElement(XFA_ELEMENT_Ui, eChild, XFA_XDPPACKET_Form); in XFA_CreateUIChild()
|
D | xfa_document_datamerger_imp.cpp | 60 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);
|
D | xfa_object_imp.cpp | 308 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()
|
D | xfa_document_serialize.cpp | 524 case XFA_XDPPACKET_Form: { in Export()
|
D | xfa_layout_pagemgr_new.cpp | 1951 pRootLayoutItem->m_pFormNode->GetPacketID() == XFA_XDPPACKET_Form) { in PrepareLayout()
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffnotify.cpp | 466 if (dwPacket & XFA_XDPPACKET_Form) { in OnValueChanged()
|
/external/pdfium/xfa/include/fxfa/ |
D | fxfa_basic.h | 61 XFA_XDPPACKET_Form = 1 << XFA_PACKET_Form, enumerator
|
/external/pdfium/xfa/src/fxfa/src/common/ |
D | xfa_object.h | 123 return m_ePacket == XFA_XDPPACKET_Form && IsContainerNode(); in IsFormContainer()
|