Lines Matching refs:m_pVertScroll
166 ,m_pVertScroll( NULL ) in DBG_NAME()
216 ,m_pVertScroll( NULL ) in OFieldDescControl()
237 m_pVertScroll = new ScrollBar(this, WB_VSCROLL | WB_REPEAT | WB_DRAG); in Contruct()
239 m_pVertScroll->SetScrollHdl(LINK(this, OFieldDescControl, OnScroll)); in Contruct()
241 m_pVertScroll->Show(); in Contruct()
244 m_pVertScroll->EnableClipSiblings(); in Contruct()
247 m_pVertScroll->SetLineSize(1); in Contruct()
248 m_pVertScroll->SetPageSize(1); in Contruct()
261 ::std::auto_ptr<Window> aTemp(m_pVertScroll); in ~OFieldDescControl()
262 m_pVertScroll = NULL; in ~OFieldDescControl()
354 long nVScrollWidth = m_pVertScroll->GetSizePixel().Width(); in CheckScrollBars()
407 m_pVertScroll->Show(); in CheckScrollBars()
408 m_pVertScroll->SetRangeMax(nActive - nLastVisible); in CheckScrollBars()
411 …m_pVertScroll->SetPosSizePixel( Point(nNewHWidth, 0), Size(nVScrollWidth, szOverallSize.Height()) … in CheckScrollBars()
415 m_pVertScroll->Hide(); in CheckScrollBars()
416 m_pVertScroll->SetRangeMax(0); in CheckScrollBars()
417 m_pVertScroll->SetThumbPos(0); in CheckScrollBars()
464 if (m_nOldVThumb != m_pVertScroll->GetThumbPos()) in ScrollAllAggregates()
468 nDeltaY = (m_nOldVThumb - m_pVertScroll->GetThumbPos()) * (nControl_Spacing_y + nControlHeight); in ScrollAllAggregates()
469 m_nOldVThumb = m_pVertScroll->GetThumbPos(); in ScrollAllAggregates()
878 m_pVertScroll->SetZOrder(NULL, WINDOW_ZORDER_FIRST); in ArrangeAggregates()