Home
last modified time | relevance | path

Searched refs:pSelectionLoop (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svx/source/form/
H A Dnavigatortree.cxx1944 SvLBoxEntry* pSelectionLoop = FirstSelected(); in CollectSelectionData() local
1945 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 19 milliseconds