Home
last modified time | relevance | path

Searched refs:nVisibleTop (Results 1 – 1 of 1) sorted by relevance

/aoo42x/main/sd/source/ui/slidesorter/controller/
H A DSlsVisibleAreaManager.cxx196 sal_Int32 nVisibleTop (aVisibleArea.Top()); in GetRequestedTopLeft() local
209 if (nVisibleTop+nVisibleHeight <= iBox->Bottom()) in GetRequestedTopLeft()
210 nVisibleTop = iBox->Bottom()-nVisibleHeight; in GetRequestedTopLeft()
211 if (nVisibleTop > iBox->Top()) in GetRequestedTopLeft()
212 nVisibleTop = iBox->Top(); in GetRequestedTopLeft()
220 if (nVisibleTop + nVisibleHeight > aModelArea.Bottom()) in GetRequestedTopLeft()
221 nVisibleTop = aModelArea.Bottom() - nVisibleHeight; in GetRequestedTopLeft()
222 if (nVisibleTop < aModelArea.Top()) in GetRequestedTopLeft()
223 nVisibleTop = aModelArea.Top(); in GetRequestedTopLeft()
231 const Point aRequestedTopLeft (nVisibleLeft, nVisibleTop); in GetRequestedTopLeft()

Completed in 15 milliseconds