Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dilstbox.cxx589 mnMaxImgWidth = 0; in ImplCalcMetrics()
625 mnMaxImgWidth = 0; in Clear()
704 if( mnMaxImgWidth && ( aMetrics.nImgWidth != mnMaxImgWidth ) ) in ImplUpdateEntryMetrics()
709 if( aMetrics.nImgWidth > mnMaxImgWidth ) in ImplUpdateEntryMetrics()
710 mnMaxImgWidth = aMetrics.nImgWidth; in ImplUpdateEntryMetrics()
1906 long nImageWidth = Max( mnMaxImgWidth, maUserItemSize.Width() ); in DrawEntry()
/trunk/main/vcl/inc/
H A Dilstbox.hxx206 long mnMaxImgWidth; // Maximale Breite eines Image-Items member in ImplListBoxWindow

Completed in 33 milliseconds