Home
last modified time | relevance | path

Searched refs:mnMaxImgHeight (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/vcl/source/control/
H A Dilstbox.cxx591 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()
/trunk/main/vcl/inc/
H A Dilstbox.hxx207 long mnMaxImgHeight; // Maximale Hoehe eines Image-Items member in ImplListBoxWindow

Completed in 28 milliseconds