Lines Matching refs:pValueNode
1352 CXFA_Node* pValueNode = in GetContainerNode() local
1356 if (!pValueNode) { in GetContainerNode()
1357 pValueNode = in GetContainerNode()
1363 pValueNode ? pValueNode->GetParent() : nullptr; in GetContainerNode()
2153 CXFA_Node* pValueNode = pTextNode->GetParent(); in SendAttributeChangeMessage() local
2154 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()
2171 CXFA_Node* pNode = pValueNode->GetParent(); in SendAttributeChangeMessage()
2173 pNotify->OnValueChanged(this, eAttribute, pValueNode, pNode); in SendAttributeChangeMessage()