Searched refs:pSelectionLoop (Results 1 – 1 of 1) sorted by relevance
1944 SvLBoxEntry* pSelectionLoop = FirstSelected(); in CollectSelectionData() local1945 while (pSelectionLoop) in CollectSelectionData()1948 if (pSelectionLoop == m_pRootEntry) in CollectSelectionData()1952 if (IsFormEntry(pSelectionLoop)) in CollectSelectionData()1965 if (pSelectionLoop == m_pRootEntry) in CollectSelectionData()1966 m_arrCurrentSelection.Insert(pSelectionLoop); in CollectSelectionData()1995 m_arrCurrentSelection.Insert(pSelectionLoop); in CollectSelectionData()1998 m_arrCurrentSelection.Insert(pSelectionLoop); in CollectSelectionData()2001 pSelectionLoop = NextSelected(pSelectionLoop); in CollectSelectionData()2104 if (IsFormEntry(pSelectionLoop) && (pSelectionLoop != m_pRootEntry)) in SynchronizeMarkList()[all …]
Completed in 16 milliseconds