Lines Matching refs:mConnectionList
325 mConnectionList.RemoveAll(); in BEGIN_MESSAGE_MAP()
344 for (int index = 0; index < mConnectionList.GetCount(); index++) in ~screen_flow_diagram_win()
346 delete mConnectionList.GetAt(index); in ~screen_flow_diagram_win()
348 mConnectionList.RemoveAll(); in ~screen_flow_diagram_win()
405 for (int index = 0; index < mConnectionList.GetCount(); index++) in OnPaint()
407 connection = mConnectionList.GetAt(index); in OnPaint()
1343 for (int index = 0; index < mConnectionList.GetCount(); index++) in RemoveConnection()
1345 remove = mConnectionList.GetAt(index); in RemoveConnection()
1350 mConnectionList.RemoveAt(index); in RemoveConnection()
1396 for (int index = 0; index < mConnectionList.GetCount(); index++) in CheckAddConnection()
1398 exist = mConnectionList.GetAt(index); in CheckAddConnection()
1413 mConnectionList.Add(connection); in CheckAddConnection()
1422 for (int index = 0; index < mConnectionList.GetCount(); index++) in CalculateConnectionPos()
1424 other = mConnectionList.GetAt(index); in CalculateConnectionPos()
1511 for (int index = 0; index < mConnectionList.GetCount(); index++) in UpdateConnectionPos()
1513 connection = mConnectionList.GetAt(index); in UpdateConnectionPos()