Lines Matching refs:xfaObj
454 CXFA_Node* xfaObj = ToNode(GetXFAObject()); in SetCData() local
455 void* pKey = GetMapKey_Element(xfaObj->GetElementType(), eAttr); in SetCData()
463 xfaObj->UpdateNameHash(); in SetCData()
467 if (!xfaObj->IsNeedSavingXMLNode() || eAttr == XFA_Attribute::QualifiedName || in SetCData()
473 (xfaObj->GetElementType() == XFA_Element::DataValue || in SetCData()
474 xfaObj->GetElementType() == XFA_Element::DataGroup)) { in SetCData()
478 auto* elem = static_cast<CFX_XMLElement*>(xfaObj->GetXMLMappingNode()); in SetCData()
483 if (xfaObj->IsAttributeInXML()) { in SetCData()
488 if (xfaObj->GetPacketType() == XFA_PacketType::Datasets) { in SetCData()
489 for (CXFA_Node* pChildDataNode = xfaObj->GetFirstChild(); in SetCData()
505 static_cast<CFX_XMLText*>(xfaObj->GetXMLMappingNode()) in SetCData()
527 auto* xfaObj = ToNode(GetXFAObject()); in SetAttributeValue() local
530 GetMapKey_Element(xfaObj->GetElementType(), XFA_Attribute::Value); in SetAttributeValue()
535 if (!xfaObj->IsNeedSavingXMLNode()) in SetAttributeValue()
538 auto* elem = static_cast<CFX_XMLElement*>(xfaObj->GetXMLMappingNode()); in SetAttributeValue()
542 if (xfaObj->IsAttributeInXML()) { in SetAttributeValue()
547 if (xfaObj->GetPacketType() == XFA_PacketType::Datasets) { in SetAttributeValue()
548 for (CXFA_Node* pChildDataNode = xfaObj->GetFirstChild(); in SetAttributeValue()
564 static_cast<CFX_XMLText*>(xfaObj->GetXMLMappingNode()) in SetAttributeValue()