Lines Matching refs:Height

587 			if ( aTextSize.Height() <= nHeight )  in DrawText()
599 aPos.Y() += aTextSize.Height(); in DrawText()
604 aPos.Y() += nHeight-aTextSize.Height(); in DrawText()
606 aPos.Y() += (nHeight-aTextSize.Height())/2; in DrawText()
730 nHorSBarHeight = aHorSBar.GetSizePixel().Height(); in SvImpIconView()
773 aVirtOutputSize.Height() = 0; in Clear()
860 if( aSize.Height() > nMaxBmpHeight ) in CheckSizes()
862 nMaxBmpHeight = aSize.Height(); in CheckSizes()
1129 aVirtOutputSize.Height() = 0; in ResetVirtSize()
1169 if( aVirtOutputSize.Height() < (rRect.Bottom()+TBOFFS_WINBORDER) ) in AdjustVirtSize()
1170 nHeightOffs = (rRect.Bottom()+TBOFFS_WINBORDER) - aVirtOutputSize.Height(); in AdjustVirtSize()
1179 aVirtOutputSize.Height() += nHeightOffs; in AdjustVirtSize()
1180 aRange.Max() = aVirtOutputSize.Height(); in AdjustVirtSize()
1225 Point aEnd( nDX+LROFFS_BOUND, aXSize.Height()); in Paint()
1230 for( long nDY = nGridDY; nDY <= aXSize.Height(); nDY += nGridDY ) in Paint()
1296 aOrigin.Y() += aOutputSize.Height(); in GetResizeRect()
1351 if(aDocPos.X()>=aOutputSize.Width() || aDocPos.Y()>=aOutputSize.Height()) in MouseButtonDown()
1488 if( rPosPixel.X() > rSize.Width() || rPosPixel.Y() > rSize.Height()) in MouseMove()
1728 long nVirtHeight = aVirtOutputSize.Height(); in AdjustScrollBars()
1732 long nRealHeight = aOSize.Height(); in AdjustScrollBars()
1803 aSize.Height() += 2; in AdjustScrollBars()
1806 aSize.Height() += 3; in AdjustScrollBars()
1826 aSize.Height() = nHorSBarHeight; in AdjustScrollBars()
1869 aOutputSize.Height() = nRealHeight; in AdjustScrollBars()
1883 PositionScrollBars( rSize.Width(), rSize.Height() ); in Resize()
1916 aOutputSize.Height() += nHorSBarHeight; in CheckHorScrollBar()
1925 aSize.Height() += nHorSBarHeight; in CheckHorScrollBar()
1942 long nHeight = aOutputSize.Height(); in CheckVerScrollBar()
1955 aVirtOutputSize.Height() = nDeepest; in CheckVerScrollBar()
2065 aPos.Y() += (rRect.GetHeight() - rSize.Height() ) / 2; in PaintItem()
2329 aSize.Height() -= 3; in CalcBmpRect()
2372 nBmpHeight = aContextBmpSize.Height(); in CalcTextRect()
2392 if( aOptSize.Height() > aTextSize.Height() ) in CalcTextRect()
2393 aTextSize.Height() = aOptSize.Height(); in CalcTextRect()
2406 aPos.Y() += ( nBmpWidth - aTextSize.Height() ) / 2; in CalcTextRect()
2452 …gHeight = GetItemSize(pView,pEntry,pEntry->GetFirstItem(SV_ITEM_ID_LBOXSTRING),pViewData).Height(); in CalcBoundingHeight()
2453 long nBmpHeight = pEntry->GetFirstItem(SV_ITEM_ID_LBOXCONTEXTBMP)->GetSize(pView,pEntry).Height(); in CalcBoundingHeight()
2517 if( aBoundSize.Height() > nMaxBoundHeight ) in RecalcAllBoundingRectsSmart()
2518 nMaxBoundHeight = aBoundSize.Height(); in RecalcAllBoundingRectsSmart()
2888 if( rRect.Bottom() >= aVirtOutputSize.Height() ) in ClipAtVirtOutRect()
2889 rRect.Bottom() = aVirtOutputSize.Height() - 1; in ClipAtVirtOutRect()
3150 nGridRows = rSize.Height() / nGridDY; in CreateGridMap()
3154 if( (nGridRows * nGridDY) < rSize.Height() ) in CreateGridMap()
3529 nRows = rSize.Height() / nGridDY; in SetDeltas()
3530 if( (nRows * nGridDY) < rSize.Height() ) in SetDeltas()
3536 nDeltaHeight = (short)(rSize.Height() / nRows); in SetDeltas()
3603 sal_uInt16 nAdjustRows = (sal_uInt16)(pView->aVirtOutputSize.Height() / pView->nGridDY); in CreateGridAjustData()
3673 …ry*)pEntry)->GetFirstItem(SV_ITEM_ID_LBOXCONTEXTBMP)->GetSize(pView,(SvLBoxEntry*)pEntry).Height(); in CalcMaxTextRect()
3704 pViewData->aRect.Bottom() = pViewData->aRect.Top() + aSize.Height(); in Center()
3913 nBorderWidth = (sal_uInt16)(Min( (long)(aWndSize.Height()-1), (long)nBorderWidth )); in CalcScrollOffsets()
3937 else if ( rPosPixel.Y() > aWndSize.Height() - nBorderWidth ) in CalcScrollOffsets()
3942 nPixelToScrollY = rPosPixel.Y() - (aWndSize.Height() - nBorderWidth); in CalcScrollOffsets()
4065 short nGridY = (short)((aPos.Y()+(aSize.Height()/2)) / nGridDY); in AdjustAtGrid()