Searched refs:mnFirstVisibleRow (Results 1 – 1 of 1) sorted by relevance
139 sal_Int32 mnFirstVisibleRow; member in sdext::presenter::PresenterSlideSorter::Layout1248 mnFirstVisibleRow(-1), in Layout()1375 mnFirstVisibleRow = 0; in SetupVisibleArea()1380 mnFirstVisibleRow = ::std::max(sal_Int32(0), GetRow(aPoint)); in SetupVisibleArea()1462 || (nRow>=mnFirstVisibleRow && nRow<=mnLastVisibleRow)) in GetRow()1547 for (sal_Int32 nRow=mnFirstVisibleRow; nRow<=mnLastVisibleRow; ++nRow) in ForAllVisibleSlides()1564 return GetIndex(mnFirstVisibleRow, mnFirstVisibleColumn); in GetFirstVisibleSlideIndex()