Searched refs:maHorScroller (Results 1 – 2 of 2) sorted by relevance
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()[all …]
164 ScrollBar maHorScroller; member in SvxLightCtl3D