Searched refs:aScroll (Results 1 – 2 of 2) sorted by relevance
144 Point aScroll = aBeginPos - aEndPos; in MouseMove() local150 if (aScroll.X() != 0 || aScroll.Y() != 0) in MouseMove()154 aScroll.X() /= aWorkSize.Width() / aPageSize.Width(); in MouseMove()155 aScroll.Y() /= aWorkSize.Height() / aPageSize.Height(); in MouseMove()156 mpViewShell->Scroll(aScroll.X(), aScroll.Y()); in MouseMove()
516 sal_Bool aScroll = sal_False; in GoTo() local517 if( Scroll >>= aScroll ) in GoTo()519 bScroll = aScroll; in GoTo()
Completed in 15 milliseconds