Home
last modified time | relevance | path

Searched refs:aFixedBitmapSize (Results 1 – 1 of 1) sorted by relevance

/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx1188 Size aFixedBitmapSize( aPreviewSize ); in updatePreview() local
1210 aFixedBitmapSize.Height() -= nScrollBarSize; in updatePreview()
1224 aFixedBitmapSize.Width() -= nScrollBarSize; in updatePreview()
1239 …aSize.Width() = maSize.Width > aFixedBitmapSize.Width() ? maSize.Width : aFixedBitmapSize.Width(); in updatePreview()
1244 …aSize.Width() = maSize.Width < aFixedBitmapSize.Width() ? maSize.Width : aFixedBitmapSize.Width(); in updatePreview()
1250 …aSize.Height() = maSize.Height > aFixedBitmapSize.Height() ? maSize.Height : aFixedBitmapSize.Hei… in updatePreview()
1255 …aSize.Height() = maSize.Height < aFixedBitmapSize.Height() ? maSize.Height : aFixedBitmapSize.Hei… in updatePreview()
1276 if ( aSize.Width() > aFixedBitmapSize.Width() ) in updatePreview()
1277 aSize.Width() = aFixedBitmapSize.Width(); in updatePreview()
1279 aSize.Height() = aFixedBitmapSize.Height(); in updatePreview()
[all …]

Completed in 18 milliseconds