Lines Matching refs:Height

155 	nHorSBarHeight = aHorSBar.GetSizePixel().Height();  in SvxIconChoiceCtrl_Impl()
214 aVirtOutputSize.Height() = 0; in Clear()
219 nMaxVirtHeight = aSize.Height() - nHorSBarHeight; in Clear()
549 aVirtOutputSize.Height() = 0; in ResetVirtSize()
573 aVirtOutputSize.Height() < aRealOutputSize.Height() ) in ResetVirtSize()
582 nMaxVirtHeight = aRealOutputSize.Height() - nHorSBarHeight; in ResetVirtSize()
600 if( aVirtOutputSize.Height() < (rRect.Bottom()+TBOFFS_WINBORDER) ) in AdjustVirtSize()
601 nHeightOffs = (rRect.Bottom()+TBOFFS_WINBORDER) - aVirtOutputSize.Height(); in AdjustVirtSize()
610 aVirtOutputSize.Height() += nHeightOffs; in AdjustVirtSize()
611 aRange.Max() = aVirtOutputSize.Height(); in AdjustVirtSize()
675 nMaxVirtHeight = aOutputSize.Height(); in Arrange()
725 Point aEnd( LROFFS_WINBORDER, aXSize.Height()); in Paint()
741 Point aEnd( nDX+LROFFS_WINBORDER, aXSize.Height()); in Paint()
746 for( long nDY = nGridDY; nDY <= aXSize.Height(); nDY += nGridDY ) in Paint()
862 aScrBarBox.SetPosPixel( Point(aSize.Width()-nVerSBarWidth+1, aSize.Height()-nHorSBarHeight+1)); in InitScrollBarBox()
889 if(aDocPos.X()>=aOutputSize.Width() || aDocPos.Y()>=aOutputSize.Height()) in MouseButtonDown()
1458 long nVirtHeight = aVirtOutputSize.Height(); in AdjustScrollBars()
1462 long nRealHeight = aOSize.Height(); in AdjustScrollBars()
1534 aSize.Height() += 2; in AdjustScrollBars()
1554 aSize.Height() = nHorSBarHeight; in AdjustScrollBars()
1579 aOutputSize.Height() = nRealHeight; in AdjustScrollBars()
1604 PositionScrollBars( rSize.Width(), rSize.Height() ); in Resize()
1646 aOutputSize.Height() += nHorSBarHeight; in CheckHorScrollBar()
1655 aSize.Height() += nHorSBarHeight; in CheckHorScrollBar()
1672 long nHeight = aOutputSize.Height(); in CheckVerScrollBar()
1685 aVirtOutputSize.Height() = nDeepest; in CheckVerScrollBar()
1893 aPos.Y() += (rRect.GetHeight() - aImageSize.Height() ) / 2; in PaintItem()
2252 aPos.Y() += ( aBound.GetHeight() - aImageSize.Height() ) / 2; in CalcBmpRect()
2289 aPos.Y() += aImageSize.Height(); in CalcTextRect()
2305 if( aOptSize.Height() > aTextSize.Height() ) in CalcTextRect()
2306 aTextSize.Height() = aOptSize.Height(); in CalcTextRect()
2315 aPos.Y() += (nBoundHeight - aTextSize.Height()) / 2; in CalcTextRect()
2346 long nStringHeight = GetItemSize( pEntry, IcnViewFieldTypeText).Height(); in CalcBoundingHeight()
2352 nHeight = aImageSize.Height(); in CalcBoundingHeight()
2359 nHeight = Max( aImageSize.Height(), nStringHeight ); in CalcBoundingHeight()
2427 if( aBoundSize.Height() > nMaxBoundHeight ) in RecalcAllBoundingRectsSmart()
2428 nMaxBoundHeight = aBoundSize.Height(); in RecalcAllBoundingRectsSmart()
2445 if( aBoundSize.Height() > nMaxBoundHeight ) in RecalcAllBoundingRectsSmart()
2446 nMaxBoundHeight = aBoundSize.Height(); in RecalcAllBoundingRectsSmart()
2715 sal_Bool bVer = aDocSize.Height() > aVisSize.Height(); in HandleScrollCommand()
2814 if( rRect.Bottom() >= aVirtOutputSize.Height() ) in ClipAtVirtOutRect()
2815 rRect.Bottom() = aVirtOutputSize.Height() - 1; in ClipAtVirtOutRect()
2993 aMinSize.Height() += TBOFFS_BOUND; // PB: einmal Offset reicht (FileDlg) in GetMinGrid()
2998 aMinSize.Height() += VER_DIST_BMP_STRING; in GetMinGrid()
2999 aMinSize.Height() += aTextSize.Height(); in GetMinGrid()
3015 if( aSize.Height() < aMinSize.Height() ) in SetGrid()
3016 aSize.Height() = aMinSize.Height(); in SetGrid()
3027 nGridDY = aSize.Height(); in SetGrid()
3068 long nHeight = aBoundRect.GetSize().Height(); in CalcMaxTextRect()
3069 nHeight = nHeight - aDefaultTextSize.Height(); in CalcMaxTextRect()
3080 nDY -= aImageSize.Height(); in SetDefaultTextSize()
3112 pEntry->aRect.Bottom() = pEntry->aRect.Top() + aSize.Height(); in Center()
3165 nDelta = aSize.Height() / 4; in GetHotSpot()
3372 nBorderWidth = (sal_uInt16)(Min( (long)(aWndSize.Height()-1), (long)nBorderWidth )); in CalcScrollOffsets()
3396 else if ( rPosPixel.Y() > aWndSize.Height() - nBorderWidth ) in CalcScrollOffsets()
3401 nPixelToScrollY = rPosPixel.Y() - (aWndSize.Height() - nBorderWidth); in CalcScrollOffsets()
3536 short nGridY = (short)((aPos.Y()+(aSize.Height()/2)) / nGridDY); in AdjustAtGrid()
4100 aSize.Height() = nScrBarSize; in InitSettings()
4111 PositionScrollBars( aOSize.Width(), aOSize.Height() ); in InitSettings()
4620 aSize.Height() -= nHorSBarHeight; in GetGridCount()
4622 aSize.Height() -= nHorSBarHeight; in GetGridCount()
4631 if( aSize.Height() < 0 ) in GetGridCount()
4632 aSize.Height() = 0; in GetGridCount()