Searched refs:GetScrollPos (Results 1 – 12 of 12) sorted by relevance
393 CSize scrollpos = m_scroll_helper->GetScrollPos(); in OnPaint()505 CSize scrollpos = m_scroll_helper->GetScrollPos(); in OnLButtonDown()521 CSize scrollpos = m_scroll_helper->GetScrollPos(); in OnLButtonDown()570 CSize scrollpos = m_scroll_helper->GetScrollPos(); in OnRButtonUp()600 CSize scrollpos = m_scroll_helper->GetScrollPos(); in OnSetFocus()617 CSize scrollpos = m_scroll_helper->GetScrollPos(); in OnKillFocus()642 CSize scrollpos = m_scroll_helper->GetScrollPos(); in FindFirstVisibleItem()705 CSize scrollpos = m_scroll_helper->GetScrollPos(); in SelectFlowItem()733 CSize scrollpos = m_scroll_helper->GetScrollPos(); in ShiftLeft()763 CSize scrollpos = m_scroll_helper->GetScrollPos(); in ShiftTop()[all …]
49 const CSize& CScrollHelper::GetScrollPos() const in GetScrollPos() function in CScrollHelper433 deltaPos = m_attachWnd->GetScrollPos(bar) - scrollPos; in UpdateScrollBar()440 deltaPos = m_attachWnd->GetScrollPos(bar); in UpdateScrollBar()
29 const CSize& GetScrollPos() const;
199 cp.y += GetScrollPos(SB_VERT); in OnLButtonDown()320 …new_parent = mpTree->FindItem(mpTree->GetRoot(), CPoint(point.x, point.y + GetScrollPos(SB_VERT))); in OnLButtonUp()448 treepoint.y += GetScrollPos(SB_VERT); in OnLButtonDblClk()516 pt.y = size.bottom - GetScrollPos(SB_VERT);; in OnContextMenu()578 treepoint.y += GetScrollPos(SB_VERT); in OnRButtonDown()659 int scrollpos = GetScrollPos(SB_VERT); in RebuildStringItems()1966 SetScrollPos(SB_VERT, GetScrollPos(SB_VERT) + delta, redraw); in Scroll()1975 int scrollpos = GetScrollPos(SB_VERT); in ScrollIntoView()1999 int scrollpos = GetScrollPos(SB_VERT); in SetCurrentItem()3720 int scrollpos = GetScrollPos(SB_VERT); in OnSetFocus()[all …]
548 int current_scroll_value = m_scroll_helper->GetScrollPos().cy; in SelectedVisible()601 childsize.top -= (m_scroll_helper->GetScrollPos()).cy; in PositionChildren()
1613 info.proj_view_scrollpos = GetProjectView()->GetScrollPos(SB_VERT); in OnRecordmacro()1614 info.res_view_scrollpos = GetResourceView()->GetScrollPos(SB_VERT); in OnRecordmacro()1615 info.props_win_scrollpos = GetPropsWin()->GetScrollPos(SB_VERT); in OnRecordmacro()
650 CSize pos = m_scroll_helper->GetScrollPos(); in Scroll()
210 size.left -= frame->GetScrollPos(SB_HORZ); in UpdateWindowPos()219 size.top = -frame->GetScrollPos(SB_VERT); in UpdateWindowPos()
284 childsize.top -= (m_scroll_helper->GetScrollPos()).cy; in CreateExtendedRangeEntry()
747 CSize scrollpos = m_scroll_helper->GetScrollPos(); in OnPaint()
1818 childsize.top -=(m_scroll_helper->GetScrollPos()).cy; in PositionChildren()1890 int current_scroll_value = m_scroll_helper->GetScrollPos().cy; in SelectedVisible()
1910 int scrollpos = m_scroll_helper->GetScrollPos().cy; in OnWidgetSelect()