Searched refs:nScrollSize (Results 1 – 2 of 2) sorted by relevance
1061 const sal_Int32 nScrollSize(maHorScroller.GetSizePixel().Height()); in NewLayout() local1065 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()
129 long nScrollSize = GetSettings().GetStyleSettings().GetScrollBarSize(); in ImplInit() local130 SetSizePixel( Size( nScrollSize, nScrollSize ) ); in ImplInit()1551 long nScrollSize = rStyleSettings.GetScrollBarSize(); in ImplInit() local1552 SetSizePixel( Size( nScrollSize, nScrollSize ) ); in ImplInit()
Completed in 74 milliseconds