Searched refs:nSlideIndex (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/sdext/source/presenter/ |
H A D | PresenterSlideSorter.cxx | 659 if (nSlideIndex < 0) in mouseMoved() 662 if (nSlideIndex < 0) in mouseMoved() 669 nSlideIndex, in mouseMoved() 723 sal_Int32 nSlideIndex) in notifyPreviewCreation() argument 1001 if (nSlideIndex < 0 || nSlideIndex>=mpLayout->mnSlideCount) in GetPreview() 1015 const sal_Int32 nSlideIndex) in PaintPreview() argument 1518 const sal_Int32 nSlideIndex, in GetPoint() argument 1762 const sal_Int32 nSlideIndex, in Paint() argument 1811 const sal_Int32 nSlideIndex, in SetSlide() argument 1821 mnSlideIndex = nSlideIndex; in SetSlide() [all …]
|
H A D | PresenterSlideSorter.hxx | 157 sal_Int32 nSlideIndex) 209 css::uno::Reference<css::rendering::XBitmap> GetPreview (const sal_Int32 nSlideIndex); 213 const sal_Int32 nSlideIndex); 217 void GotoSlide (const sal_Int32 nSlideIndex);
|
H A D | PresenterController.cxx | 315 sal_Int32 nSlideIndex = -1; in GetSlides() local 318 nSlideIndex = mxSlideShowController->getCurrentSlideIndex() + nOffset; in GetSlides() 320 nSlideIndex = -1; in GetSlides() 322 if (xIndexAccess.is() && nSlideIndex>=0) in GetSlides() 324 if (nSlideIndex < xIndexAccess->getCount()) in GetSlides() 326 mnCurrentSlideIndex = nSlideIndex; in GetSlides() 328 xIndexAccess->getByIndex(nSlideIndex), UNO_QUERY); in GetSlides()
|
/aoo41x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsCurrentSlideManager.cxx | 85 void CurrentSlideManager::NotifyCurrentSlideChange (const sal_Int32 nSlideIndex) in NotifyCurrentSlideChange() argument 87 if (mnCurrentSlideIndex != nSlideIndex) in NotifyCurrentSlideChange() 94 AcquireCurrentSlide(nSlideIndex); in NotifyCurrentSlideChange() 128 void CurrentSlideManager::AcquireCurrentSlide (const sal_Int32 nSlideIndex) in AcquireCurrentSlide() argument 130 mnCurrentSlideIndex = nSlideIndex; in AcquireCurrentSlide() 147 const sal_Int32 nSlideIndex, in SwitchCurrentSlide() argument 150 SwitchCurrentSlide(mrSlideSorter.GetModel().GetPageDescriptor(nSlideIndex), bUpdateSelection); in SwitchCurrentSlide()
|
/aoo41x/main/sd/source/ui/presenter/ |
H A D | PresenterPreviewCache.cxx | 57 const SdrPage* GetPage (const sal_Int32 nSlideIndex) const; 80 void CallListeners (const sal_Int32 nSlideIndex); 194 sal_Int32 nSlideIndex, in getSlidePreview() argument 205 const SdrPage* pPage = mpCacheContext->GetPage(nSlideIndex); in getSlidePreview() 479 const sal_Int32 nSlideIndex) const in GetPage() 483 if (nSlideIndex < 0 || nSlideIndex >= mxSlides->getCount()) in GetPage() 486 Reference<drawing::XDrawPage> xSlide (mxSlides->getByIndex(nSlideIndex), UNO_QUERY); in GetPage()
|
H A D | PresenterPreviewCache.hxx | 85 sal_Int32 nSlideIndex,
|
/aoo41x/main/sd/source/ui/slidesorter/inc/controller/ |
H A D | SlsCurrentSlideManager.hxx | 62 void NotifyCurrentSlideChange (const sal_Int32 nSlideIndex); 75 const sal_Int32 nSlideIndex, 116 void AcquireCurrentSlide (const sal_Int32 nSlideIndex);
|
/aoo41x/main/offapi/com/sun/star/drawing/ |
H A D | XSlidePreviewCache.idl | 55 @param nSlideIndex 58 void notifyPreviewCreation ([in] long nSlideIndex); 113 [in] long nSlideIndex,
|
/aoo41x/main/sd/source/ui/slideshow/ |
H A D | slideshowimpl.cxx | 157 sal_Int32 getSlideNumber( sal_Int32 nSlideIndex ) const; 329 sal_Int32 AnimationSlideController::getSlideNumber( sal_Int32 nSlideIndex ) const in getSlideNumber() 331 if( isValidIndex( nSlideIndex ) ) in getSlideNumber() 332 return maSlideNumbers[nSlideIndex]; in getSlideNumber() 1809 void SlideshowImpl::displaySlideIndex( sal_Int32 nSlideIndex ) in displaySlideIndex() argument 1813 if( (nSlideIndex == -1) || mpSlideController->jumpToSlideIndex( nSlideIndex ) ) in displaySlideIndex() 2636 sal_Int32 nSlideIndex; in createSlideList() local 2637 …( pCustomSlide = pCustomShow->First(),nSlideIndex=0; pCustomSlide; pCustomSlide = pCustomShow->Nex… in createSlideList()
|
Completed in 95 milliseconds