Lines Matching refs:GetXFANode

40   CXFA_Occur* occur = GetXFANode()->GetOccurIfExists();  in SetInstances()
53 int32_t iCount = GetXFANode()->GetCount(); in SetInstances()
66 ? GetXFANode() in SetInstances()
67 : GetXFANode()->GetItemIfExists(iDesired - 1); in SetInstances()
85 GetXFANode()->RemoveItem(pRemoveInstance, true); in SetInstances()
91 CXFA_Node* pNewInstance = GetXFANode()->CreateInstanceIfPossible(true); in SetInstances()
95 GetXFANode()->InsertItem(pNewInstance, iCount, iCount, false); in SetInstances()
111 int32_t iCount = GetXFANode()->GetCount(); in MoveInstance()
119 CXFA_Node* pMoveInstance = GetXFANode()->GetItemIfExists(iFrom); in MoveInstance()
125 GetXFANode()->RemoveItem(pMoveInstance, false); in MoveInstance()
126 GetXFANode()->InsertItem(pMoveInstance, iTo, iCount - 1, true); in MoveInstance()
150 CXFA_Node* pToInstance = GetXFANode()->GetItemIfExists(iTo); in moveInstance()
154 CXFA_Node* pFromInstance = GetXFANode()->GetItemIfExists(iFrom); in moveInstance()
174 int32_t iCount = GetXFANode()->GetCount(); in removeInstance()
178 CXFA_Occur* occur = GetXFANode()->GetOccurIfExists(); in removeInstance()
183 CXFA_Node* pRemoveInstance = GetXFANode()->GetItemIfExists(iIndex); in removeInstance()
187 GetXFANode()->RemoveItem(pRemoveInstance, true); in removeInstance()
192 CXFA_Node* pSubformInstance = GetXFANode()->GetItemIfExists(i); in removeInstance()
232 int32_t iCount = GetXFANode()->GetCount(); in addInstance()
233 CXFA_Occur* occur = GetXFANode()->GetOccurIfExists(); in addInstance()
238 CXFA_Node* pNewInstance = GetXFANode()->CreateInstanceIfPossible(fFlags); in addInstance()
242 GetXFANode()->InsertItem(pNewInstance, iCount, iCount, false); in addInstance()
274 int32_t iCount = GetXFANode()->GetCount(); in insertInstance()
278 CXFA_Occur* occur = GetXFANode()->GetOccurIfExists(); in insertInstance()
283 CXFA_Node* pNewInstance = GetXFANode()->CreateInstanceIfPossible(bBind); in insertInstance()
287 GetXFANode()->InsertItem(pNewInstance, iIndex, iCount, true); in insertInstance()
311 CXFA_Occur* occur = GetXFANode()->GetOccurIfExists(); in max()
322 CXFA_Occur* occur = GetXFANode()->GetOccurIfExists(); in min()
333 pValue->SetInteger(GetXFANode()->GetCount()); in count()