Searched refs:pToInstance (Results 1 – 2 of 2) sorted by relevance
149 CXFA_Node* pToInstance = GetXFANode()->GetItemIfExists(iTo); in moveInstance() local150 if (pToInstance && pToInstance->GetElementType() == XFA_Element::Subform) in moveInstance()151 pNotify->RunSubformIndexChange(pToInstance); in moveInstance()
1639 CXFA_Node* pToInstance = pManagerNode->GetItemIfExists(iTo); in Script_Som_InstanceIndex() local1640 if (pToInstance && pToInstance->GetElementType() == XFA_Element::Subform) { in Script_Som_InstanceIndex()1641 pNotify->RunSubformIndexChange(pToInstance); in Script_Som_InstanceIndex()