Home
last modified time | relevance | path

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

/trunk/main/vcl/source/control/
H A Dilstbox.cxx654 long nImgWidth; member
668 aMetrics.nImgWidth = 0; in ImplUpdateEntryMetrics()
701 aMetrics.nImgWidth = (sal_uInt16) CalcZoom( aImgSz.Width() ); in ImplUpdateEntryMetrics()
704 if( mnMaxImgWidth && ( aMetrics.nImgWidth != mnMaxImgWidth ) ) in ImplUpdateEntryMetrics()
709 if( aMetrics.nImgWidth > mnMaxImgWidth ) in ImplUpdateEntryMetrics()
710 mnMaxImgWidth = aMetrics.nImgWidth; in ImplUpdateEntryMetrics()
720 aMetrics.nEntryWidth = Max( aMetrics.nImgWidth, maUserItemSize.Width() ); in ImplUpdateEntryMetrics()

Completed in 27 milliseconds