Home
last modified time | relevance | path

Searched refs:nPageIndex (Results 1 – 25 of 27) sorted by relevance

12

/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsPageSelector.cxx82 for (int nPageIndex=0; nPageIndex<nPageCount; nPageIndex++) in SelectAllPages() local
83 SelectPage(nPageIndex); in SelectAllPages()
95 for (int nPageIndex=0; nPageIndex<nPageCount; nPageIndex++) in DeselectAllPages() local
96 DeselectPage(nPageIndex); in DeselectAllPages()
155 void PageSelector::SelectPage (int nPageIndex) in SelectPage() argument
157 SharedPageDescriptor pDescriptor (mrModel.GetPageDescriptor(nPageIndex)); in SelectPage()
167 const sal_Int32 nPageIndex (mrModel.GetIndex(pPage)); in SelectPage() local
203 int nPageIndex, in DeselectPage() argument
218 const sal_Int32 nPageIndex (mrModel.GetIndex(pPage)); in DeselectPage() local
256 for (int nPageIndex=0,nPageCount=mrModel.GetPageCount(); nPageIndex<nPageCount; nPageIndex++) in CheckConsistency() local
[all …]
H A DSlsDragAndDropContext.cxx102 const sal_uInt16 nPageIndex (pDocument->GetPageByName(sPageName, bIsMasterPage)); in GetPagesFromBookmarks() local
103 if (nPageIndex == SDRPAGE_NOTFOUND) in GetPagesFromBookmarks()
106 const SdPage* pPage = dynamic_cast<const SdPage*>(pDocument->GetPage(nPageIndex)); in GetPagesFromBookmarks()
H A DSlsSelectionCommand.cxx53 void SelectionCommand::AddSlide (sal_uInt16 nPageIndex) in AddSlide() argument
55 maPagesToSelect.push_back(nPageIndex); in AddSlide()
H A DSlsSelectionFunction.cxx632 const sal_Int32 nPageIndex(pDescriptor->GetPageIndex()); in MoveFocus() local
633 if ((nPageIndex>=mnShiftKeySelectionAnchor && nPageIndex<=nPageRangeEnd) in MoveFocus()
634 || (nPageIndex<=mnShiftKeySelectionAnchor && nPageIndex>=nPageRangeEnd)) in MoveFocus()
H A DSlsFocusManager.cxx257 void FocusManager::SetFocusedPage (sal_Int32 nPageIndex) in SetFocusedPage() argument
260 mnPageIndex = nPageIndex; in SetFocusedPage()
H A DSlideSorterController.cxx989 void SlideSorterController::PageNameHasChanged (int nPageIndex, const String& rsOldName) in PageNameHasChanged() argument
992 model::SharedPageDescriptor pDescriptor (mrModel.GetPageDescriptor(nPageIndex)); in PageNameHasChanged()
1025 = pAccessibleView->GetAccessibleChildImplementation(nPageIndex); in PageNameHasChanged()
H A DSlsClipboard.cxx569 … const sal_uInt16 nPageIndex (pTransferableDocument->GetPageByName(sBookmark, bIsMasterPage)); in CreateTransferableUserData() local
570 if (nPageIndex == SDRPAGE_NOTFOUND) in CreateTransferableUserData()
578 …el::SharedPageDescriptor pDescriptor (rSlideSorter.GetModel().GetPageDescriptor((nPageIndex-1)/2)); in CreateTransferableUserData()
H A DSlsSelectionCommand.hxx66 void AddSlide (sal_uInt16 nPageIndex);
/trunk/main/sd/source/ui/view/
H A DOutlinerIterator.cxx325 sal_Int32 nPageIndex; in GetPageIndex() local
354 nPageIndex = 0; in GetPageIndex()
361 nPageIndex = 0; in GetPageIndex()
370 nPageIndex = -1; in GetPageIndex()
374 return nPageIndex; in GetPageIndex()
574 sal_Int32 nPageIndex, in ViewIteratorImpl() argument
583 SetPage (nPageIndex); in ViewIteratorImpl()
590 sal_Int32 nPageIndex, in ViewIteratorImpl() argument
601 SetPage (nPageIndex); in ViewIteratorImpl()
711 if (nPageIndex>=0 && nPageIndex < nPageCount) in SetPage()
[all …]
H A DDocumentRenderer.cxx778 const sal_uInt16 nPageIndex, in RegularPrinterPage() argument
789 mnPageIndex(nPageIndex) in RegularPrinterPage()
835 const sal_uInt16 nPageIndex, in TiledPrinterPage() argument
846 mnPageIndex(nPageIndex), in TiledPrinterPage()
1687 const sal_Int32 nPageIndex, in GetFilteredPage() argument
1692 OSL_ASSERT(nPageIndex>=0); in GetFilteredPage()
1693 if ( ! rInfo.maSelection.IsSelected(nPageIndex)) in GetFilteredPage()
1696 sal::static_int_cast<sal_uInt16>(nPageIndex), in GetFilteredPage()
2227 const sal_Int32 nPageIndex, in PrepareTiledPage() argument
2241 sal::static_int_cast<sal_uInt16>(nPageIndex), in PrepareTiledPage()
[all …]
/trunk/main/sd/source/ui/inc/taskpane/
H A DSlideSorterCacheDisplay.hxx79 void SetPageStatus (sal_Int32 nPageIndex, PageStatus eStatus);
80 void SetPageVisibility (sal_Int32 nPageIndex, bool bVisible);
81 void SetUpToDate (sal_Int32 nPageIndex, bool bUpToDate);
116 Rectangle GetPageBox (sal_Int32 nPageIndex);
118 void ProvideSize (sal_Int32 nPageIndex);
120 void PaintPage (sal_Int32 nPageIndex);
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlideSorterModel.cxx209 const sal_Int32 nPageIndex, in GetPageDescriptor() argument
216 if (nPageIndex>=0 && nPageIndex<GetPageCount()) in GetPageDescriptor()
218 pDescriptor = maPageDescriptors[nPageIndex]; in GetPageDescriptor()
221 SdPage* pPage = GetPage(nPageIndex); in GetPageDescriptor()
223 Reference<drawing::XDrawPage>(mxSlides->getByIndex(nPageIndex),UNO_QUERY), in GetPageDescriptor()
225 nPageIndex)); in GetPageDescriptor()
226 maPageDescriptors[nPageIndex] = pDescriptor; in GetPageDescriptor()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DGraphicExportDemo.java98 int nPageIndex = Integer.parseInt( args[ 2 ] ); in main() local
99 if ( nPageIndex < PageHelper.getDrawPageCount( xComponent ) && in main()
100 nPageIndex > 1 ) in main()
103 nPageIndex ); in main()
110 System.out.println( "*** graphics on page \"" + nPageIndex in main()
/trunk/main/sd/source/ui/inc/
H A DOutlinerIteratorImpl.hxx188 sal_Int32 nPageIndex,
193 sal_Int32 nPageIndex,
220 void SetPage (sal_Int32 nPageIndex);
247 sal_Int32 nPageIndex,
/trunk/main/sd/source/ui/slidesorter/inc/controller/
H A DSlsPageSelector.hxx85 void SelectPage (int nPageIndex);
100 bool IsPageSelected (int nPageIndex);
108 int nPageIndex,
H A DSlsFocusManager.hxx132 void SetFocusedPage (sal_Int32 nPageIndex);
H A DSlideSorterController.hxx220 void PageNameHasChanged (int nPageIndex, const String& rsOldName);
/trunk/main/sd/source/ui/sidebar/
H A DDocumentHelper.cxx179 sal_uInt16 nPageIndex (pDocument->GetSdPageCount(PK_STANDARD)-1); in GetSlideForMasterPage() local
184 nPageIndex, in GetSlideForMasterPage()
196 if (nPageIndex == 0) in GetSlideForMasterPage()
199 nPageIndex --; in GetSlideForMasterPage()
H A DMasterPagesSelector.cxx434 for (sal_uInt16 nPageIndex=0; nPageIndex<nPageCount; nPageIndex++) in AssignMasterPageToAllSlides() local
436 SdPage* pPage = mrDocument.GetSdPage (nPageIndex, PK_STANDARD); in AssignMasterPageToAllSlides()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsViewCacheContext.cxx142 sal_uInt16 nPageIndex ((static_cast<const SdrPage*>(aKey)->GetPageNum() - 1) / 2); in GetDescriptor() local
143 return mrModel.GetPageDescriptor(nPageIndex); in GetDescriptor()
/trunk/main/odk/examples/java/Inspector/
H A DInspector.java194 int nPageIndex = m_oSwingDialogProvider.getInspectorPageCount(); in inspect() local
199 m_oSwingDialogProvider.show(nPageIndex); in inspect()
/trunk/main/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx2148 for ( sal_Int32 nPageIndex = 0; in CalcOutputPageNum() local
2149 nPageIndex <= nPageNumOfRect && pCurrPage; in CalcOutputPageNum()
2150 ++nPageIndex ) in CalcOutputPageNum()
2152 if ( ( !pPageRange || pPageRange->IsSelected( nPageIndex + 1 ) ) && in CalcOutputPageNum()
/trunk/main/sd/source/ui/slidesorter/inc/model/
H A DSlideSorterModel.hxx121 const sal_Int32 nPageIndex,
/trunk/main/sd/inc/
H A DOutliner.hxx469 void SetPage (EditMode eEditMode, sal_uInt16 nPageIndex);
/trunk/main/sd/source/ui/slideshow/
H A Dslideshow.cxx990 void SlideShow::jumpToPageIndex( sal_Int32 nPageIndex ) in jumpToPageIndex() argument
993 mxController->displaySlideIndex( nPageIndex ); in jumpToPageIndex()

Completed in 121 milliseconds

12