Lines Matching refs:Height

597 	if ( maUserItemSize.Height() > mnMaxHeight )  in ImplCalcMetrics()
598 mnMaxHeight = (sal_uInt16) maUserItemSize.Height(); in ImplCalcMetrics()
679 aCurSize.Height() = 0x7fffff; in ImplUpdateEntryMetrics()
702 aMetrics.nImgHeight = (sal_uInt16) CalcZoom( aImgSz.Height() ); in ImplUpdateEntryMetrics()
723 aMetrics.nEntryHeight = Max( Max( mnMaxImgHeight, maUserItemSize.Height() ) + 2, in ImplUpdateEntryMetrics()
870 PixelToLogic( GetSizePixel() ).Height() ) in IsVisible()
884 long nWindowHeight = GetSizePixel().Height(); in GetLastVisibleEntry()
1313 else if( aPt.Y() > GetOutputSizePixel().Height() ) in Tracking()
1359 …sPixel().Y() < 0 ) || ( rTEvt.GetMouseEvent().GetPosPixel().Y() > GetOutputSizePixel().Height() ) ) in Tracking()
1852 Point aPtImg( mnBorder - mnLeft, nY + ( ( pEntry->mnHeight - aImgSz.Height() ) / 2 ) ); in DrawEntry()
1866 aImgSz.Height() = CalcZoom( aImgSz.Height() ); in DrawEntry()
1873 if(nEdgeBlendingPercent && aImgSz.Width() && aImgSz.Height()) in DrawEntry()
1970 long nHeight = GetOutputSizePixel().Height();// - mnMaxHeight + mnBorder; in ImplDoPaint()
2005 long nHeight = GetOutputSizePixel().Height();// - mnMaxHeight + mnBorder; in GetDisplayLineCount()
2077 long nWHeight = PixelToLogic( GetSizePixel() ).Height(); in SetTopEntry()
2108 long nWHeight = PixelToLogic( GetSizePixel() ).Height(); in ShowProminentEntry()
2164 aSz.Height() = nMaxLines * mnMaxHeight; in CalcSize()
2441 sal_uInt16 nMaxVisEntries = (sal_uInt16) (aOutSz.Height() / GetEntryHeight()); in ImplCheckScrollBars()
2481 …nMaxVisEntries = (sal_uInt16) ( ( aOutSz.Height() - mpHScrollBar->GetSizePixel().Height() ) / GetE… in ImplCheckScrollBars()
2525 sal_uInt16 nVisEntries = (sal_uInt16) (aOutSz.Height() / GetEntryHeight()); in ImplInitScrollBars()
2555 aInnerSz.Height() -= nSBWidth; in ImplResizeControls()
2566 Point aBoxPos( bMirroring ? 0 : aInnerSz.Width(), aInnerSz.Height() ); in ImplResizeControls()
2580 mpVScrollBar->SetPosSizePixel( aVPos, Size( nSBWidth, aInnerSz.Height() ) ); in ImplResizeControls()
2593 Point aHPos( ( bMirroring && mbVScroll ) ? nSBWidth : 0, aOutSz.Height() - nSBWidth ); in ImplResizeControls()
2984 Point aPtImg( nBorder, ( ( aOutSz.Height() - aImgSz.Height() ) / 2 ) ); in DrawEntry()
3003 aImgSz.Height() = CalcZoom( aImgSz.Height() ); in DrawEntry()
3036 … Rectangle aTextRect( Point( nBorder, 0 ), Size( aOutSz.Width()-2*nBorder, aOutSz.Height() ) ); in DrawEntry()
3226 long nMaxHeight = aSz.Height() + nTop + nBottom; in CalcFloatSize()
3229 aFloatSz.Height() = nMaxHeight; in CalcFloatSize()
3238 …if ( ( aFloatSz.Height() < nMaxHeight ) || ( mnDDLineCount && ( mnDDLineCount < mpImplLB->GetEntry… in CalcFloatSize()
3246 if ( aFloatSz.Height() > nMaxHeight ) in CalcFloatSize()
3247 aFloatSz.Height() = nMaxHeight; in CalcFloatSize()
3252 if( !mnDDLineCount && ( aFloatSz.Height() < aParentSz.Height() ) ) in CalcFloatSize()
3253 aFloatSz.Height() = aParentSz.Height(); in CalcFloatSize()
3260 long nInnerHeight = aFloatSz.Height() - nTop - nBottom; in CalcFloatSize()
3267 aFloatSz.Height() = nInnerHeight + nTop + nBottom; in CalcFloatSize()
3299 aSz.Height() -= nTop + nBottom; in StartFloat()