Home
last modified time | relevance | path

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

/aoo4110/main/svtools/source/contnr/
H A Dsvimpicn.cxx1728 long nVirtHeight = aVirtOutputSize.Height(); in AdjustScrollBars() local
1747 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()
H A Dimivctl1.cxx1458 long nVirtHeight = aVirtOutputSize.Height(); in AdjustScrollBars() local
1477 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 51 milliseconds