Home
last modified time | relevance | path

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

/AOO41X/main/svtools/source/filter/
H A Dexportdialog.cxx1188 Size aFixedBitmapSize( aPreviewSize ); in updatePreview() local
1206 sal_Bool bHorzSb = fSizePixelX > aFixedBitmapSize.Width(); in updatePreview()
1207 sal_Bool bVertSb = fSizePixelY > aFixedBitmapSize.Height(); in updatePreview()
1210 aFixedBitmapSize.Height() -= nScrollBarSize; in updatePreview()
1213 …wHorz.SetPosPixel( Point( aFixedBitmapPos.X(), aFixedBitmapPos.Y() + aFixedBitmapSize.Height() ) ); in updatePreview()
1214 maSbJPGPreviewHorz.SetSizePixel( Size( aFixedBitmapSize.Width(), nScrollBarSize ) ); in updatePreview()
1224 aFixedBitmapSize.Width() -= nScrollBarSize; in updatePreview()
1227 …maSbJPGPreviewVert.SetPosPixel( Point( aFixedBitmapPos.X() + aFixedBitmapSize.Width(), aFixedBitma… in updatePreview()
1228 maSbJPGPreviewVert.SetSizePixel( Size( nScrollBarSize, aFixedBitmapSize.Height() ) ); in updatePreview()
1239 …aSize.Width() = maSize.Width > aFixedBitmapSize.Width() ? maSize.Width : aFixedBitmapSize.Width(); in updatePreview()
[all …]