Lines Matching refs:sal_Int32
55 const sal_Int32 nFirstVisibleSlideIndex,
56 const sal_Int32 nLastVisibleSlideIndex);
57 const SdrPage* GetPage (const sal_Int32 nSlideIndex) const;
69 virtual sal_Int32 GetPriority (CacheKey aKey);
75 sal_Int32 mnFirstVisibleSlideIndex;
76 sal_Int32 mnLastVisibleSlideIndex;
80 void CallListeners (const sal_Int32 nSlideIndex);
166 sal_Int32 nFirstVisibleSlideIndex, in setVisibleRange()
167 sal_Int32 nLastVisibleSlideIndex) in setVisibleRange()
194 sal_Int32 nSlideIndex, in getSlidePreview()
320 const sal_Int32 nFirstVisibleSlideIndex, in SetVisibleSlideRange()
321 const sal_Int32 nLastVisibleSlideIndex) in SetVisibleSlideRange()
374 const sal_Int32 nCount(mxSlides->getCount()); in NotifyPreviewCreation()
375 for (sal_Int32 nIndex=0; nIndex<nCount; ++nIndex) in NotifyPreviewCreation()
402 for (sal_Int32 nIndex=mnFirstVisibleSlideIndex; nIndex<=mnLastVisibleSlideIndex; ++nIndex) in IsVisible()
430 const sal_Int32 nFirstIndex (bVisible ? mnFirstVisibleSlideIndex : 0); in GetEntryList()
431 const sal_Int32 nLastIndex (bVisible ? mnLastVisibleSlideIndex : mxSlides->getCount()-1); in GetEntryList()
436 for (sal_Int32 nIndex=nFirstIndex; nIndex<=nLastIndex; ++nIndex) in GetEntryList()
447 sal_Int32 PresenterPreviewCache::PresenterCacheContext::GetPriority (CacheKey aKey) in GetPriority()
452 const sal_Int32 nCount (mxSlides->getCount()); in GetPriority()
454 for (sal_Int32 nIndex=mnFirstVisibleSlideIndex; nIndex<=mnLastVisibleSlideIndex; ++nIndex) in GetPriority()
458 for (sal_Int32 nIndex=0; nIndex<=nCount; ++nIndex) in GetPriority()
479 const sal_Int32 nSlideIndex) const in GetPage()
495 const sal_Int32 nIndex) in CallListeners()