Searched refs:pValueNode (Results 1 – 5 of 5) sorted by relevance
42 CXFA_Value* pValueNode = in GetTextNode() local44 if (!pValueNode) in GetTextNode()47 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in GetTextNode()79 CXFA_Value* pValueNode = in GetTextNode() local81 if (!pValueNode) in GetTextNode()84 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in GetTextNode()
103 CXFA_Node* pValueNode = pNode->GetParent(); in AttributeSaveInDataModel() local104 if (!pValueNode || pValueNode->GetElementType() != XFA_Element::Value) in AttributeSaveInDataModel()107 CXFA_Node* pFieldNode = pValueNode->GetParent(); in AttributeSaveInDataModel()
77 CXFA_Node* FormValueNode_CreateChild(CXFA_Node* pValueNode, XFA_Element iType) { in FormValueNode_CreateChild() argument78 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in FormValueNode_CreateChild()84 pValueNode->JSObject()->GetOrCreateProperty<CXFA_Node>(0, iType); in FormValueNode_CreateChild()89 void FormValueNode_SetChildContent(CXFA_Node* pValueNode, in FormValueNode_SetChildContent() argument92 if (!pValueNode) in FormValueNode_SetChildContent()95 ASSERT(pValueNode->GetPacketType() == XFA_PacketType::Form); in FormValueNode_SetChildContent()96 CXFA_Node* pChildNode = FormValueNode_CreateChild(pValueNode, iType); in FormValueNode_SetChildContent()
1352 CXFA_Node* pValueNode = in GetContainerNode() local1356 if (!pValueNode) { in GetContainerNode()1357 pValueNode = in GetContainerNode()1363 pValueNode ? pValueNode->GetParent() : nullptr; in GetContainerNode()2153 CXFA_Node* pValueNode = pTextNode->GetParent(); in SendAttributeChangeMessage() local2154 if (!pValueNode) in SendAttributeChangeMessage()2157 XFA_Element eType = pValueNode->GetElementType(); in SendAttributeChangeMessage()2160 CXFA_Node* pNode = pValueNode->GetParent(); in SendAttributeChangeMessage()2163 pValueNode = pNode; in SendAttributeChangeMessage()2165 pNotify->OnValueChanged(this, eAttribute, pValueNode, pNode); in SendAttributeChangeMessage()[all …]
590 for (CXFA_Node* pValueNode : valueNodes) { in SetContent()591 pValueNode->JSObject()->SetAttributeValue( in SetContent()