Searched refs:lScroll (Results 1 – 3 of 3) sorted by relevance
1460 long lScroll; in SmoothScroll() local1463 lScroll = lDiff; in SmoothScroll()1468 lScroll = lMaDelta; in SmoothScroll()1473 aVisArea.Pos().Y() -= lScroll; in SmoothScroll()1475 lScroll = aTmpOldVis.Top() - VisArea().Top(); in SmoothScroll()1481 GetWin()->Scroll( 0, lScroll, aTmp, SCROLL_CHILDREN); in SmoothScroll()1484 GetWin()->Scroll( 0, lScroll, SCROLL_CHILDREN ); in SmoothScroll()1497 const bool bScrollDirectionIsUp(lScroll > 0); in SmoothScroll()1502 Imp()->aSmoothRect.Bottom( VisArea().Top() + lScroll + aPixSz.Height()); in SmoothScroll()1506 Imp()->aSmoothRect.Top( VisArea().Bottom() + lScroll - aPixSz.Height()); in SmoothScroll()
855 void SwPostItMgr::Scroll(const long lScroll,const unsigned long aPage) in Scroll() argument857 DBG_ASSERT((lScroll % GetScrollSize() )==0,"SwPostItMgr::Scroll: scrolling by wrong value"); in Scroll()859 …if ( ((mPages[aPage-1]->lOffset == 0) && (lScroll>0)) || ( BorderOverPageBorder(aPage) && (lScroll… in Scroll()870 pPostIt->TranslateTopPosition(lScroll); in Scroll()899 mPages[aPage-1]->lOffset += lScroll; in Scroll()921 …const long lScroll = bBottom ? (aDiff + ( GetScrollSize() - (aDiff % GetScrollSize()))) : (aDiff -… in AutoScroll() local922 Scroll(lScroll, aPage); in AutoScroll()
176 void Scroll(const long lScroll,const unsigned long aPage );
Completed in 48 milliseconds