Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dilstbox.cxx655 long nImgHeight; member
669 aMetrics.nImgHeight = 0; in ImplUpdateEntryMetrics()
702 aMetrics.nImgHeight = (sal_uInt16) CalcZoom( aImgSz.Height() ); in ImplUpdateEntryMetrics()
706 else if ( mnMaxImgHeight && ( aMetrics.nImgHeight != mnMaxImgHeight ) ) in ImplUpdateEntryMetrics()
711 if( aMetrics.nImgHeight > mnMaxImgHeight ) in ImplUpdateEntryMetrics()
712 mnMaxImgHeight = aMetrics.nImgHeight; in ImplUpdateEntryMetrics()
715 aMetrics.nEntryHeight = Max( aMetrics.nImgHeight, aMetrics.nEntryHeight ); in ImplUpdateEntryMetrics()

Completed in 18 milliseconds