Home
last modified time | relevance | path

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

/aoo4110/main/sc/source/ui/view/
H A Dprevwsh.cxx120 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 …]
/aoo4110/main/sc/source/ui/inc/
H A Dprevwsh.hxx52 ScrollBar* pVerScroll; member in ScPreviewShell

Completed in 18 milliseconds