/aoo41x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsPageSelector.cxx | 82 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 D | SlsDragAndDropContext.cxx | 102 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 D | SlsSelectionCommand.cxx | 53 void SelectionCommand::AddSlide (sal_uInt16 nPageIndex) in AddSlide() argument 55 maPagesToSelect.push_back(nPageIndex); in AddSlide()
|
H A D | SlsSelectionFunction.cxx | 632 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 D | SlsFocusManager.cxx | 257 void FocusManager::SetFocusedPage (sal_Int32 nPageIndex) in SetFocusedPage() argument 260 mnPageIndex = nPageIndex; in SetFocusedPage()
|
H A D | SlideSorterController.cxx | 989 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 D | SlsClipboard.cxx | 569 … 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 D | SlsSelectionCommand.hxx | 66 void AddSlide (sal_uInt16 nPageIndex);
|
/aoo41x/main/sd/source/ui/view/ |
H A D | OutlinerIterator.cxx | 325 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 D | DocumentRenderer.cxx | 778 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 …]
|
/aoo41x/main/sd/source/ui/inc/taskpane/ |
H A D | SlideSorterCacheDisplay.hxx | 79 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);
|
/aoo41x/main/sd/source/ui/slidesorter/model/ |
H A D | SlideSorterModel.cxx | 209 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()
|
/aoo41x/main/odk/examples/DevelopersGuide/Drawing/ |
H A D | GraphicExportDemo.java | 98 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()
|
/aoo41x/main/sd/source/ui/inc/ |
H A D | OutlinerIteratorImpl.hxx | 188 sal_Int32 nPageIndex, 193 sal_Int32 nPageIndex, 220 void SetPage (sal_Int32 nPageIndex); 247 sal_Int32 nPageIndex,
|
/aoo41x/main/sd/source/ui/slidesorter/inc/controller/ |
H A D | SlsPageSelector.hxx | 85 void SelectPage (int nPageIndex); 100 bool IsPageSelected (int nPageIndex); 108 int nPageIndex,
|
H A D | SlsFocusManager.hxx | 132 void SetFocusedPage (sal_Int32 nPageIndex);
|
H A D | SlideSorterController.hxx | 220 void PageNameHasChanged (int nPageIndex, const String& rsOldName);
|
/aoo41x/main/sd/source/ui/sidebar/ |
H A D | DocumentHelper.cxx | 179 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 D | MasterPagesSelector.cxx | 434 for (sal_uInt16 nPageIndex=0; nPageIndex<nPageCount; nPageIndex++) in AssignMasterPageToAllSlides() local 436 SdPage* pPage = mrDocument.GetSdPage (nPageIndex, PK_STANDARD); in AssignMasterPageToAllSlides()
|
/aoo41x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsViewCacheContext.cxx | 142 sal_uInt16 nPageIndex ((static_cast<const SdrPage*>(aKey)->GetPageNum() - 1) / 2); in GetDescriptor() local 143 return mrModel.GetPageDescriptor(nPageIndex); in GetDescriptor()
|
/aoo41x/main/odk/examples/java/Inspector/ |
H A D | Inspector.java | 194 int nPageIndex = m_oSwingDialogProvider.getInspectorPageCount(); in inspect() local 199 m_oSwingDialogProvider.show(nPageIndex); in inspect()
|
/aoo41x/main/sw/source/core/text/ |
H A D | EnhancedPDFExportHelper.cxx | 2148 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()
|
/aoo41x/main/sd/source/ui/slidesorter/inc/model/ |
H A D | SlideSorterModel.hxx | 121 const sal_Int32 nPageIndex,
|
/aoo41x/main/sd/inc/ |
H A D | Outliner.hxx | 469 void SetPage (EditMode eEditMode, sal_uInt16 nPageIndex);
|
/aoo41x/main/sd/source/ui/slideshow/ |
H A D | slideshow.cxx | 990 void SlideShow::jumpToPageIndex( sal_Int32 nPageIndex ) in jumpToPageIndex() argument 993 mxController->displaySlideIndex( nPageIndex ); in jumpToPageIndex()
|