Searched refs:pDataRoot (Results 1 – 1 of 1) sorted by relevance
1632 CXFA_Node* pDataRoot = nullptr; in DoDataMerge() local1650 } else if (!pDataRoot && pChildNode->GetNameHash() == XFA_HASHCODE_Data) { in DoDataMerge()1656 pDataRoot = pChildNode; in DoDataMerge()1658 if (pDataRoot && pDDRoot) in DoDataMerge()1662 if (!pDataRoot) { in DoDataMerge()1663 pDataRoot = CreateNode(XFA_PacketType::Datasets, XFA_Element::DataGroup); in DoDataMerge()1664 pDataRoot->JSObject()->SetCData(XFA_Attribute::Name, L"data", false, false); in DoDataMerge()1669 pDataRoot->SetXMLMappingNode(elem); in DoDataMerge()1670 pDatasetsRoot->InsertChildAndNotify(pDataRoot, nullptr); in DoDataMerge()1674 pDataRoot->GetFirstChildByClass<CXFA_DataGroup>(XFA_Element::DataGroup); in DoDataMerge()[all …]