Home
last modified time | relevance | path

Searched refs:nCalcHeight (Results 1 – 3 of 3) sorted by relevance

/trunk/main/vcl/source/window/
H A Dstatus.cxx1731 long nCalcHeight; in CalcWindowSizePixel() local
1773 nCalcHeight = nMinHeight+nBarTextOffset + 2*mpImplData->mnItemBorderWidth; in CalcWindowSizePixel()
1774 if( nCalcHeight < nProgressHeight+2 ) in CalcWindowSizePixel()
1775 nCalcHeight = nProgressHeight+2; in CalcWindowSizePixel()
1779 nCalcHeight += 2; in CalcWindowSizePixel()
1781 nCalcHeight += 2; in CalcWindowSizePixel()
1783 return Size( nCalcWidth, nCalcHeight ); in CalcWindowSizePixel()
/trunk/main/vcl/source/control/
H A Dslider.cxx313 long nCalcHeight; in ImplCalc() local
323 nCalcHeight = aSize.Height(); in ImplCalc()
330 nCalcHeight = aSize.Width(); in ImplCalc()
342 mnChannelPixTop = (nCalcHeight/2)-SLIDER_CHANNEL_HALFSIZE; in ImplCalc()
/trunk/main/svtools/source/control/
H A Dvalueset.cxx456 long nCalcHeight = aWinSize.Height()-nNoneHeight; in Format() local
461 mnVisLines = (nCalcHeight-nNoneSpace+nSpace) / (mnUserItemHeight+nSpace); in Format()
493 if ( nItemHeight > nCalcHeight-nNoneSpace ) in Format()
494 nItemHeight = nCalcHeight-nNoneSpace; in Format()
498 nCalcHeight -= nLineSpace; in Format()
499 nItemHeight = nCalcHeight / mnVisLines; in Format()

Completed in 37 milliseconds