Searched refs:_aThumbPos (Results 1 – 4 of 4) sorted by relevance
240 void OReportWindow::ScrollChildren(const Point& _aThumbPos) in ScrollChildren() argument244 if ( aOrg.X() != (-_aThumbPos.X()) ) in ScrollChildren()246 aMap.SetOrigin( Point(- _aThumbPos.X(), aOrg.Y())); in ScrollChildren()248 m_aHRuler.Scroll(-(aOrg.X() + _aThumbPos.X()),0); in ScrollChildren()252 m_aViewsWindow.scrollChildren(_aThumbPos); in ScrollChildren()
1871 void OViewsWindow::scrollChildren(const Point& _aThumbPos) in scrollChildren() argument1873 const Point aPos(PixelToLogic(_aThumbPos)); in scrollChildren()1879 const Point aPosY(m_pParent->PixelToLogic(_aThumbPos,aMapMode)); in scrollChildren()
166 void ScrollChildren(const Point& _aThumbPos);
346 void scrollChildren(const Point& _aThumbPos);
Completed in 38 milliseconds