Searched refs:nImgHeight (Results 1 – 1 of 1) sorted by relevance
655 long nImgHeight; member669 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 26 milliseconds