Lines Matching refs:m_scroll_helper
456 m_scroll_helper = new CScrollHelper; in BEGIN_MESSAGE_MAP()
457 m_scroll_helper->AttachWnd(this); in BEGIN_MESSAGE_MAP()
465 delete m_scroll_helper; in ~properties_win()
514 m_scroll_helper->Scroll(SB_VERT, shift); in OnTabKey()
526 m_scroll_helper->Scroll(SB_VERT, -client.Height()); in OnPageUp()
558 m_scroll_helper->Scroll(SB_VERT, client.Height()); in OnPageDown()
703 m_scroll_helper->OnVScroll(nSBCode, nPos, pScrollBar); in OnVScroll()
709 BOOL wasScrolled = m_scroll_helper->OnMouseWheel(nFlags, zDelta, pt); in OnMouseWheel()
733 m_scroll_helper->OnSize(nType, cx, cy); in OnSize()
1910 int scrollpos = m_scroll_helper->GetScrollPos().cy; in OnWidgetSelect()
1911 m_scroll_helper->ScrollToOrigin(0, TRUE); in OnWidgetSelect()
2079 m_scroll_helper->SetDisplaySize(0, display_size); in OnWidgetSelect()
2092 m_scroll_helper->SetScrollPos(SB_VERT, scrollpos); in OnWidgetSelect()