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()
1957 if (IsHiddenControl((FmEntryData*)(pSelectionLoop->GetUserData()))) in CollectSelectionData()
1965 if (pSelectionLoop == m_pRootEntry) in CollectSelectionData()
1966 m_arrCurrentSelection.Insert(pSelectionLoop); in CollectSelectionData()
1969 SvLBoxEntry* pParentLoop = GetParent(pSelectionLoop); in CollectSelectionData()
1982 m_arrCurrentSelection.Insert(pSelectionLoop); in CollectSelectionData()
1993 SvLBoxEntry* pParent = GetParent(pSelectionLoop); in CollectSelectionData()
[all …]