Searched refs:pHorScroll (Results 1 – 2 of 2) sorted by relevance
119 pHorScroll = new ScrollBar(pParent, WB_HSCROLL ); in Construct()123 pHorScroll->EnableRTL( sal_False ); in Construct()125 pHorScroll->SetEndScrollHdl( LINK( this, ScPreviewShell, ScrollHandler ) ); in Construct()138 pHorScroll->Show(); in Construct()187 delete pHorScroll; in ~ScPreviewShell()252 pHorScroll->SetPosSizePixel( Point( rPos.X(), rPos.Y() + aOutSize.Height() ), in AdjustPosSizePixel()300 if( pHorScroll ) in UpdateScrollBars()302 pHorScroll->SetRange( Range( 0, aPageSize.Width() ) ); in UpdateScrollBars()303 pHorScroll->SetLineSize( aWindowSize.Width() / 16 ); in UpdateScrollBars()304 pHorScroll->SetPageSize( aWindowSize.Width() ); in UpdateScrollBars()[all …]
51 ScrollBar* pHorScroll; member in ScPreviewShell