Lines Matching refs:pSelectionLoop

1944 		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()
1994 if (!pParent || !IsSelected(pParent) || IsFormEntry(pSelectionLoop)) in CollectSelectionData()
1995 m_arrCurrentSelection.Insert(pSelectionLoop); in CollectSelectionData()
1998 m_arrCurrentSelection.Insert(pSelectionLoop); in CollectSelectionData()
2001 pSelectionLoop = NextSelected(pSelectionLoop); in CollectSelectionData()
2102 SvLBoxEntry* pSelectionLoop = m_arrCurrentSelection.GetObject((sal_uInt16)i); in SynchronizeMarkList() local
2104 if (IsFormEntry(pSelectionLoop) && (pSelectionLoop != m_pRootEntry)) in SynchronizeMarkList()
2105 MarkViewObj((FmFormData*)pSelectionLoop->GetUserData(), sal_True, sal_False); in SynchronizeMarkList()
2108 else if (IsFormComponentEntry(pSelectionLoop)) in SynchronizeMarkList()
2110 FmControlData* pControlData = (FmControlData*)pSelectionLoop->GetUserData(); in SynchronizeMarkList()