Searched refs:pVerScroll (Results 1 – 2 of 2) sorted by relevance
120 pVerScroll = new ScrollBar(pParent, WB_VSCROLL); in Construct()139 pVerScroll->Show(); in Construct()188 delete pVerScroll; in ~ScPreviewShell()328 if( pVerScroll ) in UpdateScrollBars()938 long nVRange = pVerScroll->GetRange().Max(); in DoScroll()939 long nVLine = pVerScroll->GetLineSize(); in DoScroll()940 long nVPage = pVerScroll->GetPageSize(); in DoScroll()943 aCurPos.Y() = pVerScroll->GetThumbPos(); in DoScroll()946 long nThumbPos = pVerScroll->GetThumbPos(); in DoScroll()947 long nRangeMax = pVerScroll->GetRangeMax(); in DoScroll()[all …]
52 ScrollBar* pVerScroll; member in ScPreviewShell
Completed in 16 milliseconds