Searched refs:pScrollWindow (Results 1 – 2 of 2) sorted by relevance
84 OScrollWindowHelper* pScrollWindow = pReportWindow->getScrollWindow(); in ForceScroll() local93 Point aPos = pScrollWindow->getThumbPos(); in ForceScroll()100 Rectangle aWorkArea(aGcc3WorkaroundTemporary,pScrollWindow->getTotalSize()); in ForceScroll()102 aWorkArea = pScrollWindow->PixelToLogic( aWorkArea ); in ForceScroll()105 ScrollBar* pHScroll = pScrollWindow->GetHScroll(); in ForceScroll()106 ScrollBar* pVScroll = pScrollWindow->GetVScroll(); in ForceScroll()
1599 OScrollWindowHelper* pScrollWindow = getView()->getScrollWindow(); in handleKey() local1600 …ollBar = ( nCode == KEY_LEFT || nCode == KEY_RIGHT ) ? pScrollWindow->GetHScroll() : pScrollWindow… in handleKey()
Completed in 49 milliseconds