Searched refs:pCurTemplateNode (Results 1 – 1 of 1) sorted by relevance
560 for (CXFA_Node* pCurTemplateNode = pIterator->GetCurrent(); in FindMatchingDataNode() local561 pCurTemplateNode;) { in FindMatchingDataNode()563 switch (pCurTemplateNode->GetElementType()) { in FindMatchingDataNode()568 eMatchNodeType = XFA_FieldIsMultiListBox(pCurTemplateNode) in FindMatchingDataNode()576 pCurTemplateNode = pIterator->MoveToNext(); in FindMatchingDataNode()580 pCurTemplateNode->GetFirstChildByClass(XFA_Element::Occur); in FindMatchingDataNode()584 pCurTemplateNode = pIterator->MoveToNext(); in FindMatchingDataNode()589 pCurTemplateNode->GetFirstChildByClass(XFA_Element::Bind); in FindMatchingDataNode()596 pCurTemplateNode = pIterator->MoveToNext(); in FindMatchingDataNode()601 pCurTemplateNode = pIterator->MoveToNext(); in FindMatchingDataNode()[all …]