Searched refs:pValueNode (Results 1 – 5 of 5) sorted by relevance
47 CXFA_Value* pValueNode = in GetTextNode() local49 if (!pValueNode) in GetTextNode()52 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in GetTextNode()86 CXFA_Value* pValueNode = in GetTextNode() local88 if (!pValueNode) in GetTextNode()91 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in GetTextNode()
602 CXFA_Node* pValueNode = in GetContainerWidgetAcc() local606 if (!pValueNode) { in GetContainerWidgetAcc()607 pValueNode = in GetContainerWidgetAcc()613 pValueNode ? pValueNode->GetParent() : nullptr; in GetContainerWidgetAcc()1487 CXFA_Node* pValueNode = pTextNode->GetParent(); in SendAttributeChangeMessage() local1488 if (!pValueNode) in SendAttributeChangeMessage()1491 XFA_Element eType = pValueNode->GetElementType(); in SendAttributeChangeMessage()1494 CXFA_Node* pNode = pValueNode->GetParent(); in SendAttributeChangeMessage()1497 pValueNode = pNode; in SendAttributeChangeMessage()1499 pNotify->OnValueChanged(this, eAttribute, pValueNode, pNode); in SendAttributeChangeMessage()[all …]
119 CXFA_Node* pValueNode = pNode->GetParent(); in AttributeSaveInDataModel() local120 if (!pValueNode || pValueNode->GetElementType() != XFA_Element::Value) in AttributeSaveInDataModel()123 CXFA_Node* pFieldNode = pValueNode->GetParent(); in AttributeSaveInDataModel()
60 CXFA_Node* FormValueNode_CreateChild(CXFA_Node* pValueNode, XFA_Element iType) { in FormValueNode_CreateChild() argument61 CXFA_Node* pChildNode = pValueNode->GetFirstChild(); in FormValueNode_CreateChild()67 pValueNode->JSObject()->GetOrCreateProperty<CXFA_Node>(0, iType); in FormValueNode_CreateChild()78 bool FormValueNode_SetChildContent(CXFA_Node* pValueNode, in FormValueNode_SetChildContent() argument81 if (!pValueNode) in FormValueNode_SetChildContent()84 ASSERT(pValueNode->GetPacketType() == XFA_PacketType::Form); in FormValueNode_SetChildContent()85 CXFA_Node* pChildNode = FormValueNode_CreateChild(pValueNode, iType); in FormValueNode_SetChildContent()
687 for (CXFA_Node* pValueNode = pBind->GetFirstChild(); pValueNode; in SetContent() local688 pValueNode = pValueNode->GetNextSibling()) { in SetContent()689 pValueNode->JSObject()->SetAttributeValue( in SetContent()