Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/dbgui/
H A Dcsvtablebox.cxx131 long nScrollBarSize = GetSettings().GetStyleSettings().GetScrollBarSize(); in InitControls() local
133 long nDataWidth = aWinSize.Width() - nScrollBarSize; in InitControls()
134 long nDataHeight = aWinSize.Height() - nScrollBarSize; in InitControls()
153 maHScroll.SetPosSizePixel( 0, nDataHeight, nDataWidth, nScrollBarSize ); in InitControls()
158 maVScroll.SetPosSizePixel( nDataWidth, 0, nScrollBarSize, nDataHeight ); in InitControls()
164 maScrollBox.SetPosSizePixel( nDataWidth, nDataHeight, nScrollBarSize, nScrollBarSize ); in InitControls()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlideSorterView.cxx434 const long nScrollBarSize ( in UpdateOrientation() local
443 aRange.Min() + nScrollBarSize, in UpdateOrientation()
444 aRange.Max() + nScrollBarSize)); in UpdateOrientation()
453 aRange.Min() + nScrollBarSize, in UpdateOrientation()
454 aRange.Max() + nScrollBarSize)); in UpdateOrientation()
464 + nScrollBarSize in UpdateOrientation()
467 + nScrollBarSize in UpdateOrientation()
/trunk/main/svtools/source/filter/
H A Dexportdialog.cxx1182 long nScrollBarSize = Application::GetSettings().GetStyleSettings().GetScrollBarSize(); in updatePreview() local
1192 maSbZoom.SetSizePixel( Size( aPreviewSize.Width() / 4, nScrollBarSize ) ); in updatePreview()
1195 maNfZoom.SetSizePixel( Size( aPreviewSize.Width() / 6, nScrollBarSize ) ); in updatePreview()
1210 aFixedBitmapSize.Height() -= nScrollBarSize; in updatePreview()
1214 maSbJPGPreviewHorz.SetSizePixel( Size( aFixedBitmapSize.Width(), nScrollBarSize ) ); in updatePreview()
1224 aFixedBitmapSize.Width() -= nScrollBarSize; in updatePreview()
1228 maSbJPGPreviewVert.SetSizePixel( Size( nScrollBarSize, aFixedBitmapSize.Height() ) ); in updatePreview()
/trunk/main/sd/source/ui/view/
H A Ddrviews5.cxx134 int nScrollBarSize = in ArrangeGUIElements() local
136 maScrBarWH = Size (nScrollBarSize, nScrollBarSize); in ArrangeGUIElements()
H A Doutlnvsh.cxx301 int nScrollBarSize = in ArrangeGUIElements() local
303 maScrBarWH = Size (nScrollBarSize, nScrollBarSize); in ArrangeGUIElements()
/trunk/main/sc/source/ui/view/
H A Dtabview.cxx551 long nScrollBarSize = pFrameWin->GetSettings().GetStyleSettings().GetScrollBarSize(); in DoResize() local
555 nBarX = nScrollBarSize; in DoResize()
561 nBarY = nScrollBarSize; in DoResize()

Completed in 59 milliseconds