Searched refs:pBind (Results 1 – 3 of 3) sorted by relevance
60 CXFA_Node* pBind = m_pNode->GetBindData(); in GetTextNode() local61 CFX_XMLNode* pXMLNode = pBind->GetXMLMappingNode(); in GetTextNode()70 return pBind; in GetTextNode()
558 CXFA_Node* pBind = ToNode(GetXFAObject())->GetBindData(); in SetContent() local559 if (bSyncData && pBind) { in SetContent()563 pBind->GetNodeListForType(XFA_Element::DataValue); in SetContent()575 pBind->CreateSamePacketNode(XFA_Element::DataValue); in SetContent()579 pBind->InsertChildAndNotify(pValueNodes, nullptr); in SetContent()584 pBind->RemoveChildAndNotify(valueNodes[i], true); in SetContent()586 valueNodes = pBind->GetNodeListForType(XFA_Element::DataValue); in SetContent()595 for (auto* pArrayNode : pBind->GetBindItemsCopy()) { in SetContent()
3105 CXFA_Node* pBind = GetBindData(); in SetImageEdit() local3106 if (!pBind) { in SetImageEdit()3111 pBind->JSObject()->SetCData(XFA_Attribute::ContentType, wsContentType, false, in SetImageEdit()3113 CXFA_Node* pHrefNode = pBind->GetFirstChild(); in SetImageEdit()3118 CFX_XMLElement* pElement = ToXMLElement(pBind->GetXMLMappingNode()); in SetImageEdit()4374 CXFA_Node* pBind = GetBindData(); in ClearAllSelections() local4375 if (!pBind || !IsChoiceListMultiSelect()) { in ClearAllSelections()4380 while (CXFA_Node* pChildNode = pBind->GetFirstChild()) in ClearAllSelections()4381 pBind->RemoveChildAndNotify(pChildNode, true); in ClearAllSelections()