Home
last modified time | relevance | path

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

/trunk/main/svx/source/dialog/
H A Ddlgctl3d.cxx1061 const sal_Int32 nScrollSize(maHorScroller.GetSizePixel().Height()); in NewLayout() local
1065 Size aDestSize(aSize.Width() - nScrollSize, aSize.Height() - nScrollSize); in NewLayout()
1069 aPoint.Y() = aSize.Height() - nScrollSize; in NewLayout()
1070 aDestSize.Height() = nScrollSize; in NewLayout()
1074 aPoint.X() = aSize.Width() - nScrollSize; in NewLayout()
1076 aDestSize.Width() = nScrollSize; in NewLayout()
1077 aDestSize.Height() = aSize.Height() - nScrollSize; in NewLayout()
1081 aPoint.Y() = aSize.Height() - nScrollSize; in NewLayout()
1082 aDestSize.Height() = nScrollSize; in NewLayout()
/trunk/main/vcl/source/control/
H A Dscrbar.cxx129 long nScrollSize = GetSettings().GetStyleSettings().GetScrollBarSize(); in ImplInit() local
130 SetSizePixel( Size( nScrollSize, nScrollSize ) ); in ImplInit()
1551 long nScrollSize = rStyleSettings.GetScrollBarSize(); in ImplInit() local
1552 SetSizePixel( Size( nScrollSize, nScrollSize ) ); in ImplInit()

Completed in 21 milliseconds