Home
last modified time | relevance | path

Searched refs:nCalcWidth (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/control/
H A Dslider.cxx312 long nCalcWidth; in ImplCalc() local
322 nCalcWidth = aSize.Width(); in ImplCalc()
329 nCalcWidth = aSize.Height(); in ImplCalc()
335 if ( nCalcWidth >= SLIDER_THUMB_SIZE ) in ImplCalc()
338 mnThumbPixRange = nCalcWidth-(SLIDER_THUMB_HALFSIZE*2); in ImplCalc()
341 mnChannelPixRange = nCalcWidth-(SLIDER_CHANNEL_OFFSET*2); in ImplCalc()
/trunk/main/vcl/source/window/
H A Dstatus.cxx1730 long nCalcWidth = (STATUSBAR_OFFSET_X*2); in CalcWindowSizePixel() local
1736 nCalcWidth += pItem->mnWidth + nOffset; in CalcWindowSizePixel()
1749 Rectangle aControlRegion( (const Point&)Point(), Size( nCalcWidth, nMinHeight ) ); in CalcWindowSizePixel()
1783 return Size( nCalcWidth, nCalcHeight ); in CalcWindowSizePixel()

Completed in 27 milliseconds