Home
last modified time | relevance | path

Searched refs:lScroll (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/source/core/view/
H A Dviewsh.cxx1460 long lScroll; in SmoothScroll() local
1463 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()
/trunk/main/sw/source/ui/docvw/
H A DPostItMgr.cxx855 void SwPostItMgr::Scroll(const long lScroll,const unsigned long aPage) in Scroll() argument
857 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() local
922 Scroll(lScroll, aPage); in AutoScroll()
/trunk/main/sw/inc/
H A DPostItMgr.hxx176 void Scroll(const long lScroll,const unsigned long aPage );

Completed in 46 milliseconds