Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlideSorterController.cxx953 PageEnumeration aAllPages (PageEnumerationProvider::CreateAllPagesEnumeration(mrModel)); in FinishEditModeChange() local
954 while (aAllPages.HasMoreElements()) in FinishEditModeChange()
956 SharedPageDescriptor pDescriptor (aAllPages.GetNextElement()); in FinishEditModeChange()
1085 PageEnumeration aAllPages (PageEnumerationProvider::CreateAllPagesEnumeration(mrModel)); in CheckForMasterPageAssignment() local
1086 while (aAllPages.HasMoreElements()) in CheckForMasterPageAssignment()
1088 SharedPageDescriptor pDescriptor (aAllPages.GetNextElement()); in CheckForMasterPageAssignment()
1105 PageEnumeration aAllPages (PageEnumerationProvider::CreateAllPagesEnumeration(mrModel)); in CheckForSlideTransitionAssignment() local
1106 while (aAllPages.HasMoreElements()) in CheckForSlideTransitionAssignment()
1108 SharedPageDescriptor pDescriptor (aAllPages.GetNextElement()); in CheckForSlideTransitionAssignment()
H A DSlsPageSelector.cxx113 model::PageEnumeration aAllPages ( in GetCoreSelection() local
115 while (aAllPages.HasMoreElements()) in GetCoreSelection()
117 model::SharedPageDescriptor pDescriptor (aAllPages.GetNextElement()); in GetCoreSelection()
143 model::PageEnumeration aAllPages ( in SetCoreSelection() local
145 while (aAllPages.HasMoreElements()) in SetCoreSelection()
147 model::SharedPageDescriptor pDescriptor (aAllPages.GetNextElement()); in SetCoreSelection()
H A DSlsSlotManager.cxx616 model::PageEnumeration aAllPages ( in GetMenuState() local
618 while (aAllPages.HasMoreElements()) in GetMenuState()
620 SdPage* pPage = aAllPages.GetNextElement()->GetPage(); in GetMenuState()
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlideSorterModel.cxx422 PageEnumeration aAllPages (PageEnumerationProvider::CreateAllPagesEnumeration(*this)); in SynchronizeDocumentSelection() local
423 while (aAllPages.HasMoreElements()) in SynchronizeDocumentSelection()
425 SharedPageDescriptor pDescriptor (aAllPages.GetNextElement()); in SynchronizeDocumentSelection()
438 PageEnumeration aAllPages (PageEnumerationProvider::CreateAllPagesEnumeration(*this)); in SynchronizeModelSelection() local
439 while (aAllPages.HasMoreElements()) in SynchronizeModelSelection()
441 SharedPageDescriptor pDescriptor (aAllPages.GetNextElement()); in SynchronizeModelSelection()

Completed in 47 milliseconds