Searched refs:aVScroll (Results 1 – 5 of 5) sorted by relevance
| /AOO41X/main/svtools/source/control/ |
| H A D | scrwin.cxx | 40 aVScroll.SetScrollHdl( LINK(this, ScrollableWindow, ScrollHdl) ); in ImpInitialize() 42 aVScroll.SetEndScrollHdl( LINK(this, ScrollableWindow, EndScrollHdl) ); in ImpInitialize() 53 aVScroll( this, WinBits(WB_VSCROLL | WB_DRAG) ), in ScrollableWindow() 65 aVScroll( this, WinBits(WB_VSCROLL | WB_DRAG) ), in ScrollableWindow() 86 if ( aVScroll.IsVisible() ) in Command() 87 pVScrBar = &aVScroll; in Command() 120 if ( aVScroll.IsVisible() ) in GetOutputSizePixel() 141 Size aDelta( PixelToLogic( Size( aHScroll.GetDelta(), aVScroll.GetDelta() ) ) ); in IMPL_LINK() 170 Size( aHScroll.GetDelta(), aVScroll.GetDelta() ) ) ); in IMPL_LINK() 249 if ( bVVisible && !aVScroll.IsVisible() ) in Resize() [all …]
|
| /AOO41X/main/svtools/source/dialogs/ |
| H A D | property.cxx | 673 aVScroll(this,WB_VSCROLL|WB_REPEAT|WB_DRAG), in SvListBoxForProperties() 691 aVScroll.Hide(); in SvListBoxForProperties() 692 aVScroll.SetScrollHdl( in SvListBoxForProperties() 701 aVScroll(this,WB_VSCROLL|WB_REPEAT|WB_DRAG), in SvListBoxForProperties() 713 aVScroll.Hide(); in SvListBoxForProperties() 714 aVScroll.SetScrollHdl( LINK( this, SvListBoxForProperties, ScrollHdl ) ); in SvListBoxForProperties() 751 if(aVScroll.IsVisible()) in Resize() 754 aVScrollSize=aVScroll.GetSizePixel(); in Resize() 758 aVScroll.SetPosPixel(aPos); in Resize() 759 aVScroll.SetSizePixel(aVScrollSize); in Resize() [all …]
|
| /AOO41X/main/cui/source/options/ |
| H A D | optcolor.cxx | 1066 ScrollBar aVScroll; member in ColorConfigCtrl_Impl 1094 sal_Int32 GetScrollPosition() {return aVScroll.GetThumbPos();} in GetScrollPosition() 1097 aVScroll.SetThumbPos(nSet); in SetScrollPosition() 1098 ScrollHdl(&aVScroll); in SetScrollPosition() 1110 aVScroll(this, ResId(VB_VSCROLL, *rResId.GetResMgr())), in ColorConfigCtrl_Impl() 1126 aVScroll.EnableDrag(); in ColorConfigCtrl_Impl() 1127 aVScroll.Show(); in ColorConfigCtrl_Impl() 1130 Size(GetOutputSizePixel().Width(), aVScroll.GetPosPixel().Y())); in ColorConfigCtrl_Impl() 1143 aVScroll.SetRangeMin(0); in ColorConfigCtrl_Impl() 1147 aVScroll.SetRangeMax(aScrollWindow.aCheckBoxes.size() + aScrollWindow.aChapters.size() ); in ColorConfigCtrl_Impl() [all …]
|
| /AOO41X/main/svtools/inc/svtools/ |
| H A D | scrwin.hxx | 58 ScrollBar aVScroll; // the scrollbars member in ScrollableWindow
|
| /AOO41X/main/svtools/source/inc/ |
| H A D | property.hxx | 374 ScrollBar aVScroll; member in SvListBoxForProperties
|