Home
last modified time | relevance | path

Searched refs:maUserItemSize (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/
H A Dilstbox.hxx199 Size maUserItemSize; member in ImplListBoxWindow
333 const Size& GetUserItemSize() const { return maUserItemSize; } in GetUserItemSize()
588 Size maUserItemSize; member in ImplWin
633 void SetUserItemSize( const Size& rSz ) { maUserItemSize = rSz; } in SetUserItemSize()
634 const Size& GetUserItemSize() const { return maUserItemSize; } in GetUserItemSize()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx597 if ( maUserItemSize.Height() > mnMaxHeight ) in ImplCalcMetrics()
598 mnMaxHeight = (sal_uInt16) maUserItemSize.Height(); in ImplCalcMetrics()
599 if ( maUserItemSize.Width() > mnMaxWidth ) in ImplCalcMetrics()
600 mnMaxWidth= (sal_uInt16) maUserItemSize.Width(); in ImplCalcMetrics()
641 maUserItemSize = rSz; in SetUserItemSize()
720 aMetrics.nEntryWidth = Max( aMetrics.nImgWidth, maUserItemSize.Width() ); in ImplUpdateEntryMetrics()
723 aMetrics.nEntryHeight = Max( Max( mnMaxImgHeight, maUserItemSize.Height() ) + 2, in ImplUpdateEntryMetrics()
1906 long nImageWidth = Max( mnMaxImgWidth, maUserItemSize.Width() ); in DrawEntry()
3040 long nMaxWidth = Max( maImage.GetSizePixel().Width(), maUserItemSize.Width() ); in DrawEntry()

Completed in 20 milliseconds