Lines Matching refs:maHorScroller
987 maHorScroller(this, WB_HORZ | WB_DRAG), in SvxLightCtl3D()
998 maHorScroller(this, WB_HORZ | WB_DRAG), in SvxLightCtl3D()
1009 maHorScroller.SetHelpId(HID_CTRL3D_HSCROLL); in Init()
1020 maHorScroller.Show(); in Init()
1021 maHorScroller.SetRange(Range(0, 36000)); in Init()
1022 maHorScroller.SetLineSize(100); in Init()
1023 maHorScroller.SetPageSize(1000); in Init()
1024 maHorScroller.SetScrollHdl( LINK(this, SvxLightCtl3D, ScrollBarMove) ); in Init()
1061 const sal_Int32 nScrollSize(maHorScroller.GetSizePixel().Height()); in NewLayout()
1071 maHorScroller.SetPosSizePixel(aPoint, aDestSize); in NewLayout()
1089 maHorScroller.Enable(bSelectionValid); in CheckSelection()
1096 maHorScroller.SetThumbPos( sal_Int32(fHor * 100.0) ); in CheckSelection()
1116 maHorScroller.SetThumbPos( sal_Int32(fHor * 100.0) ); in move()
1263 const sal_Int32 nHor(maHorScroller.GetThumbPos()); in IMPL_LINK()
1297 maHorScroller.SetThumbPos( sal_Int32(fHor * 100.0) ); in IMPL_LINK()