Lines Matching refs:GetNextSibling
71 pNode = pNode->GetNextSibling()) { in NodesSortedByDocumentIdx()
141 pBeforeNode = pLastNode->GetNextSibling(); in ReorderDataNodes()
261 pChild = pChild->GetNextSibling()) { in Clone()
474 pChild = pChild->GetNextSibling()) { in CloneTemplateToForm()
780 for (CXFA_Node* pNode = m_pChild; pNode; pNode = pNode->GetNextSibling()) { in CountChildren()
794 for (CXFA_Node* pNode = m_pChild; pNode; pNode = pNode->GetNextSibling()) { in GetChildInternal()
976 pNode = pNode->GetNextSibling()) { in GetFirstChildByName()
986 pNode = pNode->GetNextSibling()) { in GetFirstChildByClassInternal()
995 for (CXFA_Node* pNode = GetNextSibling(); pNode; in GetNextSameNameSibling()
996 pNode = pNode->GetNextSibling()) { in GetNextSameNameSibling()
1010 for (CXFA_Node* pNode = GetNextSibling(); pNode; in GetNextSameClassSiblingInternal()
1011 pNode = pNode->GetNextSibling()) { in GetNextSameClassSiblingInternal()
1136 for (CXFA_Node* pNode = GetNextSibling(); pNode; in GetItemIfExists()
1137 pNode = pNode->GetNextSibling()) { in GetItemIfExists()
1167 for (CXFA_Node* pNode = GetNextSibling(); pNode; in GetCount()
1168 pNode = pNode->GetNextSibling()) { in GetCount()
1207 iCount > 0 ? item->GetNextSibling() : GetNextSibling(); in InsertItem()