Home
last modified time | relevance | path

Searched refs:pVerScroll (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sc/source/ui/view/
H A Dprevwsh.cxx120 pVerScroll = new ScrollBar(pParent, WB_VSCROLL); in Construct()
126 pVerScroll->SetEndScrollHdl( LINK( this, ScPreviewShell, ScrollHandler ) ); in Construct()
139 pVerScroll->Show(); in Construct()
188 delete pVerScroll; in ~ScPreviewShell()
254 pVerScroll->SetPosSizePixel( Point( rPos.X() + aOutSize.Width(), rPos.Y() ), in AdjustPosSizePixel()
328 if( pVerScroll ) in UpdateScrollBars()
334 pVerScroll->SetLineSize( aWindowSize.Height() / 16 ); in UpdateScrollBars()
335 pVerScroll->SetPageSize( aWindowSize.Height() ); in UpdateScrollBars()
336 pVerScroll->SetVisibleSize( aWindowSize.Height() ); in UpdateScrollBars()
342 pVerScroll->SetThumbPos( nPageNo * aWindowSize.Height() ); in UpdateScrollBars()
[all …]
/AOO41X/main/sc/source/ui/inc/
H A Dprevwsh.hxx52 ScrollBar* pVerScroll; member in ScPreviewShell