Lines Matching refs:Height

119 		aSz.Height() -= nTmp;  in GetOutputSizePixel()
149 Scroll( 0, aDelta.Height() ); in IMPL_LINK()
154 EndScroll( aDelta.Width(), aDelta.Height() ); in IMPL_LINK()
174 Scroll( 0, aDelta.Height() ); in IMPL_LINK()
198 aOutPixSz.Height() -= nScrSize; in Resize()
203 if ( aOutPixSz.Height() < aTotPixSz.Height() && !bVVisible ) in Resize()
223 aPixOffset.Y() + aTotPixSz.Height() < aOutPixSz.Height() ) in Resize()
224 aPixDelta.Height() = in Resize()
225 aOutPixSz.Height() - ( aPixOffset.Y() + aTotPixSz.Height() ); in Resize()
226 if ( aPixDelta.Width() || aPixDelta.Height() ) in Resize()
229 aPixOffset.Y() += aPixDelta.Height(); in Resize()
244 ? (aOutPixSz.Height()-aTotPixSz.Height()) / 2 in Resize()
269 aCornerWin.SetPosSizePixel(Point(aOutPixSz.Width(), aOutPixSz.Height()), in Resize()
280 Point( 0, aOutPixSz.Height() ), in Resize()
292 Size( nScrSize,aOutPixSz.Height() ) ); in Resize()
293 aVScroll.SetRange( Range( 0, aTotPixSz.Height() ) ); in Resize()
294 aVScroll.SetPageSize( aOutPixSz.Height() ); in Resize()
295 aVScroll.SetVisibleSize( aOutPixSz.Height() ); in Resize()
350 aMax.Bottom() -= (Window::GetSizePixel().Height() - in SetVisibleSize()
351 Window::GetOutputSizePixel().Height()); in SetVisibleSize()
358 aWill.Height() = in SetVisibleSize()
359 Min( aWill.Height()+nScrSize, aMax.GetSize().Height() ); in SetVisibleSize()
361 if ( aWill.Height() < aWish.GetSize().Height() ) in SetVisibleSize()
365 aWill.Height() = in SetVisibleSize()
366 Min( aWill.Height()+nScrSize, aMax.GetSize().Height() ); in SetVisibleSize()
468 nLinePixH = aPixSz.Height(); in SetLineSize()
499 aNewPixOffset.Y() -= aDeltaPix.Height(); in Scroll()
500 if ( ( aOutPixSz.Height() - aNewPixOffset.Y() ) > aTotPixSz.Height() ) in Scroll()
501 aNewPixOffset.Y() = - ( aTotPixSz.Height() - aOutPixSz.Height() ); in Scroll()
508 aDeltaPix.Height() = aPixOffset.Y() - aNewPixOffset.Y(); in Scroll()
511 nDeltaY = aDelta.Height(); in Scroll()
520 if ( Abs( (int)aDeltaPix.Height() ) < aOutPixSz.Height() || in Scroll()
555 Scroll( aDelta.Width()*nLinesX, aDelta.Height()*nLinesY ); in ScrollLines()
565 nPagesY * aOutSz.Height() + (nPagesY>0 ? 1 : -1) * nOverlapY ); in ScrollPages()