Searched refs:nVirtHeight (Results 1 – 2 of 2) sorted by relevance
1728 long nVirtHeight = aVirtOutputSize.Height(); in AdjustScrollBars() local1747 if( nRealHeight > nVirtHeight ) in AdjustScrollBars()1748 nVisibleHeight = nVirtHeight + aOrigin.Y(); in AdjustScrollBars()1756 if( nVirtHeight ) in AdjustScrollBars()1759 if( bVerSBar || ( nVirtHeight > nVisibleHeight) ) in AdjustScrollBars()1777 if( nRealHeight > nVirtHeight ) in AdjustScrollBars()1778 nVisibleHeight = nVirtHeight + aOrigin.Y(); in AdjustScrollBars()1784 ( (nVirtHeight > nVisibleHeight) || bVerSBar) ) in AdjustScrollBars()
1458 long nVirtHeight = aVirtOutputSize.Height(); in AdjustScrollBars() local1477 if( nRealHeight > nVirtHeight ) in AdjustScrollBars()1478 nVisibleHeight = nVirtHeight + aOrigin.Y(); in AdjustScrollBars()1488 if( nVirtHeight ) in AdjustScrollBars()1491 if( !bNoVerSBar && (bVerSBar || ( nVirtHeight > nVisibleHeight)) ) in AdjustScrollBars()1509 if( nRealHeight > nVirtHeight ) in AdjustScrollBars()1510 nVisibleHeight = nVirtHeight + aOrigin.Y(); in AdjustScrollBars()1516 ( !bNoVerSBar && ((nVirtHeight > nVisibleHeight) || bVerSBar)) ) in AdjustScrollBars()
Completed in 50 milliseconds