Searched refs:nItemWidth (Results 1 – 12 of 12) sorted by relevance
/aoo4110/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()
|
/aoo4110/main/svtools/source/control/ |
H A D | valueset.cxx | 480 long nItemWidth; in Format() local 484 nItemWidth = mnUserItemWidth; in Format() 485 if ( nItemWidth > aWinSize.Width()-nScrBarWidth-nColSpace ) in Format() 486 nItemWidth = aWinSize.Width()-nScrBarWidth-nColSpace; in Format() 489 nItemWidth = (aWinSize.Width()-nScrBarWidth-nColSpace) / mnCols; in Format() 511 if ( (nItemWidth <= 0) || (nItemHeight <= nMinHeight) || !nItemCount ) in Format() 555 ((nItemWidth >= 25) && (nItemHeight >= 20)) ) in Format() 565 long nAllItemWidth = (nItemWidth*mnCols)+nColSpace; in Format() 621 pItem->maRect.Right() = pItem->maRect.Left()+nItemWidth-1; in Format() 640 x += nItemWidth+nSpace; in Format()
|
/aoo4110/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 );
|
/aoo4110/main/sd/source/ui/animations/ |
H A D | SlideTransitionPane.cxx | 674 long nItemWidth = maRB_ADVANCE_AUTO.CalcMinimumSize().getWidth(); in updateLayout() local 676 if( (nItemWidth + nMinCtrlWidth + nOffsetX) <= nMaxWidth ) in updateLayout() 683 aCtrlSize.setWidth( nItemWidth ); in updateLayout() 688 aUpperLeft.setX( aUpperLeft.getX() + nItemWidth + nOffsetX ); in updateLayout() 705 aCtrlSize.setWidth( nItemWidth ); in updateLayout()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | svlbox.cxx | 456 long SvLBoxTab::CalcOffset( long nItemWidth, long nTabWidth ) in CalcOffset() argument 462 nOffset = nTabWidth - nItemWidth; in CalcOffset() 471 nOffset = ( nTabWidth - nItemWidth ) / 2; in CalcOffset() 479 nItemWidth++; in CalcOffset() 480 nOffset = -( nItemWidth / 2 ); in CalcOffset()
|
/aoo4110/main/sfx2/source/sidebar/ |
H A D | SidebarToolBox.cxx | 248 const sal_Int32 nItemWidth) in CreateController() argument 260 nItemWidth); in CreateController()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 2726 long nItemWidth = 0; local 2728 nItemWidth += mpCharWidths[ i ]; 2729 nItemWidth = (int)((fStretch - 1.0) * nItemWidth + 0.5); 2735 nItemWidth, 2740 nXOffset += nItemWidth;
|
/aoo4110/main/sfx2/inc/sfx2/sidebar/ |
H A D | ControllerFactory.hxx | 48 const sal_Int32 nItemWidth);
|
H A D | SidebarToolBox.hxx | 109 const sal_Int32 nItemWidth = 0);
|
/aoo4110/main/svtools/inc/svtools/ |
H A D | valueset.hxx | 383 void SetItemWidth( long nItemWidth = 0 );
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | dinfdlg.cxx | 2004 long nItemWidth = ( nFullWidth - nTypeWidth - nButtonWidth ) / 2; in InitControls() local 2005 pHeaderBar->SetItemSize( HI_NAME, nItemWidth ); in InitControls() 2007 pHeaderBar->SetItemSize( HI_VALUE, nItemWidth ); in InitControls()
|
/aoo4110/main/cui/source/dialogs/ |
H A D | hangulhanjadlg.cxx | 369 long nItemWidth = 2*GetTextWidth( aOneCharacter ); in SuggestionDisplay() local 370 m_aValueSet.SetItemWidth( nItemWidth ); in SuggestionDisplay()
|
Completed in 259 milliseconds