Searched refs:mnMaxImgHeight (Results 1 – 2 of 2) sorted by relevance
591 mnMaxImgHeight = 0; in ImplCalcMetrics()626 mnMaxImgHeight = 0; in Clear()706 else if ( mnMaxImgHeight && ( aMetrics.nImgHeight != mnMaxImgHeight ) ) in ImplUpdateEntryMetrics()711 if( aMetrics.nImgHeight > mnMaxImgHeight ) in ImplUpdateEntryMetrics()712 mnMaxImgHeight = aMetrics.nImgHeight; in ImplUpdateEntryMetrics()723 aMetrics.nEntryHeight = Max( Max( mnMaxImgHeight, maUserItemSize.Height() ) + 2, in ImplUpdateEntryMetrics()
207 long mnMaxImgHeight; // Maximale Hoehe eines Image-Items member in ImplListBoxWindow
Completed in 31 milliseconds