Searched refs:aSelectedPages (Results 1 – 9 of 9) sorted by relevance
648 model::PageEnumeration aSelectedPages ( in GetMenuState() local771 model::PageEnumeration aSelectedPages ( in GetClipboardState() local776 if ( ! aSelectedPages.HasMoreElements()) in GetClipboardState()787 if ( ! aSelectedPages.HasMoreElements()) in GetClipboardState()839 model::PageEnumeration aSelectedPages ( in GetStatusBarState() local894 model::PageEnumeration aSelectedPages ( in RenameSlide() local897 if (aSelectedPages.HasMoreElements()) in RenameSlide()1116 model::PageEnumeration aSelectedPages ( in DuplicateSelectedSlides() local1118 while (aSelectedPages.HasMoreElements()) in DuplicateSelectedSlides()1208 model::PageEnumeration aSelectedPages ( in ChangeSlideExclusionState() local[all …]
118 ::std::vector<SdPage*> aSelectedPages; in DeleteSelectedPages()123 aSelectedPages.push_back(pDescriptor->GetPage()); in DeleteSelectedPages()127 if (aSelectedPages.empty()) in DeleteSelectedPages()133 nNewCurrentSlide -= aSelectedPages.size() - 1; in DeleteSelectedPages()142 DeleteSelectedNormalPages(aSelectedPages); in DeleteSelectedPages()144 DeleteSelectedMasterPages(aSelectedPages); in DeleteSelectedPages()312 model::PageEnumeration aSelectedPages in GetInsertionPosition() local318 while (aSelectedPages.HasMoreElements()) in GetInsertionPosition()320 const sal_Int32 nPosition (aSelectedPages.GetNextElement()->GetPage()->GetPageNum()); in GetInsertionPosition()
81 model::PageEnumeration aSelectedPages ( in DoExecute() local104 aSelectedPages.Rewind (); in DoExecute()105 while (aSelectedPages.HasMoreElements()) in DoExecute()107 model::SharedPageDescriptor pDescriptor (aSelectedPages.GetNextElement()); in DoExecute()
385 model::PageEnumeration aSelectedPages ( in Command() local387 if (aSelectedPages.HasMoreElements()) in Command()388 pPage = aSelectedPages.GetNextElement()->GetPage(); in Command()903 PageEnumeration aSelectedPages ( in PrepareEditModeChange() local905 while (aSelectedPages.HasMoreElements()) in PrepareEditModeChange()907 SharedPageDescriptor pDescriptor (aSelectedPages.GetNextElement()); in PrepareEditModeChange()
432 model::PageEnumeration aSelectedPages in CreateSlideTransferable() local435 while (aSelectedPages.HasMoreElements()) in CreateSlideTransferable()437 model::SharedPageDescriptor pDescriptor (aSelectedPages.GetNextElement()); in CreateSlideTransferable()447 aSelectedPages.Rewind(); in CreateSlideTransferable()452 while (aSelectedPages.HasMoreElements()) in CreateSlideTransferable()454 model::SharedPageDescriptor pDescriptor (aSelectedPages.GetNextElement()); in CreateSlideTransferable()
265 model::PageEnumeration aSelectedPages ( in IsInsertionTrivial() local268 while (aSelectedPages.HasMoreElements()) in IsInsertionTrivial()270 model::SharedPageDescriptor pDescriptor (aSelectedPages.GetNextElement()); in IsInsertionTrivial()
315 model::PageEnumeration aSelectedPages ( in CountSelectedPages() local317 while (aSelectedPages.HasMoreElements()) in CountSelectedPages()320 aSelectedPages.GetNextElement(); in CountSelectedPages()
115 slidesorter::model::PageEnumeration aSelectedPages ( in getSelection() local123 while (aSelectedPages.HasMoreElements() && nIndex<nSelectedPageCount) in getSelection()125 slidesorter::model::SharedPageDescriptor pDescriptor (aSelectedPages.GetNextElement()); in getSelection()
478 model::PageEnumeration aSelectedPages ( in SetDocumentSlides() local480 if (aSelectedPages.HasMoreElements()) in SetDocumentSlides()482 SharedPageDescriptor pDescriptor (aSelectedPages.GetNextElement()); in SetDocumentSlides()
Completed in 53 milliseconds