Searched refs:pCurTemplateNode (Results 1 – 1 of 1) sorted by relevance
579 CXFA_Node* pCurTemplateNode = pIterator->GetCurrent(); in FindMatchingDataNode() local580 while (pCurTemplateNode) { in FindMatchingDataNode()582 switch (pCurTemplateNode->GetElementType()) { in FindMatchingDataNode()587 eMatchNodeType = XFA_FieldIsMultiListBox(pCurTemplateNode) in FindMatchingDataNode()595 pCurTemplateNode = pIterator->MoveToNext(); in FindMatchingDataNode()600 pCurTemplateNode->GetFirstChildByClass<CXFA_Occur>(XFA_Element::Occur); in FindMatchingDataNode()607 pCurTemplateNode = pIterator->MoveToNext(); in FindMatchingDataNode()613 pCurTemplateNode->GetFirstChildByClass<CXFA_Bind>(XFA_Element::Bind); in FindMatchingDataNode()621 pCurTemplateNode = pIterator->MoveToNext(); in FindMatchingDataNode()626 pCurTemplateNode = pIterator->MoveToNext(); in FindMatchingDataNode()[all …]