Searched refs:nItemHeight (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sd/source/ui/sidebar/ |
H A D | PreviewValueSet.cxx | 152 int nItemHeight (maPreviewSize.Height() + 2*mnBorderHeight); in GetPreferredWidth() local 156 int nRowCount = nHeight / nItemHeight; in GetPreferredWidth() 174 int nItemHeight (maPreviewSize.Height()); in GetPreferredHeight() local 176 return nRowCount * (nItemHeight + 2*mnBorderHeight); in GetPreferredHeight()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | impimage.cxx | 212 void ImplImageBmp::Create( long nItemWidth, long nItemHeight, sal_uInt16 nInitSize ) in Create() argument 214 const Size aTotalSize( nInitSize * nItemWidth, nItemHeight ); in Create() 222 maSize = Size( nItemWidth, nItemHeight ); in Create() 232 void ImplImageBmp::Create( const BitmapEx& rBmpEx, long nItemWidth, long nItemHeight, sal_uInt16 nI… in Create() argument 240 maSize = Size( nItemWidth, nItemHeight ); in Create()
|
/aoo41x/main/svtools/source/control/ |
H A D | valueset.cxx | 481 long nItemHeight; in Format() local 492 nItemHeight = mnUserItemHeight; in Format() 493 if ( nItemHeight > nCalcHeight-nNoneSpace ) in Format() 494 nItemHeight = nCalcHeight-nNoneSpace; in Format() 499 nItemHeight = nCalcHeight / mnVisLines; in Format() 511 if ( (nItemWidth <= 0) || (nItemHeight <= nMinHeight) || !nItemCount ) in Format() 555 ((nItemWidth >= 25) && (nItemHeight >= 20)) ) in Format() 608 if ( y+(mnVisLines*(nItemHeight+nSpace)) < aWinSize.Height() ) in Format() 622 pItem->maRect.Bottom() = pItem->maRect.Top()+nItemHeight-1; in Format() 637 y += nItemHeight+nSpace; in Format() [all …]
|
/aoo41x/main/vcl/inc/ |
H A D | image.h | 42 void Create( long nItemWidth, long nItemHeight, sal_uInt16 nInitSize ); 43 void Create( const BitmapEx& rBmpEx, long nItemWidth, long nItemHeight,sal_uInt16 nInitSize );
|
Completed in 42 milliseconds