Lines Matching refs:pNewInstance
91 CXFA_Node* pNewInstance = GetXFANode()->CreateInstanceIfPossible(true); in SetInstances() local
92 if (!pNewInstance) in SetInstances()
95 GetXFANode()->InsertItem(pNewInstance, iCount, iCount, false); in SetInstances()
102 pNotify->RunNodeInitialize(pNewInstance); in SetInstances()
238 CXFA_Node* pNewInstance = GetXFANode()->CreateInstanceIfPossible(fFlags); in addInstance() local
239 if (!pNewInstance) in addInstance()
242 GetXFANode()->InsertItem(pNewInstance, iCount, iCount, false); in addInstance()
246 pNotify->RunNodeInitialize(pNewInstance); in addInstance()
253 pNewInstance); in addInstance()
283 CXFA_Node* pNewInstance = GetXFANode()->CreateInstanceIfPossible(bBind); in insertInstance() local
284 if (!pNewInstance) in insertInstance()
287 GetXFANode()->InsertItem(pNewInstance, iIndex, iCount, true); in insertInstance()
291 pNotify->RunNodeInitialize(pNewInstance); in insertInstance()
298 pNewInstance); in insertInstance()