Home
last modified time | relevance | path

Searched refs:nItemWidth (Results 1 – 12 of 12) sorted by path

/trunk/main/cui/source/dialogs/
H A Dhangulhanjadlg.cxx369 long nItemWidth = 2*GetTextWidth( aOneCharacter ); in SuggestionDisplay() local
370 m_aValueSet.SetItemWidth( nItemWidth ); in SuggestionDisplay()
/trunk/main/sd/source/ui/animations/
H A DSlideTransitionPane.cxx674 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()
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DControllerFactory.hxx48 const sal_Int32 nItemWidth);
H A DSidebarToolBox.hxx109 const sal_Int32 nItemWidth = 0);
/trunk/main/sfx2/source/dialog/
H A Ddinfdlg.cxx2004 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()
/trunk/main/sfx2/source/sidebar/
H A DSidebarToolBox.cxx248 const sal_Int32 nItemWidth) in CreateController() argument
260 nItemWidth); in CreateController()
/trunk/main/svtools/inc/svtools/
H A Dvalueset.hxx383 void SetItemWidth( long nItemWidth = 0 );
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx456 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()
/trunk/main/svtools/source/control/
H A Dvalueset.cxx480 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()
/trunk/main/vcl/inc/
H A Dimage.h42 void Create( long nItemWidth, long nItemHeight, sal_uInt16 nInitSize );
43 void Create( const BitmapEx& rBmpEx, long nItemWidth, long nItemHeight,sal_uInt16 nInitSize );
/trunk/main/vcl/source/gdi/
H A Dimpimage.cxx212 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()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx2726 long nItemWidth = 0; local
2728 nItemWidth += mpCharWidths[ i ];
2729 nItemWidth = (int)((fStretch - 1.0) * nItemWidth + 0.5);
2735 nItemWidth,
2740 nXOffset += nItemWidth;

Completed in 73 milliseconds