Lines Matching refs:Width

150 	long nBWidth  = ( aComboButton.GetSizePixel().Width() * rZoomY.GetNumerator() )  in lcl_DrawOneFrame()
159 long nTextStart = bLayoutRTL ? aInner.Right() - aTextSize.Width() + 1 : aInner.Left(); in lcl_DrawOneFrame()
163 sal_Bool bClip = ( aTextSize.Width() > aOuter.Right() - nBWidth - aInner.Left() ); in lcl_DrawOneFrame()
386 long nWidth = GetSizePixel().Width(); in Paint()
474 long nMirrorWidth = GetSizePixel().Width(); in Draw()
1070 if ( aEnd.X() > aWinSize.Width() + 10 ) in DrawPagePreview()
1071 aEnd.X() = aWinSize.Width() + 10; in DrawPagePreview()
1159 long nSizeX = 40 * ( aPageEnd.X() - aPageStart.X() ) / aSize100.Width(); in DrawPagePreview()
1168 Point aPos( (aPageStart.X()+aPageEnd.X()-aTextSize.Width())/2, in DrawPagePreview()
1180 long nSizeX = 40 * ( aPageEnd.X() - aPageStart.X() ) / aSize100.Width(); in DrawPagePreview()
1187 Point aPos( (aPageStart.X()+aPageEnd.X()-aTextSize.Width())/2, in DrawPagePreview()
1391 if ( nAvailable < aBtnSize.Width() ) in GetListValButtonRect()
1392 aBtnSize.Width() = nAvailable; in GetListValButtonRect()
1399 … aPos.X() -= aBtnSize.Width() * nLayoutSign; // right edge of cell if next cell not available in GetListValButtonRect()
1404 aPos.X() -= aBtnSize.Width()-1; // align right edge of button with cell border in GetListValButtonRect()
1454 if ( nCellSizeX < aBtnSize.Width() || nCellSizeY < aBtnSize.Height() ) in DrawComboButton()
1456 if ( nCellSizeX < aBtnSize.Width() ) in DrawComboButton()
1457 aBtnSize.Width() = nCellSizeX; in DrawComboButton()
1470 aScrPos.X() += nCellSizeX - aBtnSize.Width(); in DrawComboButton()