Home
last modified time | relevance | path

Searched refs:aVScroll (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svtools/source/control/
H A Dscrwin.cxx86 if ( aVScroll.IsVisible() ) in Command()
87 pVScrBar = &aVScroll; in Command()
120 if ( aVScroll.IsVisible() ) in GetOutputSizePixel()
249 if ( bVVisible && !aVScroll.IsVisible() ) in Resize()
263 aVScroll.Show( bVVisible ); in Resize()
290 aVScroll.SetPosSizePixel( in Resize()
294 aVScroll.SetPageSize( aOutPixSz.Height() ); in Resize()
296 aVScroll.SetLineSize( nLinePixH ); in Resize()
297 aVScroll.SetThumbPos( -aPixOffset.Y() ); in Resize()
469 aVScroll.SetLineSize( nLinePixH ); in SetLineSize()
[all …]
/trunk/main/svtools/source/dialogs/
H A Dproperty.cxx691 aVScroll.Hide(); in SvListBoxForProperties()
692 aVScroll.SetScrollHdl( in SvListBoxForProperties()
713 aVScroll.Hide(); in SvListBoxForProperties()
751 if(aVScroll.IsVisible()) in Resize()
758 aVScroll.SetPosPixel(aPos); in Resize()
785 aVScroll.SetPageSize(nLines-1); in UpdateVScroll()
786 aVScroll.SetVisibleSize(nLines-1); in UpdateVScroll()
790 aVScroll.Hide(); in UpdateVScroll()
795 aVScroll.Show(); in UpdateVScroll()
843 long nDelta=aVScroll.GetDelta(); in UpdatePlayGround()
[all …]
/trunk/main/cui/source/options/
H A Doptcolor.cxx1066 ScrollBar aVScroll; member in ColorConfigCtrl_Impl
1126 aVScroll.EnableDrag(); in ColorConfigCtrl_Impl()
1127 aVScroll.Show(); in ColorConfigCtrl_Impl()
1143 aVScroll.SetRangeMin(0); in ColorConfigCtrl_Impl()
1149 aVScroll.SetRangeMax( aVScroll.GetRangeMax() - 3 ); in ColorConfigCtrl_Impl()
1169 aVScroll.SetRangeMax( aVScroll.GetRangeMax() - nInvisibleLines ); in ColorConfigCtrl_Impl()
1172 aVScroll.SetVisibleSize(nVisibleEntries); in ColorConfigCtrl_Impl()
1174 aVScroll.SetScrollHdl(aScrollLink); in ColorConfigCtrl_Impl()
1175 aVScroll.SetEndScrollHdl(aScrollLink); in ColorConfigCtrl_Impl()
1528 aVScroll.SetThumbPos(nThumbPos); in IMPL_LINK()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dscrwin.hxx58 ScrollBar aVScroll; // the scrollbars member in ScrollableWindow
/trunk/main/svtools/source/inc/
H A Dproperty.hxx374 ScrollBar aVScroll; member in SvListBoxForProperties

Completed in 48 milliseconds