Lines Matching refs:Height

253 …>SetDragArea( Rectangle( 0, 0, ImplGetDragWidth( pThis ), pThis->GetOutputSizePixel().Height() ) );  in ImplUpdateDragArea()
357 int height = (int) (0.6 * aSz.Height() + 0.5); in ImplDrawGrip()
358 int i = (aSz.Height() - height) / 2; in ImplDrawGrip()
428 aLineSz.Height() = nLineSize; in ImplDrawGradientBackground()
447 aTopLineSz.Height() += TB_BORDER_OFFSET2 + nTop; in ImplDrawGradientBackground()
448 aBottomLineSz.Height() += TB_BORDER_OFFSET2 + nBottom; in ImplDrawGradientBackground()
451 aTopLineSz.Height() += TB_BORDER_OFFSET2 + nBottom; in ImplDrawGradientBackground()
465 aTopLineSz.Height() += pThis->mnBorderY; in ImplDrawGradientBackground()
467 aTopLineSz.Height() += pThis->mnBorderY; in ImplDrawGradientBackground()
469 aBottomLineSz.Height() += pThis->mnBorderY; in ImplDrawGradientBackground()
485 aLineSz.Height() += TB_LINESPACING; in ImplDrawGradientBackground()
487 aTopLineSz.Height() += TB_LINESPACING; in ImplDrawGradientBackground()
502 pThis->DrawGradient( Rectangle( 0, y, aTopLineSz.Width(), y+aTopLineSz.Height()), g ); in ImplDrawGradientBackground()
503 y += aTopLineSz.Height(); in ImplDrawGradientBackground()
508 while( y < (pThis->mnDY - aBottomLineSz.Height()) ) in ImplDrawGradientBackground()
510 pThis->DrawGradient( Rectangle( 0, y, aLineSz.Width(), y+aLineSz.Height()), g); in ImplDrawGradientBackground()
511 y += aLineSz.Height(); in ImplDrawGradientBackground()
517 pThis->DrawGradient( Rectangle( 0, y, aBottomLineSz.Width(), y+aBottomLineSz.Height()), g ); in ImplDrawGradientBackground()
525 pThis->DrawGradient( Rectangle( x, 0, x+aTopLineSz.Width(), aTopLineSz.Height()), g ); in ImplDrawGradientBackground()
530 pThis->DrawGradient( Rectangle( x, 0, x+aLineSz.Width(), aLineSz.Height()), g); in ImplDrawGradientBackground()
534 pThis->DrawGradient( Rectangle( x, 0, x+aBottomLineSz.Width(), aBottomLineSz.Height()), g ); in ImplDrawGradientBackground()
814 aSize.Height() = nCalcLines * pThis->mnWinHeight; in ImplCalcSize()
816 aSize.Height() = nCalcLines * pThis->mnMaxItemHeight; in ImplCalcSize()
819 aSize.Height() += (nCalcLines-1)*TB_LINESPACING; in ImplCalcSize()
822 aSize.Height() += (TB_BORDER_OFFSET2*2) + nTop + nBottom; in ImplCalcSize()
845 aSize.Height() += nMax; in ImplCalcSize()
848 aSize.Height() += (TB_BORDER_OFFSET1*2) + nTop + nBottom; in ImplCalcSize()
866 if ( aSize.Height() ) in ImplCalcSize()
867 aSize.Height() += pThis->mnBorderY*2; in ImplCalcSize()
923 nHeight = ImplCalcSize( pThis, nTempLines, TB_CALCMODE_FLOAT ).Height(); in ImplCalcFloatSizes()
983 if( pThis->mpFloatSizeAry->mpSize[i].mnHeight < rMinSize.Height() ) in ImplCalcMinMaxFloatSize()
984 rMinSize.Height() = pThis->mpFloatSizeAry->mpSize[i].mnHeight; in ImplCalcMinMaxFloatSize()
988 if( pThis->mpFloatSizeAry->mpSize[i].mnHeight > rMaxSize.Height() ) in ImplCalcMinMaxFloatSize()
989 rMaxSize.Height() = pThis->mpFloatSizeAry->mpSize[i].mnHeight; in ImplCalcMinMaxFloatSize()
1124 nOneLineSize = ImplCalcSize( pThis, 1 ).Height(); in ImplLineSizing()
1126 if ( nMaxSize < aWinSize.Height() ) in ImplLineSizing()
1127 nMaxSize = aWinSize.Height(); in ImplLineSizing()
1148 nSize = aSize.Height(); in ImplLineSizing()
1156 nSize = aSize.Height(); in ImplLineSizing()
1187 if ( aPos.Y() > aSize.Height()-TB_BORDER_OFFSET1 ) in ImplFindItemPos()
1188 aPos.Y() = aSize.Height()-TB_BORDER_OFFSET1; in ImplFindItemPos()
1544 Point( aPos.X(), aPos.Y()+aSize.Height()-OUTBUTTON_BORDER ) ); in ImplDrawOutButton()
1547 … Point( aPos.X()+aSize.Width()-OUTBUTTON_BORDER, aPos.Y()+aSize.Height()-OUTBUTTON_BORDER ) ); in ImplDrawOutButton()
1548 pOutDev->DrawLine( Point( aPos.X(), aPos.Y()+aSize.Height()-OUTBUTTON_BORDER ), in ImplDrawOutButton()
1549 … Point( aPos.X()+aSize.Width()-OUTBUTTON_BORDER, aPos.Y()+aSize.Height()-OUTBUTTON_BORDER ) ); in ImplDrawOutButton()
1553 … Point( aPos.X()+aSize.Width()-(OUTBUTTON_BORDER-i-1), aPos.Y()+aSize.Height()-1 ) ); in ImplDrawOutButton()
1554 …pOutDev->DrawLine( Point( aPos.X()+OUTBUTTON_BORDER, aPos.Y()+aSize.Height()-(OUTBUTTON_BORDER-i-1… in ImplDrawOutButton()
1555 … Point( aPos.X()+aSize.Width()-1, aPos.Y()+aSize.Height()-(OUTBUTTON_BORDER-i-1) ) ); in ImplDrawOutButton()
1901 nDefHeight = GetDefaultImageSize().Height(); in ImplCalcItem()
2032 it->maItemSize.Height() = bText ? GetTextHeight() : 0; in ImplCalcItem()
2040 if ( it->maImage.GetSizePixel().Height() > it->maItemSize.Height() ) in ImplCalcItem()
2041 it->maItemSize.Height() = it->maImage.GetSizePixel().Height(); in ImplCalcItem()
2055 nHeight = it->mpWindow->GetSizePixel().Height(); in ImplCalcItem()
2072 it->maItemSize.Width() = it->maItemSize.Height(); in ImplCalcItem()
2073 it->maItemSize.Height() = tmp; in ImplCalcItem()
2084 …ImplAddButtonBorder( it->maItemSize.Width(), it->maItemSize.Height(), mnOutStyle, mpData->mbNative… in ImplCalcItem()
2090 if( it->maItemSize.Height() < nMinHeight ) in ImplCalcItem()
2091 it->maItemSize.Height() = nMinHeight; in ImplCalcItem()
2097 if ( it->maItemSize.Height() > nMaxHeight ) in ImplCalcItem()
2098 nMaxHeight = it->maItemSize.Height(); in ImplCalcItem()
2181 nCurWidth = it->maItemSize.Height(); in ImplCalcBreaks()
2341 aSz.Height() = nBorderY + nLineHeight * nLines; in ImplGetOptimalFloatingSize()
2344 aSz.Height() += (nLines-1)*TB_LINESPACING; in ImplGetOptimalFloatingSize()
2360 long dy1 = abs( mnDY - aSize1.Height() ); in ImplGetOptimalFloatingSize()
2363 long dy2 = abs( mnDY - aSize2.Height() ); in ImplGetOptimalFloatingSize()
2769 it->maCalcRect.Top() = nY+(nLineSize-aCurrentItemSize.Height())/2; in ImplFormat()
2771 … it->maCalcRect.Bottom() = it->maCalcRect.Top()+aCurrentItemSize.Height()-1; in ImplFormat()
2779 it->maCalcRect.Bottom() = nY+aCurrentItemSize.Height()-1; in ImplFormat()
2780 nY += aCurrentItemSize.Height(); in ImplFormat()
2825 nY += rIt.maItemSize.Height(); in ImplFormat()
3523 aPos.Y() += (pItem->maRect.GetHeight()-aSize.Height())/2; in ImplDrawItem()
3526 (aSize.Height() > pItem->maRect.GetHeight()-2) ) in ImplDrawItem()
3566 aBtnSize.Height() -= aArrowRect.GetHeight(); in ImplDrawItem()
3634 long nBtnHeight = aBtnSize.Height()-SMALLBUTTON_VSIZE; in ImplDrawItem()
3641 aTxtSize.Height() = GetTextHeight(); in ImplDrawItem()
3674 nImageOffY += (nBtnHeight-aImageSize.Height())/2; in ImplDrawItem()
3679 nImageOffY += (nBtnHeight-aImageSize.Height())/2; in ImplDrawItem()
3725 nTextOffX += aTxtSize.Height(); in ImplDrawItem()
3726 nTextOffX += (nBtnWidth-aTxtSize.Height())/2; in ImplDrawItem()
3730 nTextOffY = nImageOffY + aImageSize.Height() + TB_IMAGETEXTOFFSET; in ImplDrawItem()
3738 nTextOffY += (nBtnHeight-aTxtSize.Height())/2; in ImplDrawItem()
4753 if( !aSize.Width() && !aSize.Height() ) in Resize()
4759 mnDY = aSize.Height(); in Resize()
5220 aDockSize.Height() = ImplCalcSize( this, mnLines, TB_CALCMODE_HORZ ).Height(); in Docking()
5222 aInRect.Top() += aDockSize.Height()/2; in Docking()
5224 aInRect.Bottom() -= aDockSize.Height()/2; in Docking()
5257 else if ( aInPosBR.Y() >= aInSize.Height() ) in Docking()
5265 aDockSize.Height() = maInDockRect.GetHeight(); in Docking()
5343 if ( (mnLastResizeDY != rSize.Height()) && (mnDY != rSize.Height()) ) in Resizing()
5345 nCalcLines = ImplCalcLines( this, rSize.Height() ); in Resizing()
5365 mnLastResizeDY = rSize.Height(); in Resizing()