Searched refs:nVisBottom (Results 1 – 2 of 2) sorted by relevance
94 sal_Int32 nVisBottom = aVisRect.Bottom(); in MakeVisible() local105 while ( rRect.Bottom() > nVisBottom + nScrollY ) in MakeVisible()122 if ( nVisBottom + nScrollY > nPageHeight ) in MakeVisible()123 nScrollY = nPageHeight - nVisBottom; in MakeVisible()
102 const sal_Int32 nVisBottom = aVisRect.Bottom(); in MakeVisible() local115 if ( nVisBottom + nScrollY > nPageHeight ) in MakeVisible()116 nScrollY = nPageHeight - nVisBottom; in MakeVisible()
Completed in 16 milliseconds