Searched refs:GetPacketID (Results 1 – 7 of 7) sorted by relevance
676 const XFA_PACKETINFO* pPacket = XFA_GetPacketByID(GetPacketID()); in GetNodeList()728 ASSERT(GetPacketID() == XFA_XDPPACKET_Form); in GetBindData()803 return GetPacketID() == XFA_XDPPACKET_Datasets && in HasBindItem()812 if (GetPacketID() != XFA_XDPPACKET_Form) in GetContainerWidgetData()1378 if (GetPacketID() == XFA_XDPPACKET_Form && in Script_NodeClass_LoadXML()1430 if (GetPacketID() == XFA_XDPPACKET_Form || in Script_NodeClass_SaveXML()1431 GetPacketID() == XFA_XDPPACKET_Datasets) { in Script_NodeClass_SaveXML()1433 if (GetPacketID() == XFA_XDPPACKET_Datasets) { in Script_NodeClass_SaveXML()1455 if (GetPacketID() == XFA_XDPPACKET_Form) in Script_NodeClass_SaveXML()1655 uint32_t dwPacket = GetPacketID(); in Script_Attribute_SendAttributeChangeMessage()[all …]
305 pPageArea = pDocument->CreateNode(m_pTemplatePageSetRoot->GetPacketID(), in InitLayoutPage()315 pContentArea = pDocument->CreateNode(pPageArea->GetPacketID(), in InitLayoutPage()334 pDocument->CreateNode(pPageArea->GetPacketID(), XFA_Element::Medium); in InitLayoutPage()1699 if (pRootPageSetContainerItem->m_pFormNode->GetPacketID() == in MergePageSetContents()1717 if (pNode->GetPacketID() != XFA_XDPPACKET_Template) in MergePageSetContents()1959 pRootLayoutItem->m_pFormNode->GetPacketID() == XFA_XDPPACKET_Form) { in PrepareLayout()
77 ASSERT(pValueNode->GetPacketID() == XFA_XDPPACKET_Form); in FormValueNode_SetChildContent()375 pCurDataScope && pCurDataScope->GetPacketID() == XFA_XDPPACKET_Datasets; in ScopeMatchGlobalBinding()434 pCurDataScope && pCurDataScope->GetPacketID() == XFA_XDPPACKET_Datasets; in FindOnceDataNode()
484 switch (pNode->GetPacketID()) { in Export()
160 uint32_t GetPacketID() const { return m_ePacket; } in GetPacketID() function
355 XFA_XDPPACKET ePacketID = (XFA_XDPPACKET)pXFANode->GetPacketID(); in ConstructXFANode()
343 if (pSender->GetPacketID() & XFA_XDPPACKET_Datasets) in OnValueChanging()376 if (!(pSender->GetPacketID() & XFA_XDPPACKET_Form)) { in OnValueChanged()