Lines Matching refs:m_scroll_helper
1442 m_scroll_helper = new CScrollHelper; in BEGIN_MESSAGE_MAP()
1443 m_scroll_helper->AttachWnd(this); in BEGIN_MESSAGE_MAP()
1450 delete m_scroll_helper; in ~table_frame()
1530 m_scroll_helper->SetScrollPos(SB_VERT, 0); in SetSearchString()
1594 m_scroll_helper->OnVScroll(nSBCode, nPos, pScrollBar); in OnVScroll()
1600 BOOL wasScrolled = m_scroll_helper->OnMouseWheel(nFlags, zDelta, pt); in OnMouseWheel()
1678 m_scroll_helper->OnSize(nType, cx, cy); in OnSize()
1726 if (m_scroll_helper->Scroll(SB_VERT, -rect.Height())) in PreTranslateMessage()
1738 if (m_scroll_helper->Scroll(SB_VERT, rect.Height())) in PreTranslateMessage()
1818 childsize.top -=(m_scroll_helper->GetScrollPos()).cy; in PositionChildren()
1837 m_scroll_helper->SetDisplaySize(0, CountFilterRows() * mRowHeight); in PositionChildren()
1877 int min_scroll_value = (mSelectedRow * mRowHeight) - m_scroll_helper->GetPageSize().cy; in SelectedVisible()
1878 int max_scroll_value = min_scroll_value + m_scroll_helper->GetPageSize().cy - mRowHeight; in SelectedVisible()
1885 … if (max_scroll_value > m_scroll_helper->GetDisplaySize().cy - m_scroll_helper->GetPageSize().cy) in SelectedVisible()
1887 … max_scroll_value = m_scroll_helper->GetDisplaySize().cy - m_scroll_helper->GetPageSize().cy; in SelectedVisible()
1890 int current_scroll_value = m_scroll_helper->GetScrollPos().cy; in SelectedVisible()
1894 m_scroll_helper->SetScrollPos(SB_VERT, min_scroll_value); in SelectedVisible()
2577 m_scroll_helper = new CScrollHelper(); in BEGIN_MESSAGE_MAP()
2578 m_scroll_helper->AttachWnd(this); in BEGIN_MESSAGE_MAP()
2588 if (m_scroll_helper) in ~string_reference_win()
2590 delete m_scroll_helper; in ~string_reference_win()
2610 m_scroll_helper->SetDisplaySize(0, 0); in OnCreate()
2636 m_scroll_helper->OnHScroll(nSBCode, nPos, pScrollBar); in OnHScroll()
2644 m_scroll_helper->OnVScroll(nSBCode, nPos, pScrollBar); in OnVScroll()
2749 m_scroll_helper->ScrollToOrigin(TRUE, TRUE); in PositionChildren()
2834 m_scroll_helper->SetDisplaySize(display_width + 4, display_height + 2); in PositionChildren()