Lines Matching refs:Width

168     aNewSize.Width() -= nTextHeight + 2;  in Resize()
175 if( aOrigSize.Width() < 1 ) in Resize()
176 aOrigSize.Width() = aNewSize.Width(); in Resize()
179 if( aOrigSize.Width() > aOrigSize.Height() ) in Resize()
181 … aScaledSize = Size( aNewSize.Width(), aNewSize.Width() * aOrigSize.Height() / aOrigSize.Width() ); in Resize()
187 …aScaledSize = Size( aNewSize.Height() * aOrigSize.Width() / aOrigSize.Height(), aNewSize.Height() … in Resize()
188 if( aScaledSize.Width() > aNewSize.Width() ) in Resize()
189 fScale = double(aNewSize.Width())/double(aScaledSize.Width()); in Resize()
191 aScaledSize.Width() = long(aScaledSize.Width()*fScale); in Resize()
205 aScaledSize.Width() *= 2; in Resize()
213 Point aRef( nTextHeight + (aNewSize.Width() - maPreviewSize.Width())/2, in Resize()
216 Size( maPreviewSize.Width(), nTextHeight ) ); in Resize()
226 aSize.Width() -= nTextHeight; in Paint()
250 Point aOffset( (aSize.Width() - maPreviewSize.Width()) / 2 + nTextHeight, in Paint()
256 if( aOrigSize.Width() < 1 ) in Paint()
257 aOrigSize.Width() = aLogicSize.Width(); in Paint()
260 double fScale = double(aLogicSize.Width())/double(aOrigSize.Width()); in Paint()
309 …Rectangle aFrame( aOffset + Point( -1, -1 ), Size( maPreviewSize.Width() + 2, maPreviewSize.Height… in Paint()
368 String aNumText( rLocWrap.getNum( aLogicPaperSize.Width(), nDigits ) ); in setPreview()
421 Size aSubSize( aOutSize.Width() / mnColumns, aOutSize.Height() / mnRows ); in Paint()
423 double fX = double(aSubSize.Width())/double(aSampleTextSize.Width()); in Paint()
452 int nDeltaX = (aSubSize.Width() - aTextSize.Width()) / 2; in Paint()
454 DrawText( Point( nX * aSubSize.Width() + nDeltaX, in Paint()
561 long nIndent = aBorder.Width(); in setupLayout()
929 maNupPortraitSize = Size( aNupSize.Height(), aNupSize.Width() ); in PrintDialog()
934 maNupLandscapeSize = Size( aNupSize.Height(), aNupSize.Width() ); in PrintDialog()
984 if( aOutSize.Width() < 768 ) in PrintDialog()
988 if( aJobPageSize.Width() < 1 ) in PrintDialog()
989 aJobPageSize.Width() = aTabSize.Width(); in PrintDialog()
992 long nOptPreviewWidth = aTabSize.Height() * aJobPageSize.Width() / aJobPageSize.Height(); in PrintDialog()
995 if( aOutSize.Width() - aTabSize.Width() < nOptPreviewWidth ) in PrintDialog()
997 aOutSize.Width() = aTabSize.Width() + nOptPreviewWidth; in PrintDialog()
998 if( aOutSize.Width() > 768 ) // don't enlarge the dialog too much in PrintDialog()
999 aOutSize.Width() = 768; in PrintDialog()
1173 if( i_rCheckSize.Width() > o_rMaxSize.Width() ) in updateMaxSize()
1174 o_rMaxSize.Width() = i_rCheckSize.Width(); in updateMaxSize()
1740 if( aMaxSize.Height() > aTabSize.Height() || aMaxSize.Width() > aTabSize.Width() ) in setupOptionalUI()
1748 if( aMaxSize.Width() > aTabSize.Width() ) in setupOptionalUI()
1750 aCurSize.Width() += aMaxSize.Width() - aTabSize.Width(); in setupOptionalUI()
1752 aTabSize.Width() = aMaxSize.Width(); in setupOptionalUI()
1784 if( aHCImgSize.Width() > aImgSize.Width() ) in checkControlDependencies()
1785 aImgSize.Width() = aHCImgSize.Width(); in checkControlDependencies()
1805 …aPrinterSize.Width() = aSetupPos.X() - aPrinterPos.X() - LogicToPixel( Size( 5, 5 ), MapMode( MAP_… in checkControlDependencies()
1819 aPrinterSize.Width() = aSetupPos.X() + aSetupSize.Width() - aPrinterPos.X(); in checkControlDependencies()
1964 if( maFirstPageSize.Width() == 0 && maFirstPageSize.Height() == 0) in getJobPageSize()
1995 bool bPortrait = aJobPageSize.Width() < aJobPageSize.Height(); in updateNupFromPages()
2028 long nHorzMax = aSize.Width()/2; in updateNupFromPages()
2040 nHorzMax = (aSize.Width() - 2*nSheetMargin); in updateNupFromPages()
2123 Size aMultiSize( aPageSize.Width() * nCols, aPageSize.Height() * nRows ); in updateNup()
2124 if( aMultiSize.Width() > aMultiSize.Height() ) // fits better on landscape in updateNup()
2238 else if( maDetailsCollapsedSize.Width() > 0 && in IMPL_LINK()
2575 Size( GetSizePixel().Width() - 20, mnProgressHeight ) ); in implCalcProgressRect()