Searched refs:mnFirstVisibleSlideIndex (Results 1 – 1 of 1) sorted by relevance
75 sal_Int32 mnFirstVisibleSlideIndex; member in sd::presenter::PresenterPreviewCache::PresenterCacheContext290 mnFirstVisibleSlideIndex(-1), in PresenterCacheContext()312 mnFirstVisibleSlideIndex = -1; in SetDocumentSlides()325 mnFirstVisibleSlideIndex = -1; in SetVisibleSlideRange()330 mnFirstVisibleSlideIndex = nFirstVisibleSlideIndex; in SetVisibleSlideRange()400 if (mnFirstVisibleSlideIndex < 0) in IsVisible()402 for (sal_Int32 nIndex=mnFirstVisibleSlideIndex; nIndex<=mnLastVisibleSlideIndex; ++nIndex) in IsVisible()430 const sal_Int32 nFirstIndex (bVisible ? mnFirstVisibleSlideIndex : 0); in GetEntryList()454 for (sal_Int32 nIndex=mnFirstVisibleSlideIndex; nIndex<=mnLastVisibleSlideIndex; ++nIndex) in GetPriority()
Completed in 10 milliseconds