Lines Matching refs:InsertChildAndNotify
627 pParentNode->InsertChildAndNotify(pCurNode, pBeforeNode); in ReorderDataNodes()
999 pClone->InsertChildAndNotify(pChild->Clone(bRecursive), nullptr); in Clone()
1111 InsertChildAndNotify(pNewNode, nullptr); in GetOrCreateProperty()
1205 InsertChildAndNotify(pNewNode, nullptr); in GetNodeListWithFilter()
1234 pClone->InsertChildAndNotify(pChild->CloneTemplateToForm(bRecursive), in CloneTemplateToForm()
1548 void CXFA_Node::InsertChildAndNotify(int32_t index, CXFA_Node* pNode) { in InsertChildAndNotify() function in CXFA_Node
1549 InsertChildAndNotify(pNode, GetNthChild(index)); in InsertChildAndNotify()
1552 void CXFA_Node::InsertChildAndNotify(CXFA_Node* pNode, CXFA_Node* pBeforeNode) { in InsertChildAndNotify() function in CXFA_Node
1879 GetParent()->InsertChildAndNotify(pNewInstance, pNextSibling); in InsertItem()
1914 GetParent()->InsertChildAndNotify(pNewInstance, pBeforeInstance); in InsertItem()
4400 InsertChildAndNotify(-1, pItems); in InsertItem()
4403 InsertChildAndNotify(-1, pSaveItems); in InsertItem()
4421 InsertChildAndNotify(-1, pSaveItems); in InsertItem()
4953 pItems->InsertChildAndNotify(nIndex, pText); in InsertListTextItem()